diff --git a/ui/.gitkeep b/ui/.gitkeep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/ui/README.md b/ui/README.md
new file mode 100644
index 0000000000..91ed9340b5
--- /dev/null
+++ b/ui/README.md
@@ -0,0 +1,65 @@
+# UI 设计工程系统
+
+本仓库是一个「设计工程系统」,而不仅仅是「存放设计稿」的地方。
+
+我们通过引入 **设计左移(Shift Left in Design)** 的理念,将设计纳入工程主流程,使设计资产具备:可版本化、可审查、可追溯、可复用、可自动校验。
+
+目标是提升团队的 **端到端试错能力**,让问题在设计阶段暴露,而不是在开发或上线后修复。
+
+## 仓库结构
+
+```text
+docs/ # 规范文档
+system/ # 设计系统
+templates/ # 设计模板
+features/ # 业务设计文件(给开发看)
+archive/ # 废弃设计
+```
+
+## 目录说明
+
+`docs/` 包含:
+
+- 设计原则
+- 命名规范
+- pr-checklist
+- pr-template
+- 工作流说明
+
+`system/` 包含:
+
+- Design Tokens
+
+`templates/` 包含:
+
+- 页面结构模板
+- 交互模板
+
+`features/`:
+
+每个功能一个目录,必须包含:
+
+- 设计文件(Pencil 文件 .json .pen)
+- 设计说明
+- 可交互的 Demo html
+
+`archive/`:
+
+废弃或历史版本设计。
+
+## 工作流及原则
+
+```text
+需求 → 设计 → Design PR → Review → 合并
+ ↓ 开发实现 → Code PR
+```
+
+- 所有设计变更必须通过 PR
+- 所有代码 PR 必须关联对应设计
+- 未合并的设计,不允许开发实现
+
+如果你要修改设计,请先阅读:
+
+- 📖 [docs/team-workflow.md](docs/team-workflow.md)
+- 📖 [docs/design-review-checklist.md](docs/design-review-checklist.md)
+- 📖 [docs/pr-template.md](docs/pr-template.md)
diff --git "a/ui/ai-canvas/AI \347\224\273\345\270\203.png" "b/ui/ai-canvas/AI \347\224\273\345\270\203.png"
new file mode 100644
index 0000000000..de3dc745d0
Binary files /dev/null and "b/ui/ai-canvas/AI \347\224\273\345\270\203.png" differ
diff --git a/ui/ai-canvas/ai canvas.pen b/ui/ai-canvas/ai canvas.pen
new file mode 100644
index 0000000000..100b6972cb
--- /dev/null
+++ b/ui/ai-canvas/ai canvas.pen
@@ -0,0 +1,3344 @@
+{
+ "version": "2.7",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zz2mu",
+ "x": 0,
+ "y": 0,
+ "name": "AI Canvas Editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#F4FAFF",
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "fDQcI",
+ "x": 0,
+ "y": 0,
+ "name": "Background",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./点阵.png",
+ "mode": "fill"
+ },
+ "width": 1440,
+ "height": 900
+ },
+ {
+ "type": "frame",
+ "id": "GZGT7",
+ "x": 24,
+ "y": 84,
+ "name": "Left Toolbar",
+ "width": 60,
+ "height": 732,
+ "fill": "#FFFFFF",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#EAEFF3"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AbEyl",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rpNvy",
+ "name": "cc",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8pcLX",
+ "x": 1,
+ "y": 1,
+ "name": "Frame 162824",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "vertical",
+ "gap": 1.8333333730697632,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d42cX",
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "c8JPS",
+ "x": 3.6666667461395264,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M0 2c0-1.10457 0.89543-2 2-2l20 0 10 10 0 28c0 1.1046-0.8954 2-2 2l-28 0c-1.10457 0-2-0.8954-2-2l0-36z",
+ "width": 14.666666984558105,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UdF0M",
+ "x": 7.333333492279053,
+ "y": 9.166666984558105,
+ "name": "Vector",
+ "geometry": "M0 0l16 0",
+ "width": 7.333333492279053,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OYpMY",
+ "x": 7.333333492279053,
+ "y": 12.833333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l16 0",
+ "width": 7.333333492279053,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a5N6E",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EzV8c",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5Ic6",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "x8zhG",
+ "x": 4.583333492279053,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M0 2c0-1.10457 0.8954-2 2-2l24 0c1.1046 0 2 0.89543 2 2l0 38-7-5-7 5-7-5-7 5 0-38z",
+ "width": 12.833333015441895,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "c8oqH",
+ "x": 8.25,
+ "y": 10.083333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l12 0",
+ "width": 5.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6qdKM",
+ "x": 8.25,
+ "y": 13.75,
+ "name": "Vector",
+ "geometry": "M0 0l12 0",
+ "width": 5.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "X1TgY",
+ "x": 8.25,
+ "y": 6.416666507720947,
+ "name": "Vector",
+ "geometry": "M0 0l12 0",
+ "width": 5.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "roqzW",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8KYE",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HRwBG",
+ "x": 1.9166669845581055,
+ "y": 1.9166669845581055,
+ "name": "Frame",
+ "clip": true,
+ "width": 20.16666603088379,
+ "height": 20.16666603088379,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8402777910232544
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "afi4I",
+ "x": 2.52099609375,
+ "y": 2.52099609375,
+ "name": "Vector",
+ "geometry": "M33 0l-30 0c-1.65685 0-3 1.34315-3 3l0 30c0 1.6569 1.34315 3 3 3l30 0c1.6569 0 3-1.3431 3-3l0-30c0-1.65685-1.3431-3-3-3z",
+ "width": 15.125,
+ "height": 15.125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6805555820465088,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1fw6g",
+ "x": 8.6131591796875,
+ "y": 9.216959953308105,
+ "name": "Vector",
+ "geometry": "M0 6.0622l0-6.0622 5.25 3.0311 5.25 3.0311-5.25 3.0311-5.25 3.0311 0-6.0622z",
+ "width": 4.411458492279053,
+ "height": 5.093931674957275,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6805555820465088,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VlxOf",
+ "x": 2.52099609375,
+ "y": 6.30224609375,
+ "name": "Vector",
+ "geometry": "M0 0l36 0",
+ "width": 15.125,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6805555820465088,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "42Ex0",
+ "x": 11.343913078308105,
+ "y": 2.52099609375,
+ "name": "Vector",
+ "geometry": "M6 0l-6 9",
+ "width": 2.5208332538604736,
+ "height": 3.78125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6805555820465088,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NtM9e",
+ "x": 6.30224609375,
+ "y": 2.52099609375,
+ "name": "Vector",
+ "geometry": "M6 0l-6 9",
+ "width": 2.5208332538604736,
+ "height": 3.78125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6805555820465088,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sK4Jv",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HbgxH",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PJADc",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j2uzJ",
+ "x": 1.8333333730697632,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M20 40c11.0457 0 20-8.9543 20-20 0-11.0457-8.9543-20-20-20-11.0457 0-20 8.9543-20 20 0 11.0457 8.9543 20 20 20z",
+ "width": 18.33333396911621,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BremI",
+ "x": 11.003132820129395,
+ "y": 5.5,
+ "name": "Vector",
+ "geometry": "M0.0012 0l-0.0012 12.0088 8.4794 8.4794",
+ "width": 3.8863911628723145,
+ "height": 9.390425682067871,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ExU2v",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "biK7k",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i8Zo5",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8ctoD",
+ "x": 2.75,
+ "y": 2.75,
+ "name": "Vector",
+ "geometry": "M33 0l-30 0c-1.65685 0-3 1.34315-3 3l0 30c0 1.6569 1.34315 3 3 3l30 0c1.6569 0 3-1.3431 3-3l0-30c0-1.65685-1.3431-3-3-3z",
+ "width": 16.5,
+ "height": 16.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NY0hy",
+ "x": 5.958333492279053,
+ "y": 5.958333492279053,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "width": 4.583333492279053,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MWnOY",
+ "x": 7.333333492279053,
+ "y": 11.649006843566895,
+ "name": "Vector",
+ "geometry": "M11.7901 0.80292c0.8163-1.0925 2.4627-1.0656 3.2428 0.0531l8.7748 12.5836c0.9245 1.3259-0.0242 3.144-1.6406 3.144l-22.1671 0 11.7901-15.7807z",
+ "width": 11.078193664550781,
+ "height": 7.600825786590576,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AKing",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LbIQm",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1OiMM",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XtsJJ",
+ "x": 1.8333333730697632,
+ "y": 5.5,
+ "name": "Vector",
+ "geometry": "M20 24c11.0457 0 20-12 20-12 0 0-8.9543-12-20-12-11.0457 0-20 12-20 12 0 0 8.9543 12 20 12z",
+ "width": 18.33333396911621,
+ "height": 11,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nNEaB",
+ "x": 8.708333015441895,
+ "y": 8.708333015441895,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "width": 4.583333492279053,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6aKeU",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Hz3Nb",
+ "name": "section1Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "share",
+ "iconFontFamily": "lucide",
+ "fill": "#6e7781"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EY6Jr",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cnhCS",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "68rvR",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tsVdZ",
+ "x": 3.2083332538604736,
+ "y": 19.25,
+ "name": "Vector",
+ "geometry": "M0 0l36 0",
+ "width": 16.5,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "81fKD",
+ "x": 5.041666507720947,
+ "y": 2.75,
+ "name": "Vector",
+ "geometry": "M0 20.7199l0 7.2801 7.3172 0 20.6828-20.6919-7.3049-7.3081-20.6951 20.7199z",
+ "width": 12.833333015441895,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fKhK9",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fuPfW",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a3CBi",
+ "x": 0,
+ "y": 0,
+ "name": "Frame",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tPB0I",
+ "x": 3.5,
+ "y": 2,
+ "name": "Vector",
+ "geometry": "M34 9.9997l-17-9.9997-17 9.9997 0 20.0001 17 10.0002 17-10.0002 0-20.0001z",
+ "width": 17,
+ "height": 20,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tlpqH",
+ "x": 8,
+ "y": 9.498800277709961,
+ "name": "Vector",
+ "geometry": "M0 0l7.9932 5.0026 8.0019-5.0026",
+ "width": 7.997550010681152,
+ "height": 2.5012998580932617,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iu6tW",
+ "x": 12,
+ "y": 12,
+ "name": "Vector",
+ "geometry": "M0 0l0 9",
+ "width": 0,
+ "height": 4.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8Hc9o",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VCTSc",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vvyBE",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WjBvN",
+ "x": 13.75,
+ "y": 14.208333015441895,
+ "name": "Vector",
+ "geometry": "M0 3.5c0-1.933 1.567-3.5 3.5-3.5l7.5 0 0 3.4c0 1.9882-1.6118 3.6-3.6 3.6l-3.9 0c-1.933 0-3.5-1.567-3.5-3.5z",
+ "width": 5.041666507720947,
+ "height": 3.2083332538604736,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PGcG2",
+ "x": 2.75,
+ "y": 16.04166603088379,
+ "name": "Vector",
+ "geometry": "M0 3.5c0-1.933 1.567-3.5 3.5-3.5l6.5 0 0 3.4c0 1.9882-1.6118 3.6-3.6 3.6l-2.9 0c-1.933 0-3.5-1.567-3.5-3.5z",
+ "width": 4.583333492279053,
+ "height": 3.2083332538604736,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VLd2J",
+ "x": 7.333333492279053,
+ "y": 5.557291507720947,
+ "name": "Vector",
+ "geometry": "M0 5.919l25-5.919",
+ "width": 11.458333015441895,
+ "height": 2.7128753662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ny2Vz",
+ "x": 7.333333492279053,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M0 34l0-28 25-6 0 29.6924",
+ "width": 11.458333015441895,
+ "height": 15.583333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SkO2x",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ASmZ0",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5htN8",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uQfpH",
+ "x": 1.8333333730697632,
+ "y": 4.583333492279053,
+ "name": "Vector",
+ "geometry": "M0 0l32 0 0 28-32 0 0-28z",
+ "width": 14.666666984558105,
+ "height": 12.833333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "baTSS",
+ "x": 16.5,
+ "y": 6.416666507720947,
+ "name": "Vector",
+ "geometry": "M8 0l-8 6.75 0 6.5 8 6.75 0-20z",
+ "fillRule": "evenodd",
+ "width": 3.6666667461395264,
+ "height": 9.166666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D36Jz",
+ "x": 7.791666507720947,
+ "y": 8.708333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l6 5-6 5",
+ "width": 2.75,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XGiq0",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zOEdQ",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OrziN",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5xbmQ",
+ "x": 1.8333333730697632,
+ "y": 2.2916667461395264,
+ "name": "Vector",
+ "geometry": "M0 6.9143l20 7.0857 20-7.0857-20-6.9143-20 6.9143z",
+ "width": 18.33333396911621,
+ "height": 6.416666507720947,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q9nC4",
+ "x": 1.8333333730697632,
+ "y": 9.166666984558105,
+ "name": "Vector",
+ "geometry": "M0 0l20 7 20-7",
+ "width": 18.33333396911621,
+ "height": 3.2083332538604736,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fvr8b",
+ "x": 1.8333333730697632,
+ "y": 12.833333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l20 7 20-7",
+ "width": 18.33333396911621,
+ "height": 3.2083332538604736,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fzeXj",
+ "x": 1.8333333730697632,
+ "y": 16.5,
+ "name": "Vector",
+ "geometry": "M0 0l20 7 20-7",
+ "width": 18.33333396911621,
+ "height": 3.2083332538604736,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pvTNg",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hYONU",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LGEF8",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "J4K9R",
+ "x": 2.75,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0.0083l0 17.9917 36 0 0-18",
+ "width": 16.5,
+ "height": 8.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NCP6U",
+ "x": 6.875,
+ "y": 10.541666984558105,
+ "name": "Vector",
+ "geometry": "M18 0l-9 9-9-9",
+ "width": 8.25,
+ "height": 4.125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Oc4OF",
+ "x": 10.996418952941895,
+ "y": 2.75,
+ "name": "Vector",
+ "geometry": "M0 0l0 26",
+ "width": 0,
+ "height": 11.916666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y05wF",
+ "x": 1210,
+ "y": 719,
+ "name": "Preview Window",
+ "width": 210,
+ "height": 161,
+ "fill": "#24292F",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#57606A"
+ },
+ "layout": "vertical",
+ "padding": 8,
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ezxWK",
+ "name": "Preview Content",
+ "fill": "#EAEFF3",
+ "width": 194,
+ "height": 113,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#57606A"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EpVqG",
+ "x": 1356,
+ "y": 148,
+ "name": "Right Toolbar",
+ "width": 60,
+ "height": 604,
+ "fill": "#FFFFFF",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#EAEFF3"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kfqGD",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mqylQ",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wp3YD",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QFSGa",
+ "x": 5.5,
+ "y": 2.75,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 6.416666507720947,
+ "height": 6.416666507720947,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5gnsD",
+ "x": 14.945068359375,
+ "y": 3.2083332538604736,
+ "name": "Vector",
+ "geometry": "M0 0c2.0328 1.2249 3.3924 3.4537 3.3924 6 0 2.5463-1.3596 4.7751-3.3924 6",
+ "width": 1.5548495054244995,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aC8X8",
+ "x": 1.8333333730697632,
+ "y": 12.833333015441895,
+ "name": "Vector",
+ "geometry": "M0 12.8l0 1.2 30 0 0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7292-3.4962-3.4962-1.7113-0.8719-3.9515-0.8719-8.4319-0.8719l-4.4 0c-4.4804 0-6.7206 0-8.43192 0.8719-1.5053 0.767-2.72915 1.9909-3.49613 3.4962-0.87195 1.7113-0.87195 3.9515-0.87195 8.4319z",
+ "width": 13.75,
+ "height": 6.416666507720947,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2O5Km",
+ "x": 18.16459083557129,
+ "y": 13.2330322265625,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 2.0020453929901123,
+ "height": 6.016999244689941,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "id": "mqVm5",
+ "name": "Divider",
+ "width": 36,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#EAEFF3"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "wTBOS",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ejnya",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sWV9Q",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QnFD1",
+ "x": 3.6666667461395264,
+ "y": 2.75,
+ "name": "Vector",
+ "geometry": "M0 0l35 19-19 2-10.0052 17-5.9948-38z",
+ "width": 16.04166603088379,
+ "height": 17.41666603088379,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vTOsd",
+ "name": "Right Tool Button Active",
+ "width": 36,
+ "height": 36,
+ "fill": "#3FCDD9",
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TVItP",
+ "name": "iconContainer",
+ "width": 24,
+ "height": 24,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CF1b3",
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2xTcC",
+ "x": 2.6107990741729736,
+ "y": 1.375,
+ "name": "Vector",
+ "geometry": "M8.52679 34.471l-7.67315-10.4866c-1.41787-1.9378-1.03053-4.6529 0.87264-6.1169 1.76068-1.3543 4.25281-1.1925 5.82351 0.3782l2.7543 2.7543 0-16.75c0-1.79493 1.4551-3.25 3.25-3.25 1.7949 0 3.25 1.45508 3.25 3.25l0-1c0-1.79493 1.4551-3.25 3.25-3.25 1.7949 0 3.25 1.45508 3.25 3.25l0 1c0-1.79493 1.4551-3.25 3.25-3.25 1.7949 0 3.25 1.45508 3.25 3.25l0 4c0-1.79493 1.4551-3.25 3.25-3.25 1.7949 0 3.25 1.45507 3.25 3.25l0 19.0577c0 2.731-0.8382 5.4174-2.3804 7.6713-2.5639 3.7473-6.8345 6.021-11.375 6.021l-1.1545 0c-5.0848 0-9.8647-2.4253-12.8674-6.529z",
+ "width": 16.639375686645508,
+ "height": 18.79166603088379,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "id": "rCVvy",
+ "name": "Divider",
+ "width": 36,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#EAEFF3"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "sw22m",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KkSR5",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9liBs",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ew8vk",
+ "x": 1.8333333730697632,
+ "y": 3.6666667461395264,
+ "name": "Vector",
+ "geometry": "M6 0l-6 6 6 6",
+ "width": 2.75,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "o1MrD",
+ "x": 17.41666603088379,
+ "y": 12.833333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l6 6-6 6",
+ "width": 2.75,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7Yoew",
+ "x": 1.8333333730697632,
+ "y": 6.416666507720947,
+ "name": "Vector",
+ "geometry": "M0 0l40 0",
+ "width": 18.33333396911621,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "olYCW",
+ "x": 1.8333333730697632,
+ "y": 15.583333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l40 0",
+ "width": 18.33333396911621,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6SGnT",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P9bQC",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eyUAu",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zqqTx",
+ "x": 3.6666667461395264,
+ "y": 20.16666603088379,
+ "name": "Vector",
+ "rotation": 90.00000250447808,
+ "geometry": "M6 0l-6 6 6 6",
+ "width": 2.75,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RPfWO",
+ "x": 12.833333015441895,
+ "y": 4.583333492279053,
+ "name": "Vector",
+ "rotation": 90.00000250447808,
+ "geometry": "M0 0l6 6-6 6",
+ "width": 2.75,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ohRSX",
+ "x": 6.416666507720947,
+ "y": 20.16666603088379,
+ "name": "Vector",
+ "rotation": 90.00000250447808,
+ "geometry": "M0 0l40 0",
+ "width": 18.33333396911621,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5dXt0",
+ "x": 15.583333015441895,
+ "y": 20.16666603088379,
+ "name": "Vector",
+ "rotation": 90.00000250447808,
+ "geometry": "M0 0l40 0",
+ "width": 18.33333396911621,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kbuRq",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "35EE9",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zRNVt",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xgrnt",
+ "x": 1.8333333730697632,
+ "y": 9.166666984558105,
+ "name": "Vector",
+ "geometry": "M4 8c2.2091 0 4-1.7909 4-4 0-2.2091-1.7909-4-4-4-2.20914 0-4 1.7909-4 4 0 2.2091 1.79086 4 4 4z",
+ "width": 3.6666667461395264,
+ "height": 3.6666667461395264,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u4XJj",
+ "x": 2.75,
+ "y": 3.6666667461395264,
+ "name": "Vector",
+ "geometry": "M2 4c1.10457 0 2-0.8954 2-2 0-1.10457-0.89543-2-2-2-1.10457 0-2 0.89543-2 2 0 1.1046 0.89543 2 2 2z",
+ "width": 1.8333333730697632,
+ "height": 1.8333333730697632,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Fa3ai",
+ "x": 2.75,
+ "y": 16.5,
+ "name": "Vector",
+ "geometry": "M2 4c1.10457 0 2-0.8954 2-2 0-1.1046-0.89543-2-2-2-1.10457 0-2 0.8954-2 2 0 1.1046 0.89543 2 2 2z",
+ "width": 1.8333333730697632,
+ "height": 1.8333333730697632,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v7IlM",
+ "x": 9.166666984558105,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0l24 0",
+ "width": 11,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "heNjN",
+ "x": 9.166666984558105,
+ "y": 17.41666603088379,
+ "name": "Vector",
+ "geometry": "M0 0l24 0",
+ "width": 11,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QHyfB",
+ "x": 9.166666984558105,
+ "y": 4.583333492279053,
+ "name": "Vector",
+ "geometry": "M0 0l24 0",
+ "width": 11,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eDScu",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XcVH",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hsjwu",
+ "x": 1,
+ "y": 1,
+ "name": "Frame 1000004940",
+ "width": 22,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hW87p",
+ "x": 0,
+ "y": 0,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "y91QL",
+ "x": 3.6666667461395264,
+ "y": 3.6666667461395264,
+ "name": "Vector",
+ "geometry": "M30 0l-28 0c-1.10457 0-2 0.89543-2 2l0 28c0 1.1046 0.89543 2 2 2l28 0c1.1046 0 2-0.8954 2-2l0-28c0-1.10457-0.8954-2-2-2z",
+ "width": 14.666666984558105,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zMpcr",
+ "x": 8.25,
+ "y": 8.25,
+ "name": "Vector",
+ "geometry": "M12 0l-12 0 0 12 12 0 0-12z",
+ "width": 5.5,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u2fh6",
+ "x": 6.8333740234375,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "ppzRp",
+ "x": 6.8333740234375,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "X3EFA",
+ "x": 6.8333740234375,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "bYxja",
+ "x": 6.8333740234375,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pzxps",
+ "x": 11,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "AmPq3",
+ "x": 11,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "odsGg",
+ "x": 11,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "QcRFz",
+ "x": 11,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9rqcR",
+ "x": 15.1666259765625,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "J4Pgs",
+ "x": 15.1666259765625,
+ "y": 0.9166666865348816,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5nkKU",
+ "x": 15.1666259765625,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "s1Zxp",
+ "x": 15.1666259765625,
+ "y": 18.33333396911621,
+ "name": "Vector",
+ "geometry": "M0 0l0 6",
+ "width": 0,
+ "height": 2.75,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dhEJa",
+ "x": 0.9166666865348816,
+ "y": 6.8333740234375,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "vL7Xm",
+ "x": 0.9166666865348816,
+ "y": 6.8333740234375,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "F2Zbl",
+ "x": 18.33333396911621,
+ "y": 6.8333740234375,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "LsroT",
+ "x": 18.33333396911621,
+ "y": 6.8333740234375,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "U9gpm",
+ "x": 0.9166666865348816,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "45Jim",
+ "x": 0.9166666865348816,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ofJjX",
+ "x": 18.33333396911621,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "j3tFB",
+ "x": 18.33333396911621,
+ "y": 11,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hfwIk",
+ "x": 0.9166666865348816,
+ "y": 15.1666259765625,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "XHCxq",
+ "x": 0.9166666865348816,
+ "y": 15.1666259765625,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "R5j8E",
+ "x": 18.33333396911621,
+ "y": 15.1666259765625,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4583333432674408
+ }
+ },
+ {
+ "type": "path",
+ "id": "W5J9B",
+ "x": 18.33333396911621,
+ "y": 15.1666259765625,
+ "name": "Vector",
+ "geometry": "M0 0l6 0",
+ "width": 2.75,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4RFAt",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1cm5x",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ecLly",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5bAjU",
+ "x": 1.8333333730697632,
+ "y": 3.6666667461395264,
+ "name": "Vector",
+ "geometry": "M2 0l36 0c1.10457 0 2 0.89543 2 2l0 28c0 1.10457-0.89543 2-2 2l-36 0c-1.10457 0-2-0.89543-2-2l0-28c0-1.10457 0.89543-2 2-2z",
+ "width": 18.33333396911621,
+ "height": 14.666666984558105,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9k60q",
+ "x": 5.5,
+ "y": 8.25,
+ "name": "Vector",
+ "geometry": "M0 0l7 6-7 6",
+ "width": 3.2083332538604736,
+ "height": 5.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d4TQJ",
+ "x": 10.541666984558105,
+ "y": 14.666666984558105,
+ "name": "Vector",
+ "geometry": "M0 0l13 0",
+ "width": 5.958333492279053,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pc9ak",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i03TJ",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3nwKl",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "M7vX6",
+ "x": 3.6666667461395264,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M32 19l0-9-9-10-21 0c-1.10457 0-2 0.89543-2 2l0 36c0 1.1046 0.89543 2 2 2l12 0",
+ "width": 14.666666984558105,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VCxfx",
+ "x": 16.95833396911621,
+ "y": 14.208333015441895,
+ "name": "Vector",
+ "geometry": "M0 0l5 5-5 5",
+ "width": 2.2916667461395264,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "gknJ7",
+ "x": 11.916666984558105,
+ "y": 14.208333015441895,
+ "name": "Vector",
+ "geometry": "M5 0l-5 5 5 5",
+ "width": 2.2916667461395264,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wD4lv",
+ "x": 13.75,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M0 0l0 10 10 0",
+ "width": 4.583333492279053,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "cap": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v6eBd",
+ "name": "Tool Button",
+ "width": 36,
+ "height": 36,
+ "cornerRadius": 8,
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qvrRX",
+ "name": "icon container",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Znkzi",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 22,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9166666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uMZ7T",
+ "x": 1.8333333730697632,
+ "y": 1.8333333730697632,
+ "name": "Vector",
+ "geometry": "M32.686 11.171c1.2504 1.7933 2.1303 3.8642 2.5287 6.1017l4.7853 0 0 5.4546-4.7853 0c-0.3984 2.2375-1.2783 4.3084-2.5287 6.1017l3.3846 3.3847-3.8569 3.8569-3.3847-3.3846c-1.7933 1.2504-3.8642 2.1303-6.1017 2.5287l0 4.7853-5.4546 0 0-4.7853c-2.2375-0.3984-4.3084-1.2783-6.1017-2.5287l-3.3847 3.3846-3.85691-3.8569 3.38461-3.3847c-1.2504-1.7933-2.13028-3.8642-2.52867-6.1017l-4.78533 0 0-5.4546 4.78533 0c0.39839-2.2375 1.27827-4.3084 2.52867-6.1017l-3.38461-3.3847 3.85691-3.85691 3.3847 3.38461c1.7933-1.2504 3.8642-2.13028 6.1017-2.52867l0-4.78533 5.4546 0 0 4.78533c2.2375 0.39839 4.3084 1.27827 6.1017 2.52867l3.3847-3.38461 3.8569 3.85691-3.3846 3.3847z",
+ "width": 18.33333396911621,
+ "height": 18.33333396911621,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CWJ7b",
+ "x": 8.708333015441895,
+ "y": 8.708333015441895,
+ "name": "Vector",
+ "geometry": "M5 10c2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5z",
+ "width": 4.583333492279053,
+ "height": 4.583333492279053,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.8333333730697632,
+ "join": "round",
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4qPwv",
+ "x": 0,
+ "y": 20,
+ "name": "Header",
+ "width": 1440,
+ "gap": 12,
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MOzic",
+ "name": "Left Group",
+ "width": 462,
+ "height": 40,
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dD5i7",
+ "name": "Logo Button",
+ "width": 146,
+ "height": 40,
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 5,
+ "padding": [
+ 18,
+ 6
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uNFit",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 82,
+ "height": 24.117647171020508,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8039215803146362
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cmgfV",
+ "x": 0,
+ "y": 3.215686321258545,
+ "name": "union",
+ "width": 80.61516571044922,
+ "height": 17.686275482177734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.16654786467552185
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EGtQ8",
+ "x": 1.0449821949005127,
+ "y": 1.0857651233673096,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#0bc0cfff",
+ "width": 79.5702133178711,
+ "height": 15.514744758605957,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.33547332882881165
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ruYeZ",
+ "name": "logoIcon",
+ "width": 24,
+ "height": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "usIA3",
+ "name": "icon/caret-down-filled",
+ "width": 16.000001907348633,
+ "height": 16.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "acLsU",
+ "x": 4.000000476837158,
+ "y": 6.000000953674316,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#0bc0cfff",
+ "width": 7.99965238571167,
+ "height": 5.333164691925049,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EXjXU",
+ "name": "Generate Button",
+ "width": 148,
+ "height": 40,
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#EAEFF3"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CgbxF",
+ "name": "btn1Text",
+ "fill": "#57606A",
+ "content": "图片生成",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "Xlhd9",
+ "name": "Tag",
+ "width": 40,
+ "height": 20,
+ "fill": "#f6f8fa",
+ "cornerRadius": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Bdmha",
+ "name": "tagText1",
+ "fill": "#57606a",
+ "content": "16:9",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s5Nt8",
+ "name": "Saved Button",
+ "width": 144,
+ "height": 40,
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#FFFFFF"
+ },
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wBiqK",
+ "name": "checkIcon",
+ "width": 20,
+ "height": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NIWs7",
+ "name": "icon/check-m-filled",
+ "width": 19.999998092651367,
+ "height": 19.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9999999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8QruH",
+ "x": 0,
+ "y": 1.1368683772161603e-13,
+ "name": "Frame",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nlklZ",
+ "x": 4.166666507720947,
+ "y": 5.833333492279053,
+ "name": "Vector",
+ "geometry": "M0 10l10 10 20-20",
+ "width": 12.5,
+ "height": 8.333333015441895,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.6666666269302368,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0bc0cfff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5XLAE",
+ "name": "savedText",
+ "fill": "#0BC0CF",
+ "content": "已保存 刚刚",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iwm5N",
+ "name": "Run Button",
+ "height": "fill_container",
+ "fill": "#0BC0CF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 9,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rmUlV",
+ "name": "icon/play-filled",
+ "width": 19.999998092651367,
+ "height": 19.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333332538604736
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CmK32",
+ "x": 4.167479991912842,
+ "y": 2.4991860389709473,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 13.332319259643555,
+ "height": 15.000594139099121,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333332538604736
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bYqZn",
+ "name": "rightBtnText",
+ "fill": "#FFFFFF",
+ "content": "运行工作流",
+ "fontFamily": "Source Serif 4",
+ "fontSize": 13,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l2uB7",
+ "x": 20,
+ "y": 68,
+ "name": "Properties Panel",
+ "width": 180,
+ "height": 154,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aXxbj",
+ "name": "List Panel",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MnoB1",
+ "name": "List Item",
+ "width": 164,
+ "height": 38,
+ "fill": "#ffffffff",
+ "cornerRadius": 4,
+ "padding": [
+ 4,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3j99c",
+ "name": "item1Text",
+ "fill": "#24292F",
+ "content": "Back to files",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sWfAe",
+ "name": "List Item",
+ "width": 164,
+ "height": 38,
+ "fill": "#ffffffff",
+ "cornerRadius": 4,
+ "padding": [
+ 4,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1HVNE",
+ "name": "item1Text",
+ "fill": "#24292F",
+ "content": "Tutorials",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7CBUd",
+ "name": "List Item",
+ "width": 164,
+ "height": 38,
+ "fill": "#ffffffff",
+ "cornerRadius": 4,
+ "padding": [
+ 4,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0DRAb",
+ "name": "item1Text",
+ "fill": "#24292F",
+ "content": "退出登录",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/ai-canvas/ai-structure.json b/ui/ai-canvas/ai-structure.json
new file mode 100644
index 0000000000..d117010ddc
--- /dev/null
+++ b/ui/ai-canvas/ai-structure.json
@@ -0,0 +1,3573 @@
+{
+ "metadata": {
+ "exportedAt": "2026-02-06T02:29:55.359Z",
+ "componentName": "AI 画布",
+ "totalElements": 204,
+ "nestingDepth": 8,
+ "plugin": "Figma to JSON Exporter"
+ },
+ "designTokens": {
+ "colors": {
+ "color-rgb(244, 250, 255)": "rgb(244, 250, 255)",
+ "color-rgb(234, 239, 243)": "rgb(234, 239, 243)",
+ "color-rgb(255, 255, 255)": "rgb(255, 255, 255)",
+ "color-rgb(0, 0, 0)": "rgb(0, 0, 0)",
+ "color-rgb(36, 41, 47)": "rgb(36, 41, 47)",
+ "color-rgb(63, 205, 217)": "rgb(63, 205, 217)",
+ "color-rgb(87, 96, 106)": "rgb(87, 96, 106)",
+ "color-rgb(11, 192, 207)": "rgb(11, 192, 207)"
+ },
+ "fonts": {
+ "source-han-sans-sc-vf": {
+ "family": "Source Han Sans SC VF",
+ "sizes": {
+ "size-13": "13px"
+ },
+ "weights": {
+ "weight-500": "500"
+ }
+ }
+ },
+ "spacing": {
+ "padding-top-12": "12px",
+ "padding-right-4": "4px",
+ "padding-bottom-12": "12px",
+ "padding-left-4": "4px",
+ "gap-20": "20px",
+ "padding-top-4": "4px",
+ "padding-right-16": "16px",
+ "padding-bottom-4": "4px",
+ "padding-left-16": "16px",
+ "gap-16": "16px",
+ "gap-2": "2px",
+ "padding-right-12": "12px",
+ "padding-left-12": "12px",
+ "padding-right-20": "20px",
+ "padding-left-20": "20px",
+ "gap-12": "12px",
+ "padding-top-18": "18px",
+ "padding-right-6": "6px",
+ "padding-bottom-18": "18px",
+ "padding-left-6": "6px",
+ "gap-5": "5px",
+ "padding-top-9": "9px",
+ "padding-right-24": "24px",
+ "padding-bottom-9": "9px",
+ "padding-left-24": "24px",
+ "gap-8": "8px",
+ "padding-top-8": "8px",
+ "padding-right-8": "8px",
+ "padding-bottom-8": "8px",
+ "padding-left-8": "8px",
+ "gap-6": "6px"
+ },
+ "effects": {
+ "shadow-24-4": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ }
+ }
+ },
+ "structure": {
+ "name": "ai---",
+ "type": "FRAME",
+ "size": {
+ "w": 1440,
+ "h": 900
+ },
+ "styles": {
+ "bg": "rgb(244, 250, 255)",
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "--",
+ "type": "FRAME",
+ "size": {
+ "w": 1440,
+ "h": 900
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 1429,
+ "h": 887
+ },
+ "styles": {
+ "bg": "rgb(234, 239, 243)"
+ }
+ }
+ ]
+ },
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 60,
+ "h": 732
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "border": {
+ "width": 1,
+ "color": "rgb(234, 239, 243)"
+ },
+ "radius": 12,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "column",
+ "gap": 20,
+ "align": {
+ "main": "start",
+ "cross": "center"
+ },
+ "padding": [
+ 12,
+ 4,
+ 12,
+ 4
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004933",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame-162824",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "column",
+ "gap": 2,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 18
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 7,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 7,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004934",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 13,
+ "h": 18
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004935",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004924",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 20,
+ "h": 20
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 15
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 4,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 4
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 4
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004923",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 18
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 4,
+ "h": 9
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004925",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 17
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 8
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004926",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 11
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004927",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "mask-group",
+ "type": "GROUP",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "children": [
+ {
+ "name": "group",
+ "type": "GROUP",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "bg": "rgb(0, 0, 0)"
+ }
+ }
+ ]
+ },
+ {
+ "name": "group",
+ "type": "GROUP",
+ "size": {
+ "w": 17,
+ "h": 17
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 8
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 8,
+ "h": 4
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 12
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004928",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 13,
+ "h": 13
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 20
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 8,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004929",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 16
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004930",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 13
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 4,
+ "h": 9
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004931",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004932",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 8
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 8,
+ "h": 4
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 12
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "group-3",
+ "type": "GROUP",
+ "size": {
+ "w": 210,
+ "h": 161
+ },
+ "children": [
+ {
+ "name": "rectangle-1",
+ "type": "RECTANGLE",
+ "size": {
+ "w": 210,
+ "h": 161
+ },
+ "styles": {
+ "bg": "rgb(36, 41, 47)",
+ "border": {
+ "width": 1,
+ "color": "rgb(87, 96, 106)"
+ },
+ "radius": 8
+ }
+ },
+ {
+ "name": "rectangle-2",
+ "type": "RECTANGLE",
+ "size": {
+ "w": 194,
+ "h": 113
+ },
+ "styles": {
+ "bg": "rgb(234, 239, 243)",
+ "border": {
+ "width": 1,
+ "color": "rgb(87, 96, 106)"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 60,
+ "h": 604
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "border": {
+ "width": 1,
+ "color": "rgb(234, 239, 243)"
+ },
+ "radius": 12,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "column",
+ "gap": 20,
+ "align": {
+ "main": "start",
+ "cross": "center"
+ },
+ "padding": [
+ 12,
+ 12,
+ 12,
+ 12
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004947",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 14,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "line-1",
+ "type": "LINE",
+ "size": {
+ "w": 36,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 1,
+ "color": "rgb(234, 239, 243)"
+ }
+ }
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004946",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 16,
+ "h": 17
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "bg": "rgb(63, 205, 217)",
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004945",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 17,
+ "h": 19
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(255, 255, 255)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "line-2",
+ "type": "LINE",
+ "size": {
+ "w": 36,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 1,
+ "color": "rgb(234, 239, 243)"
+ }
+ }
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004944",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004943",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004942",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 4,
+ "h": 4
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 2
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 2
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 11,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004941",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004940",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 15
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 0,
+ "h": 3
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004939",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 15
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 3,
+ "h": 6
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 6,
+ "h": 0
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004938",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 15,
+ "h": 18
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 2,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "navigation-left-navigation-button",
+ "type": "FRAME",
+ "size": {
+ "w": 36,
+ "h": 36
+ },
+ "styles": {
+ "radius": 8,
+ "layout": {
+ "direction": "row",
+ "gap": 16,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 4,
+ 16,
+ 4,
+ 16
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004937",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 22,
+ "h": 22
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 18,
+ "h": 18
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ },
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 5,
+ "h": 5
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(110, 119, 129)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "frame-1000004916",
+ "type": "FRAME",
+ "size": {
+ "w": 1440,
+ "h": 40
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 12,
+ "align": {
+ "main": "space-between",
+ "cross": "center"
+ },
+ "padding": [
+ 0,
+ 20,
+ 0,
+ 20
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "frame-1000004917",
+ "type": "FRAME",
+ "size": {
+ "w": 462,
+ "h": 40
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 12,
+ "align": {
+ "main": "start",
+ "cross": "center"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "button",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "1",
+ "type": "FRAME",
+ "size": {
+ "w": 146,
+ "h": 40
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "radius": 8,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "row",
+ "gap": 5,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 18,
+ 6,
+ 18,
+ 6
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "xbuilder-wordlogo-xbuilder-wordlogo-white",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "frame-1000004936",
+ "type": "FRAME",
+ "size": {
+ "w": 24,
+ "h": 24
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "icon-caret-down-filled",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "button",
+ "type": "FRAME",
+ "size": {
+ "w": 148,
+ "h": 40
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "border": {
+ "width": 1,
+ "color": "rgb(234, 239, 243)"
+ },
+ "radius": 8,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "row",
+ "gap": 8,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 9,
+ 24,
+ 9,
+ 24
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "----",
+ "type": "TEXT",
+ "size": {
+ "w": 52,
+ "h": 20
+ },
+ "content": "图片生成",
+ "styles": {
+ "bg": "rgb(87, 96, 106)",
+ "text": {
+ "family": "Source Han Sans SC VF",
+ "size": 13,
+ "weight": "500",
+ "align": "left"
+ }
+ }
+ },
+ {
+ "name": "tag",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ }
+ ]
+ },
+ {
+ "name": "button",
+ "type": "FRAME",
+ "size": {
+ "w": 144,
+ "h": 40
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "border": {
+ "width": 1,
+ "color": "rgb(255, 255, 255)"
+ },
+ "radius": 8,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "row",
+ "gap": 8,
+ "align": {
+ "main": "center",
+ "cross": "center"
+ },
+ "padding": [
+ 9,
+ 24,
+ 9,
+ 24
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "icon-check-m-filled",
+ "type": "FRAME",
+ "size": {
+ "w": 20,
+ "h": 20
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "frame",
+ "type": "FRAME",
+ "size": {
+ "w": 20,
+ "h": 20
+ },
+ "styles": {
+ "layout": {
+ "direction": "row",
+ "gap": 0,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "vector",
+ "type": "VECTOR",
+ "size": {
+ "w": 13,
+ "h": 8
+ },
+ "styles": {
+ "border": {
+ "width": 2,
+ "color": "rgb(11, 192, 207)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "------",
+ "type": "TEXT",
+ "size": {
+ "w": 68,
+ "h": 20
+ },
+ "content": "已保存 刚刚",
+ "styles": {
+ "bg": "rgb(11, 192, 207)",
+ "text": {
+ "family": "Source Han Sans SC VF",
+ "size": 13,
+ "weight": "500",
+ "align": "left"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "button",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ }
+ ]
+ },
+ {
+ "name": "frame-1000004880",
+ "type": "FRAME",
+ "size": {
+ "w": 180,
+ "h": 154
+ },
+ "styles": {
+ "layout": {
+ "direction": "column",
+ "gap": 8,
+ "align": {
+ "main": "start",
+ "cross": "start"
+ }
+ }
+ },
+ "children": [
+ {
+ "name": "list-expand-list",
+ "type": "FRAME",
+ "size": {
+ "w": 180,
+ "h": 154
+ },
+ "styles": {
+ "bg": "rgb(255, 255, 255)",
+ "radius": 8,
+ "shadow": {
+ "x": 0,
+ "y": 4,
+ "blur": 24,
+ "color": "rgba(36, 41, 47, 0.07999999821186066)"
+ },
+ "layout": {
+ "direction": "column",
+ "gap": 6,
+ "align": {
+ "main": "center",
+ "cross": "start"
+ },
+ "padding": [
+ 8,
+ 8,
+ 8,
+ 8
+ ]
+ }
+ },
+ "children": [
+ {
+ "name": "-list-select",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "-list-select",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "-list-select",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "-list-select",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ },
+ {
+ "name": "-list-select",
+ "type": "INSTANCE",
+ "size": {
+ "w": 0,
+ "h": 0
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ "summary": {
+ "components": 0,
+ "instances": 10,
+ "frames": 85,
+ "texts": 2,
+ "hasAutoLayout": true,
+ "hasEffects": true
+ }
+}
\ No newline at end of file
diff --git "a/ui/ai-canvas/\347\202\271\351\230\265.png" "b/ui/ai-canvas/\347\202\271\351\230\265.png"
new file mode 100644
index 0000000000..2b655bf99e
Binary files /dev/null and "b/ui/ai-canvas/\347\202\271\351\230\265.png" differ
diff --git a/ui/docs/design-review-checklist.md b/ui/docs/design-review-checklist.md
new file mode 100644
index 0000000000..1f4988b4d8
--- /dev/null
+++ b/ui/docs/design-review-checklist.md
@@ -0,0 +1,36 @@
+# 设计评审自检清单
+
+用于设计提交前自检,确保设计完整、清晰、可实现。
+
+## 组件与规范
+
+- [ ] 是否优先复用 Design System 组件?
+- [ ] 是否使用标准 Design Token?
+- [ ] 是否出现未定义的新样式?
+- [ ] 若修改了组件,是否同步更新 system?
+
+## 状态是否完整
+
+- [ ] 是否定义默认状态?
+- [ ] 是否定义 hover / focus / active?
+- [ ] 是否定义 disabled / loading?
+- [ ] 是否定义空态 / 异常态?
+
+## 交互是否清晰
+
+- [ ] 是否明确点击后的行为?
+- [ ] 是否说明页面跳转逻辑?
+- [ ] 是否说明数据加载或失败处理?
+- [ ] 是否说明必要的动画或过渡?
+
+## 一致性与体验
+
+- [ ] 是否与现有页面风格一致?
+- [ ] 是否避免重复造轮子?
+- [ ] 是否考虑响应式或不同屏幕尺寸?
+- [ ] 是否存在可访问性问题?
+
+## 决策记录
+
+- [ ] 是否记录关键设计决策?
+- [ ] 是否说明与以往方案的差异?
diff --git a/ui/docs/pr-checklist.md b/ui/docs/pr-checklist.md
new file mode 100644
index 0000000000..1eeee29b5b
--- /dev/null
+++ b/ui/docs/pr-checklist.md
@@ -0,0 +1,7 @@
+# 设计 PR 审核清单
+
+- [ ] 是否复用现有组件?
+- [ ] 是否新增组件?(需要 design system PR)
+- [ ] 是否考虑空态 / 异常态?
+- [ ] 是否考虑可访问性?
+- [ ] 是否考虑响应式?
diff --git a/ui/docs/pr-template.md b/ui/docs/pr-template.md
new file mode 100644
index 0000000000..9930b27860
--- /dev/null
+++ b/ui/docs/pr-template.md
@@ -0,0 +1,35 @@
+# 设计 PR 模板
+
+## 1️⃣ PR 标题规范
+
+> 使用英文
+
+[UI] Feature: Modify the username and display name
+[Design-System] Update: Button disabled state
+[Template] Update: Sprite config
+
+## 2️⃣ PR 描述必须包含
+
+### 背景
+
+为什么改?
+
+### 修改内容
+
+- 调整按钮 padding
+- 修改错误提示颜色
+
+### 影响范围
+
+- 产品登录页
+- 主要按钮
+
+### 是否影响设计系统
+
+- [x] 是(需要 design system PR)
+- [ ] 否
+
+## 3️⃣ PR 内容必须包含
+
+- [ ] Pencil 文件(含设计稿高保真 & 交互说明)
+- [ ] 演示 Demo
diff --git a/ui/docs/team-workflow.md b/ui/docs/team-workflow.md
new file mode 100644
index 0000000000..96770a845b
--- /dev/null
+++ b/ui/docs/team-workflow.md
@@ -0,0 +1,17 @@
+# 团队工作流
+
+需求 issue → design PR → code PR
+
+## 设计 PR
+
+内容必须包含:
+
+- [ ] Pencil 文件(含设计稿高保真 & 交互说明)
+- [ ] 演示 Demo
+- [ ] 说明文档.md
+
+## 开发 PR
+
+- [ ] 已关联 Design PR
+- [ ] 已确认使用 Design System 组件
+- [ ] 无自定义 UI
diff --git a/ui/features/spx/Change-account-name-and-ID_2026.02.13/Figma-design-file-link.md b/ui/features/spx/Change-account-name-and-ID_2026.02.13/Figma-design-file-link.md
new file mode 100644
index 0000000000..5fbd15e401
--- /dev/null
+++ b/ui/features/spx/Change-account-name-and-ID_2026.02.13/Figma-design-file-link.md
@@ -0,0 +1 @@
+https://www.figma.com/design/3cZrrPn7oD4wvdYakaUL1b/%E8%AE%BE%E8%AE%A1%E6%96%87%E4%BB%B6-2.0-XBuilder?node-id=7453-17&m=dev&focus-id=7626-43438
\ No newline at end of file
diff --git a/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.json b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.json
new file mode 100644
index 0000000000..1d01897d37
--- /dev/null
+++ b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.json
@@ -0,0 +1,4986 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "efVs5",
+ "x": 156,
+ "y": -1291,
+ "name": "个人信息编辑",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "easDW",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "dkecn",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "Editor profile",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WUuU0",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9ytg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W0f6f",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HIFMn",
+ "name": "image",
+ "width": "fill_container",
+ "height": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e0pHB",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000003010",
+ "clip": true,
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xd2Jf",
+ "x": -258,
+ "y": 0,
+ "name": "背景图",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6UHJ",
+ "x": 0,
+ "y": 0,
+ "name": "立体02",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.4000000059604645,
+ "rotation": -450,
+ "size": {
+ "height": 1
+ },
+ "colors": [
+ {
+ "color": "#000000ff",
+ "position": 0
+ },
+ {
+ "color": "#000000cc",
+ "position": 0.5176095366477966
+ },
+ {
+ "color": "#000000ff",
+ "position": 1
+ }
+ ]
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "8hgCp",
+ "x": 0.3999786376953125,
+ "y": -403.8160705566406,
+ "name": "abstract-blue-background-with-geometric-shapes-lighting-3d-illustration",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 1075.2000732421875,
+ "height": 716.8875122070312,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8400000333786011
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "vJcOH",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 851",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.639344334602356
+ }
+ },
+ {
+ "type": "frame",
+ "id": "R9sxS",
+ "x": 256,
+ "y": 60,
+ "name": "Component 2",
+ "enabled": false,
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0vzmn",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "EcPPJ",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "LsXww",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zT6ZM",
+ "x": 24,
+ "y": 120,
+ "name": "avatar",
+ "width": 120,
+ "height": 120,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 160,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 5.333333492279053
+ }
+ },
+ "gap": 10,
+ "padding": 36,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oHB1",
+ "name": "Component 2",
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SdSfD",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "sPySs",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "n2D6q",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iE5fJ",
+ "name": "Frame 1000003007",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3rU4Y",
+ "name": "Frame 162933",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1ZVTc",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Name",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OrPYa",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C7vZh",
+ "name": "Label Text",
+ "fill": "$grey1000",
+ "content": "Tom Chang ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cMo5i",
+ "name": "Frame 1000002987",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yie21",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bTBrF",
+ "name": "textarea group/default",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tIdmp",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UqDOe",
+ "name": "Label Text",
+ "fill": "$grey700",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6TXG",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FIbWv",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3u535",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "snIam",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "enabled": false,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zPCe9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBcae",
+ "name": "Frame 1000002986",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uQueW",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Bio",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "P8tlt",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 96,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "dB3iy",
+ "name": "Text",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world’s a stage, and all the men and women merely players. They have their exits and their entrances; and one man in his time plays many parts.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSXv6",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 20,
+ 20
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "POspw",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xr9Kl",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wjY39",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pl37L",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IXEQg",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NGJoM",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZHaR8",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBG3j",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gEoM8",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VHeMz",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BnJp4",
+ "x": 156,
+ "y": -546,
+ "name": "修改项目id",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RQib7",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "xrunD",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "n0oTK",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtRBa",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8m82e",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDyGT",
+ "name": "Card Content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N4jiH",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ox8bi",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P6QDs",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tusmv",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jvn23",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fNwjQ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4zD5U",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VNXQt",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aub1J",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWmhc",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAgtM",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXcPN",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d2s47",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IUXf4",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9N2v3",
+ "x": 156,
+ "y": -212,
+ "name": "头像上传",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vT4M",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nj1f0",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "裁剪图像",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uRkya",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kuCLc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ehaiD",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jbLbb",
+ "name": "Card content",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1481482982635498
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aWpue",
+ "name": "Frame 1000002886",
+ "clip": true,
+ "width": 300,
+ "height": 300,
+ "fill": [
+ "#f6f8faff",
+ {
+ "type": "image",
+ "opacity": 0.800000011920929,
+ "enabled": true,
+ "url": "../images/upload-profile-picture.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "background_blur",
+ "radius": 3.5
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "children": [
+ {
+ "type": "frame",
+ "id": "de5Zm",
+ "name": "Frame 1000002887",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": [
+ {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Upload-profile-picture ( circle ).png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "padding": 9.090909004211426
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pi5Og",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UCarN",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OcG0g",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkPFw",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pacyr",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Zeik",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TV3U9",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gcta6",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CjySg",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2tkED",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "31K8R",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iNaXC",
+ "x": 156,
+ "y": 414,
+ "name": "修改项目id提醒",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JserD",
+ "name": "Card Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "LPFnL",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GxZUs",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "62zvg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W8G56",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGb7u",
+ "name": "Card content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVlTG",
+ "name": "Modal content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xosa9",
+ "name": "Toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VU3xR",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V3Xfr",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cg6Ey",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改账号 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C2fEr",
+ "name": "Text",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fB9ox",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XBXwJ",
+ "name": "Button/Medium/Destructive/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1EVXd",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjy3G",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cz9hd",
+ "x": 156,
+ "y": -2668,
+ "name": "User Profile Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1zThB",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gg3S8",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HGdS8",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HNDE",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MNpPo",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8E63u",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wcpAQ",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$grey100",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gAEh",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ZG3HQ",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fc0K6",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LVhSF",
+ "name": "add-outlined",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YC70p",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9J50W",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LUU8D",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wBCzC",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3M7fW",
+ "name": "tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lLI6Z",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Har4T",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZaBNO",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nPTc",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UN10O",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AN6aQ",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Rj9WO",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5U6h8",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WohAa",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QgXS7",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O3pRc",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "lQdq4",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsNuz",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "N2r4K",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MFJH7",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VrRt5",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N1Tsf",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZpWQZ",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rzr0C",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "r1SMo",
+ "name": "Frame 1000003000",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 0,
+ 2,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzUCc",
+ "name": "Frame 1000004769",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "089TZ",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BYOwb",
+ "name": "78654854",
+ "fill": "#a7b1bbff",
+ "content": "78654854",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gEAuo",
+ "name": "copy-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zyu5p",
+ "x": 1.5548219680786133,
+ "y": 1.5549999475479126,
+ "geometry": "M5.83418 2.918c0.262 0 0.495-0.001 0.686 0.014 0.20962 0.01187 0.41485 0.06487 0.604 0.156 0.292 0.149 0.53 0.386 0.68 0.678 0.101 0.2 0.137 0.406 0.154 0.604 0.015 0.191 0.015 0.424 0.015 0.686l0 3.695c0 0.262 0 0.494-0.015 0.685-0.01142 0.20989-0.06409 0.41547-0.155 0.605-0.149 0.292-0.387 0.53-0.68 0.68-0.2 0.101-0.405 0.138-0.603 0.154-0.191 0.015-0.424 0.014-0.686 0.014l-3.695 0c-0.262 0-0.494 0.001-0.685-0.014-0.20955-0.01155-0.41478-0.06422-0.604-0.155-0.29262-0.1494-0.5306-0.38738-0.68-0.68-0.09043-0.18929-0.14276-0.39452-0.154-0.604-0.01369-0.22806-0.0187-0.45656-0.015-0.685l0-3.696c0-0.262 0-0.495 0.015-0.686 0.01155-0.20955 0.06422-0.41478 0.155-0.604 0.149-0.292 0.387-0.53 0.68-0.678 0.2-0.102 0.405-0.14 0.603-0.156 0.191-0.015 0.423-0.014 0.685-0.014l3.695 0.001z m-3.695 1.166c-0.281 0-0.458 0-0.59 0.011-0.0581 0.00071-0.11562 0.01154-0.17 0.032-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.01967 0.05418-0.02982 0.11136-0.03 0.169-0.011 0.132-0.011 0.309-0.011 0.59l0 3.695c0 0.282 0 0.459 0.01 0.592 0.01 0.124 0.027 0.16 0.032 0.167 0.03789 0.07276 0.09724 0.13211 0.17 0.17 0.05406 0.02035 0.11124 0.03118 0.169 0.032 0.132 0.01 0.309 0.011 0.59 0.011l3.696 0c0.282 0 0.459 0 0.591-0.011 0.0581-0.00071 0.11562-0.01154 0.17-0.032 0.07202-0.03822 0.13063-0.09754 0.168-0.17 0.02012-0.05343 0.03095-0.10991 0.032-0.167 0.01-0.133 0.011-0.31 0.011-0.592l0-3.696c0-0.281 0-0.458-0.011-0.59-0.00071-0.0581-0.01154-0.11562-0.032-0.17-0.03763-0.07261-0.09661-0.13194-0.169-0.17-0.05418-0.01967-0.11136-0.02982-0.169-0.03-0.19679-0.01128-0.39392-0.01528-0.591-0.012l-3.696 0.001z m8.174 1.507c0.322 0.004 0.58 0.27 0.575 0.591-0.004 0.317-0.017 0.646-0.168 0.942-0.149 0.292-0.387 0.53-0.68 0.68-0.295 0.15-0.625 0.163-0.942 0.167-0.31349-0.0083-0.56446-0.26272-0.56849-0.57629-0.00403-0.31357 0.24031-0.57435 0.55349-0.59071 0.339-0.004 0.405-0.03 0.427-0.04 0.07276-0.03789 0.13211-0.09724 0.17-0.17 0.012-0.022 0.037-0.09 0.041-0.428 0.00493-0.32215 0.26984-0.57945 0.592-0.575m-0.007-2.673c0.322 0 0.583 0.26 0.583 0.583l0 0.972c0 0.32198-0.26102 0.583-0.583 0.583-0.32198 0-0.583-0.26102-0.583-0.583l0-0.972c0-0.322 0.261-0.583 0.583-0.583m-5.598-2.916c0.30659 0.01768 0.54732 0.26943 0.55126 0.57651 0.00395 0.30708-0.23023 0.56493-0.53626 0.59049-0.337 0.004-0.404 0.03-0.426 0.04-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.012 0.023-0.037 0.09-0.041 0.428-0.01654 0.31323-0.27756 0.55745-0.5912 0.55315-0.31364-0.0043-0.56786-0.25559-0.5758-0.56915 0.004-0.317 0.018-0.645 0.169-0.94 0.149-0.293 0.386-0.531 0.678-0.68 0.296-0.151 0.625-0.165 0.942-0.17m4.39 0c0.317 0.004 0.647 0.018 0.943 0.169 0.292 0.149 0.53 0.387 0.68 0.68 0.15 0.295 0.163 0.623 0.167 0.94-0.00795 0.31356-0.26217 0.56485-0.57581 0.56915-0.31363 0.0043-0.57465-0.23992-0.59119-0.55315-0.004-0.338-0.03-0.405-0.04-0.427-0.03789-0.07276-0.09724-0.13211-0.17-0.17-0.023-0.012-0.09-0.037-0.428-0.041-0.32226-0.00414-0.58014-0.26874-0.576-0.591 0.00414-0.32226 0.26874-0.58014 0.591-0.576m-1.65 0.002c0.29411 0.0346 0.51577 0.28386 0.51576 0.58 0 0.29614-0.22165 0.5454-0.51576 0.58l-0.059 0.004-0.971 0c-0.31287-0.01295-0.55984-0.27036-0.55984-0.5835 0-0.31314 0.24697-0.57055 0.55984-0.5835l0.971 0 0.059 0.003z",
+ "fill": "#A7B1BB",
+ "width": 10.889178276062012,
+ "height": 10.889014601707458
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T4qyu",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zmw2F",
+ "name": "calendar.svg",
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LivCc",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q57qV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PPOqJ",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UuNIF",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKG39",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qLnq7",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b0cBZ",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D8N7M",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "n9gNj",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "f1Zrs",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QEbl7",
+ "name": "overview",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "yrYBE",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$turquoise300",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "CtjkD",
+ "x": 1.5,
+ "y": 2.999990940093994,
+ "geometry": "M0 0.79701c0-0.21138 0.08397-0.4141 0.23344-0.56357 0.14947-0.14947 0.35219-0.23344 0.56356-0.23343l4.518 0c1.304 0 2.462 0.627 3.188 1.595 0.75123-1.00626 1.93425-1.59777 3.19-1.595l4.51 0c0.21138 0 0.4141 0.08397 0.56356 0.23343 0.14947 0.14947 0.23344 0.35219 0.23344 0.56357l0 11.155c0 0.21138-0.08397 0.4141-0.23344 0.56356-0.14947 0.14946-0.35219 0.23343-0.56356 0.23344l-4.788 0c-0.63365 0.00109-1.24116 0.25272-1.69 0.7l-0.661 0.66c-0.31123 0.31116-0.81577 0.31116-1.127 0l-0.66-0.66c-0.44884-0.44728-1.05635-0.69891-1.69-0.7l-4.79 0c-0.21138 0-0.4141-0.08397-0.56356-0.23344-0.14947-0.14947-0.23344-0.35219-0.23344-0.56356l0-11.155z m7.704 10.968l0.004-5.39-0.002-2.393c-0.0011-1.31918-1.07082-2.388-2.39-2.388l-3.723 0 0 9.562 3.991 0c0.75 0 1.484 0.21 2.119 0.61m1.598-7.78l-0.005 7.778c0.63497-0.39644 1.36844-0.60674 2.117-0.607l3.991 0 0-9.563-3.713 0c-0.63387 0-1.24177 0.2518-1.68998 0.70001-0.44821 0.44821-0.70002 1.05612-0.70002 1.68999",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 14.342380046844482
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Iv634",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UwfCL",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "rgpT7",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sfPf4",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4N9j7",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bzYI7",
+ "name": "projects",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrsBG",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "1O49b",
+ "x": 2.298999786376953,
+ "y": 2.932999849319458,
+ "geometry": "M4.818 0l-3.107 0c-0.45387-0.00027-0.88922 0.17991-1.21015 0.50085-0.32093 0.32093-0.50111 0.75629-0.50085 1.21015l0 9.925c0 0.944 0.766 1.71 1.711 1.71l11.98 0c0.94441 0 1.71-0.76559 1.71-1.71l0-6.171c0.00026-0.45369-0.17978-0.8889-0.50049-1.2098-0.32072-0.3209-0.75581-0.5012-1.20951-0.5012l-3.986 0c-0.18824-0.00012-0.37009-0.06831-0.512-0.192l-3.863-3.37c-0.14165-0.12346-0.3231-0.19164-0.511-0.192l-0.001 0z",
+ "width": 15.4010009765625,
+ "height": 13.345999479293823,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HmPJZ",
+ "x": 8.857000350952148,
+ "y": 4.183999538421631,
+ "geometry": "M0 0l7.132 0c0.45387-0.00027 0.88922 0.17991 1.21015 0.50085 0.32093 0.32093 0.50111 0.75629 0.50085 1.21015l0 3.295",
+ "width": 8.843000411987305,
+ "height": 5.00600004196167,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "p4XFq",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hXxb8",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "wfvlW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cdxJO",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OH7A9",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Opvc",
+ "name": "likes",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R9PGF",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "fS2by",
+ "x": 1.1994404792785645,
+ "y": 2.079808235168457,
+ "geometry": "M14.82556 2.75019c-1.505-1.46-3.912-1.53-5.503-0.206-0.14628 0.12221-0.3314 0.18817-0.522 0.186-0.1906 0.00217-0.37572-0.06379-0.522-0.186-1.591-1.324-3.998-1.254-5.503 0.206-1.4803 1.41205-1.57409 3.74361-0.212 5.27q0.03 0.034 0.056 0.07l6.181 5.996 6.181-5.996 0.055-0.07c1.36262-1.52586 1.26971-3.8574-0.21-5.27l-0.001 0z m1.514 6.21c1.82496-2.17573 1.65004-5.3939-0.4-7.359-1.945-1.887-4.948-2.105-7.139-0.66-2.19-1.445-5.194-1.227-7.14 0.66-2.04974 1.96538-2.22422 5.18353-0.399 7.359 0.03707 0.06401 0.08284 0.12257 0.136 0.174l6.846 6.64c0.31033 0.30101 0.80367 0.30101 1.114 0l6.845-6.64c0.05316-0.05143 0.09893-0.10999 0.136-0.174l0.001 0z",
+ "width": 17.60067319869995,
+ "height": 15.999953269958496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "join": "round",
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mvxU7",
+ "x": 13.199918746948242,
+ "y": 4.4932780265808105,
+ "geometry": "M1.90008 3.18672c-0.166 0-0.297-0.135-0.328-0.298-0.12249-0.64613-0.62787-1.15151-1.274-1.274-0.163-0.03-0.298-0.162-0.298-0.328l0-1c-0.00189-0.0789 0.02959-0.15493 0.08672-0.20938 0.05712-0.05446 0.13457-0.08228 0.21328-0.07662 1.5306 0.14413 2.7424 1.35635 2.886 2.887 0.00566 0.07872-0.02216 0.15616-0.07662 0.21329-0.05445 0.05712-0.13049 0.08861-0.20938 0.08671l-1-0.001z",
+ "fill": "$grey800",
+ "width": 3.1868038177490234,
+ "height": 3.187802791595459
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TgeV5",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NJXlM",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "qlURr",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AwsRU",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GM3LU",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EgN1",
+ "name": "following",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "e2X9H",
+ "x": 0,
+ "y": 1.917,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "tsA3G",
+ "x": 1.500000238418579,
+ "y": 1.8799999952316284,
+ "geometry": "M6.434 7.048c-1.94488-0.0033-3.5207-1.57912-3.524-3.524 0.0033-1.94488 1.57912-3.5207 3.524-3.524 1.94488 0.0033 3.5207 1.57912 3.524 3.524-0.0033 1.94488-1.57912 3.5207-3.524 3.524m0-5.804c-1.25921 0-2.28 1.02079-2.28 2.28 0 1.25921 1.02079 2.28 2.28 2.28 1.25921 0 2.28-1.02079 2.28-2.28-0.00165-1.25852-1.02148-2.27835-2.28-2.28m0.822 14.926l-4.146 0c-2.005 0-3.11-1.099-3.11-3.093 0-2.208 1.249-4.785 4.768-4.785l3.317 0c0.706 0 1.337 0.103 1.877 0.305 0.32171 0.12068 0.48467 0.47929 0.364 0.801-0.12067 0.32171-0.47929 0.48467-0.801 0.364-0.399-0.15-0.884-0.226-1.44-0.226l-3.317 0c-3.27 0-3.524 2.71-3.524 3.54 0 1.297 0.558 1.85 1.866 1.85l4.146 0c0.34352 0 0.622 0.27848 0.622 0.622 0 0.34352-0.27848 0.622-0.622 0.622m7.593 0.77c-0.16 0-0.32-0.037-0.469-0.114l-1.32-0.68-1.319 0.68c-0.34191 0.17575-0.75367 0.1439-1.06449-0.08234-0.31082-0.22624-0.46767-0.60828-0.40551-0.98766l0.248-1.419-1.092-1.043c-0.27267-0.26056-0.37203-0.65426-0.25565-1.013 0.11638-0.35874 0.42794-0.61914 0.80165-0.67l1.522-0.217 0.655-1.3c0.173-0.344 0.522-0.557 0.91-0.557 0.388 0 0.737 0.214 0.91 0.558l0.656 1.3 1.522 0.217c0.37671 0.05019 0.69044 0.31364 0.805 0.676 0.11624 0.35799 0.01489 0.7509-0.26 1.008l-1.09 1.042 0.248 1.42c0.06716 0.37675-0.08659 0.75879-0.396 0.984-0.18 0.13-0.393 0.198-0.606 0.198m-1.789-2.068c0.157 0 0.314 0.037 0.457 0.11l1.028 0.53-0.193-1.1c-0.05686-0.32339 0.05201-0.65377 0.29-0.88l0.804-0.765-1.124-0.16c-0.32132-0.0453-0.60004-0.24518-0.746-0.535l-0.514-1.02-0.515 1.021c-0.14601 0.28917-0.42426 0.48861-0.745 0.534l-1.124 0.16 0.803 0.767c0.23742 0.22497 0.34695 0.55357 0.292 0.876l-0.193 1.101 1.027-0.529c0.14023-0.07184 0.29544-0.10953 0.453-0.11",
+ "fill": "$grey800",
+ "width": 17.000447988510132,
+ "height": 16.93999969959259,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.3
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SqDhF",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZlB2M",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "0mokW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LL0kV",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwfWW",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IRmQJ",
+ "name": "followers",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "v3ohN",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "HGQiq",
+ "x": 1.1800003051757812,
+ "y": 2.0799999237060547,
+ "geometry": "M6.366 6.974c-1.92474-0.0022-3.48435-1.56226-3.486-3.487 0.00165-1.92474 1.56126-3.48479 3.486-3.487 1.92552 0.0011 3.48634 1.56148 3.488 3.487-0.00166 1.92552-1.56248 3.4859-3.488 3.487z m0-5.743c-1.24504 0.0022-2.2538 1.01096-2.256 2.256 0.00165 1.24543 1.01057 2.2548 2.256 2.257 1.24582-0.00165 2.25535-1.01118 2.257-2.257-0.0022-1.24543-1.01157-2.25435-2.257-2.256l0 0z m3.273 14.77l-6.56 0c-1.985 0-3.079-1.088-3.079-3.062 0-2.184 1.236-4.734 4.718-4.734l3.282 0c3.482 0 4.718 2.55 4.718 4.734 0 1.974-1.094 3.061-3.08 3.061l0.001 0.001z m-4.921-6.565c-3.235 0-3.487 2.68-3.487 3.503 0 1.283 0.553 1.83 1.848 1.83l6.56 0c1.295 0 1.848-0.547 1.848-1.83 0-0.822-0.252-3.503-3.487-3.503l-3.282 0z m7.844-2.1c-0.737 0.00326-1.44557-0.28419-1.972-0.8-0.1572-0.15362-0.22049-0.37944-0.16605-0.59239 0.05445-0.21295 0.21836-0.38068 0.43-0.44 0.21164-0.05932 0.43885-0.00123 0.59605 0.15239 0.295 0.29 0.69 0.449 1.112 0.449 0.43025 0.0046 0.84421-0.16429 1.14846-0.46854 0.30425-0.30425 0.47313-0.71821 0.46854-1.14846 0-0.89-0.725-1.616-1.617-1.616q-0.38 0-0.678 0.153c-0.29888 0.13484-0.651 0.01192-0.80104-0.27963-0.15004-0.29155-0.0454-0.64953 0.23804-0.81437 0.374-0.192 0.792-0.29 1.241-0.29 1.57206 0.0011 2.84635 1.27494 2.848 2.847-0.00165 1.57206-1.27594 2.8459-2.848 2.847l0 0.001z m2.544 7.023l-0.558 0c-0.32605-0.0186-0.58092-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l0.558 0c0.94 0 1.304-0.362 1.304-1.289 0-0.606-0.186-2.585-2.576-2.585l-1.24 0c-0.32605-0.0186-0.58091-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l1.24 0c2.81 0 3.807 2.055 3.807 3.815 0 1.6-0.924 2.52-2.535 2.52l0-0.001z",
+ "fill": "$grey800",
+ "width": 17.64099884033203,
+ "height": 16.001001358032227,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jh5ve",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "grVeI",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "Wa1Xu",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "l0wJr",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4o4QE",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsnH5",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "r2hyl",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8e8aO",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "JjZUm",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zeJiw",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zKnkG",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P4HYS",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oKVbA",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SsO26",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8fd1H",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YSJVT",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WEoTg",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xSVyw",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5bOyN",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YsZej",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "3dkMA",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "IdFtX",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qrYAw",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BqIuA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccUBN",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hmE9J",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hliFW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2CQ34",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "suNBu",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8KdpQ",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGSK3",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVjbG",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oV48x",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GgiWM",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JRctC",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "ItvER",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "wSMep",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mHXgD",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9QjV",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXB3q",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g0hL4",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aeg7r",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "75DrJ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7pe1f",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGyKl",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chWYN",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v9ZzT",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWLv4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "f7KZE",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dfWy5",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "VLDTf",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "QSa7u",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p8A4s",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jSxh8",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUdgY",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2aBd7",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0qUUH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RctSv",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kkqE8",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwuX0",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ABQY1",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdGKt",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fe0rm",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zt4f4",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aPPpw",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "k2cHu",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "sWy0Q",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CAh5G",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AklPi",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPdHV",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RwnRs",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4rxUv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5qgbY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H07Ce",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghlNV",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yUE68",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "LszFk",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JB47u",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ml6BJ",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pGpEH",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ExIo",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRmy9",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuNEF",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ikGV0",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TK6sE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wat5Q",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "JQOBs",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HoFF",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9FZVm",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w2UpC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fi0Zy",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DjU2X",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k5bhs",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PU4by",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JTRxz",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPB0S",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TW5u0",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "j6Mzh",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "byxZr",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OI6ga",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VdriQ",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nMu0G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MQfY7",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X4tzB",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYWc7",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "S6z6V",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SUTt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vUrjW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "3O5pe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBk67",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vMvG",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tXjgt",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NpkUw",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QhzAE",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfcLZ",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rfjSH",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cceo9",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TkhD6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aj0Tk",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Fapyo",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NL18r",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h9k4Y",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hvYpx",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nEhZ3",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N8zIh",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "JzpJQ",
+ "x": 1680,
+ "y": -2668,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "个人主页增加账号\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "JUnK9",
+ "x": 876,
+ "y": -1291,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "编辑个人资料:\n1.进入编辑资料弹窗时,支持对个人头像/名称/ID/简介进行编辑。\n\n2.点击 相机icon 后,支持对头像的更改。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "3bPAT",
+ "x": 876,
+ "y": -204,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "支持对上传的图像进行裁剪。\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "mcbdL",
+ "x": 876,
+ "y": 414,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "账户 ID 修改的二次确认\n1.修改账户 ID 时,点击编辑按钮后,需要告知用户可能造成的影响,用户点击 button 确认后才能进行修改 ID 信息;(告知内容待定)\n\n2.修改头像/名称/简介 不需要进行二次确认。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "rHDbw",
+ "x": 876,
+ "y": -546,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "修改账户 ID :\n需要提示,账户 ID 只能包含数字(待确认)。与修改项目 ID 一致。\n\n\n\ngongyaoming 2026/02/27"
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "red500": {
+ "type": "color",
+ "value": "#ef4149"
+ },
+ "red600": {
+ "type": "color",
+ "value": "#bc292e"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#0a0a0a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#6b7280",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#64748b",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#78716c",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#a3a3a3",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#9ca3af",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#94a3b8",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#a8a29e",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#a1a1aa",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717",
+ "theme": {
+ "Base": "Neutral"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {}
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {}
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {}
+ },
+ {
+ "value": "#713f12",
+ "theme": {}
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {}
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.pen b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.pen
new file mode 100644
index 0000000000..1d01897d37
--- /dev/null
+++ b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name.pen
@@ -0,0 +1,4986 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "efVs5",
+ "x": 156,
+ "y": -1291,
+ "name": "个人信息编辑",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "easDW",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "dkecn",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "Editor profile",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WUuU0",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9ytg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W0f6f",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HIFMn",
+ "name": "image",
+ "width": "fill_container",
+ "height": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e0pHB",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000003010",
+ "clip": true,
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xd2Jf",
+ "x": -258,
+ "y": 0,
+ "name": "背景图",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6UHJ",
+ "x": 0,
+ "y": 0,
+ "name": "立体02",
+ "clip": true,
+ "width": 1075.2000732421875,
+ "height": 168,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ },
+ {
+ "type": "gradient",
+ "gradientType": "linear",
+ "enabled": true,
+ "opacity": 0.4000000059604645,
+ "rotation": -450,
+ "size": {
+ "height": 1
+ },
+ "colors": [
+ {
+ "color": "#000000ff",
+ "position": 0
+ },
+ {
+ "color": "#000000cc",
+ "position": 0.5176095366477966
+ },
+ {
+ "color": "#000000ff",
+ "position": 1
+ }
+ ]
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.566331684589386
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "8hgCp",
+ "x": 0.3999786376953125,
+ "y": -403.8160705566406,
+ "name": "abstract-blue-background-with-geometric-shapes-lighting-3d-illustration",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 1075.2000732421875,
+ "height": 716.8875122070312,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8400000333786011
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "vJcOH",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 851",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "width": 560,
+ "height": 168,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.639344334602356
+ }
+ },
+ {
+ "type": "frame",
+ "id": "R9sxS",
+ "x": 256,
+ "y": 60,
+ "name": "Component 2",
+ "enabled": false,
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0vzmn",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "EcPPJ",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "LsXww",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zT6ZM",
+ "x": 24,
+ "y": 120,
+ "name": "avatar",
+ "width": 120,
+ "height": 120,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 160,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 5.333333492279053
+ }
+ },
+ "gap": 10,
+ "padding": 36,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oHB1",
+ "name": "Component 2",
+ "width": 48,
+ "height": 48,
+ "fill": "#24292f99",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SdSfD",
+ "name": "image",
+ "clip": true,
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "sPySs",
+ "x": 2.5,
+ "y": 2,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "n2D6q",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.197 1l1.303 0 0 2-0.697 0-3 2-2.303 0c-0.276 0-0.5 0.224-0.5 0.5l0 11c0 0.276 0.224 0.5 0.5 0.5l14 0c0.276 0 0.5-0.224 0.5-0.5l0-8.5 2 0 0 8.5c0 1.381-1.119 2.5-2.5 2.5l-14 0c-1.381 0-2.5-1.119-2.5-2.5l0-11c0-1.381 1.119-2.5 2.5-2.5l1.697 0 3-2z m2.303 7.5c-1.105 0-2 0.895-2 2 0 1.105 0.895 2 2 2 1.105 0 2-0.895 2-2 0-1.105-0.895-2-2-2z m-4 2c0-2.209 1.791-4 4-4 2.209 0 4 1.791 4 4 0 2.209-1.791 4-4 4-2.209 0-4-1.791-4-4z m9-10.5c0 1.657-1.343 3-3 3l0 1c1.657 0 3 1.343 3 3l1 0c0-1.657 1.343-3 3-3l0-1c-1.657 0-3-1.343-3-3l-1 0z",
+ "fill": "#ffffffff",
+ "width": 19,
+ "height": 19,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iE5fJ",
+ "name": "Frame 1000003007",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 24
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3rU4Y",
+ "name": "Frame 162933",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1ZVTc",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Name",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OrPYa",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C7vZh",
+ "name": "Label Text",
+ "fill": "$grey1000",
+ "content": "Tom Chang ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cMo5i",
+ "name": "Frame 1000002987",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yie21",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bTBrF",
+ "name": "textarea group/default",
+ "width": "fill_container",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tIdmp",
+ "name": "Textarea/Default",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UqDOe",
+ "name": "Label Text",
+ "fill": "$grey700",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6TXG",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FIbWv",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3u535",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "snIam",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "enabled": false,
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zPCe9",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Edit",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IBcae",
+ "name": "Frame 1000002986",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uQueW",
+ "name": "姓名",
+ "fill": "#6e7781ff",
+ "content": "Bio",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "P8tlt",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 96,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "dB3iy",
+ "name": "Text",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world’s a stage, and all the men and women merely players. They have their exits and their entrances; and one man in his time plays many parts.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSXv6",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 20,
+ 20
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "POspw",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xr9Kl",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wjY39",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pl37L",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IXEQg",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NGJoM",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZHaR8",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aBG3j",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gEoM8",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VHeMz",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BnJp4",
+ "x": 156,
+ "y": -546,
+ "name": "修改项目id",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RQib7",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "xrunD",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "n0oTK",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtRBa",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8m82e",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDyGT",
+ "name": "Card Content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N4jiH",
+ "name": "Textarea/Filled",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ox8bi",
+ "name": "Text",
+ "fill": "#24292fff",
+ "content": "78654854",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P6QDs",
+ "name": "hint text",
+ "fill": "#6e7781ff",
+ "content": "项目 ID 只能包含数字",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tusmv",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jvn23",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fNwjQ",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4zD5U",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VNXQt",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aub1J",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWmhc",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAgtM",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXcPN",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d2s47",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IUXf4",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9N2v3",
+ "x": 156,
+ "y": -212,
+ "name": "头像上传",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vT4M",
+ "name": "Card.Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nj1f0",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "裁剪图像",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uRkya",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kuCLc",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ehaiD",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jbLbb",
+ "name": "Card content",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1481482982635498
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aWpue",
+ "name": "Frame 1000002886",
+ "clip": true,
+ "width": 300,
+ "height": 300,
+ "fill": [
+ "#f6f8faff",
+ {
+ "type": "image",
+ "opacity": 0.800000011920929,
+ "enabled": true,
+ "url": "../images/upload-profile-picture.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "background_blur",
+ "radius": 3.5
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "children": [
+ {
+ "type": "frame",
+ "id": "de5Zm",
+ "name": "Frame 1000002887",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": [
+ {
+ "type": "color",
+ "color": "#f6f8faff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Upload-profile-picture ( circle ).png",
+ "mode": "fill"
+ }
+ ],
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ },
+ "layout": "vertical",
+ "gap": 5.681818008422852,
+ "padding": 9.090909004211426
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pi5Og",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 20,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UCarN",
+ "name": "Button/Medium/Neutral/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "OcG0g",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkPFw",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pacyr",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey900",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Zeik",
+ "name": "Button Text",
+ "fill": "$grey900",
+ "content": "Cancel",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TV3U9",
+ "name": "Button/Medium/Primary/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gcta6",
+ "name": "container",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CjySg",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2tkED",
+ "x": 2.917236328125,
+ "y": 1.7494302988052368,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.875
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "31K8R",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Confirm",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iNaXC",
+ "x": 156,
+ "y": 414,
+ "name": "修改项目id提醒",
+ "clip": true,
+ "width": 560,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JserD",
+ "name": "Card Header",
+ "width": "fill_container",
+ "height": 56,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 14,
+ 24
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "text",
+ "id": "LPFnL",
+ "name": "Modal title",
+ "fill": "#24292fff",
+ "content": "修改账户 ID",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GxZUs",
+ "name": "button/close-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.399999976158142
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "62zvg",
+ "x": 3.9999752044677734,
+ "y": 4.000097274780273,
+ "name": "icon/times-outlined",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W8G56",
+ "x": 4.166463375091553,
+ "y": 4.166463375091553,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bbff",
+ "width": 11.667084693908691,
+ "height": 11.666850090026855,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.6666667461395264
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGb7u",
+ "name": "Card content",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "vertical",
+ "padding": [
+ 20,
+ 24,
+ 32,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xVlTG",
+ "name": "Modal content",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xosa9",
+ "name": "Toast",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VU3xR",
+ "name": "icon/exclamation circle-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V3Xfr",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "exclamation-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m-0.75 5.5c0-0.414 0.336-0.75 0.75-0.75 0.414 0 0.75 0.336 0.75 0.75l0 4.57104c0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75l0-4.57104z m0.77002 9c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z",
+ "fill": "#faa135ff",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cg6Ey",
+ "name": "title",
+ "fill": "#faa135ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "修改账号 ID ,可能造成以下影响,请谨慎操作。",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C2fEr",
+ "name": "Text",
+ "fill": "#6e7781ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "我们不会为您的旧个人主页设置重定向。\n我们不会为 Pages 网站设置重定向。\n我们将为您的存储库(包括网页访问和 Git 访问)创建重定向。\n重命名操作可能需要几分钟才能完成",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fB9ox",
+ "name": "Card Actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "padding": [
+ 0,
+ 24,
+ 28,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XBXwJ",
+ "name": "Button/Medium/Destructive/Default",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1EVXd",
+ "name": "Frame 162689",
+ "fill": "$red500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$red600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjy3G",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "我已知晓,让我更改账号 ID",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cz9hd",
+ "x": 156,
+ "y": -2668,
+ "name": "User Profile Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1zThB",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gg3S8",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HGdS8",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HNDE",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MNpPo",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8E63u",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wcpAQ",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$grey100",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gAEh",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ZG3HQ",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fc0K6",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LVhSF",
+ "name": "add-outlined",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YC70p",
+ "x": 3,
+ "y": 3,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9J50W",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LUU8D",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wBCzC",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3M7fW",
+ "name": "tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lLI6Z",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Har4T",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZaBNO",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nPTc",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UN10O",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AN6aQ",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Rj9WO",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5U6h8",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WohAa",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QgXS7",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O3pRc",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "lQdq4",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsNuz",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/personal-information-background.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "N2r4K",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MFJH7",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/avatar.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VrRt5",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N1Tsf",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZpWQZ",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rzr0C",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "r1SMo",
+ "name": "Frame 1000003000",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 0,
+ 2,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzUCc",
+ "name": "Frame 1000004769",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "089TZ",
+ "name": "ID",
+ "fill": "#a7b1bbff",
+ "content": "ID",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BYOwb",
+ "name": "78654854",
+ "fill": "#a7b1bbff",
+ "content": "78654854",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gEAuo",
+ "name": "copy-outlined",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zyu5p",
+ "x": 1.5548219680786133,
+ "y": 1.5549999475479126,
+ "geometry": "M5.83418 2.918c0.262 0 0.495-0.001 0.686 0.014 0.20962 0.01187 0.41485 0.06487 0.604 0.156 0.292 0.149 0.53 0.386 0.68 0.678 0.101 0.2 0.137 0.406 0.154 0.604 0.015 0.191 0.015 0.424 0.015 0.686l0 3.695c0 0.262 0 0.494-0.015 0.685-0.01142 0.20989-0.06409 0.41547-0.155 0.605-0.149 0.292-0.387 0.53-0.68 0.68-0.2 0.101-0.405 0.138-0.603 0.154-0.191 0.015-0.424 0.014-0.686 0.014l-3.695 0c-0.262 0-0.494 0.001-0.685-0.014-0.20955-0.01155-0.41478-0.06422-0.604-0.155-0.29262-0.1494-0.5306-0.38738-0.68-0.68-0.09043-0.18929-0.14276-0.39452-0.154-0.604-0.01369-0.22806-0.0187-0.45656-0.015-0.685l0-3.696c0-0.262 0-0.495 0.015-0.686 0.01155-0.20955 0.06422-0.41478 0.155-0.604 0.149-0.292 0.387-0.53 0.68-0.678 0.2-0.102 0.405-0.14 0.603-0.156 0.191-0.015 0.423-0.014 0.685-0.014l3.695 0.001z m-3.695 1.166c-0.281 0-0.458 0-0.59 0.011-0.0581 0.00071-0.11562 0.01154-0.17 0.032-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.01967 0.05418-0.02982 0.11136-0.03 0.169-0.011 0.132-0.011 0.309-0.011 0.59l0 3.695c0 0.282 0 0.459 0.01 0.592 0.01 0.124 0.027 0.16 0.032 0.167 0.03789 0.07276 0.09724 0.13211 0.17 0.17 0.05406 0.02035 0.11124 0.03118 0.169 0.032 0.132 0.01 0.309 0.011 0.59 0.011l3.696 0c0.282 0 0.459 0 0.591-0.011 0.0581-0.00071 0.11562-0.01154 0.17-0.032 0.07202-0.03822 0.13063-0.09754 0.168-0.17 0.02012-0.05343 0.03095-0.10991 0.032-0.167 0.01-0.133 0.011-0.31 0.011-0.592l0-3.696c0-0.281 0-0.458-0.011-0.59-0.00071-0.0581-0.01154-0.11562-0.032-0.17-0.03763-0.07261-0.09661-0.13194-0.169-0.17-0.05418-0.01967-0.11136-0.02982-0.169-0.03-0.19679-0.01128-0.39392-0.01528-0.591-0.012l-3.696 0.001z m8.174 1.507c0.322 0.004 0.58 0.27 0.575 0.591-0.004 0.317-0.017 0.646-0.168 0.942-0.149 0.292-0.387 0.53-0.68 0.68-0.295 0.15-0.625 0.163-0.942 0.167-0.31349-0.0083-0.56446-0.26272-0.56849-0.57629-0.00403-0.31357 0.24031-0.57435 0.55349-0.59071 0.339-0.004 0.405-0.03 0.427-0.04 0.07276-0.03789 0.13211-0.09724 0.17-0.17 0.012-0.022 0.037-0.09 0.041-0.428 0.00493-0.32215 0.26984-0.57945 0.592-0.575m-0.007-2.673c0.322 0 0.583 0.26 0.583 0.583l0 0.972c0 0.32198-0.26102 0.583-0.583 0.583-0.32198 0-0.583-0.26102-0.583-0.583l0-0.972c0-0.322 0.261-0.583 0.583-0.583m-5.598-2.916c0.30659 0.01768 0.54732 0.26943 0.55126 0.57651 0.00395 0.30708-0.23023 0.56493-0.53626 0.59049-0.337 0.004-0.404 0.03-0.426 0.04-0.07276 0.03789-0.13211 0.09724-0.17 0.17-0.012 0.023-0.037 0.09-0.041 0.428-0.01654 0.31323-0.27756 0.55745-0.5912 0.55315-0.31364-0.0043-0.56786-0.25559-0.5758-0.56915 0.004-0.317 0.018-0.645 0.169-0.94 0.149-0.293 0.386-0.531 0.678-0.68 0.296-0.151 0.625-0.165 0.942-0.17m4.39 0c0.317 0.004 0.647 0.018 0.943 0.169 0.292 0.149 0.53 0.387 0.68 0.68 0.15 0.295 0.163 0.623 0.167 0.94-0.00795 0.31356-0.26217 0.56485-0.57581 0.56915-0.31363 0.0043-0.57465-0.23992-0.59119-0.55315-0.004-0.338-0.03-0.405-0.04-0.427-0.03789-0.07276-0.09724-0.13211-0.17-0.17-0.023-0.012-0.09-0.037-0.428-0.041-0.32226-0.00414-0.58014-0.26874-0.576-0.591 0.00414-0.32226 0.26874-0.58014 0.591-0.576m-1.65 0.002c0.29411 0.0346 0.51577 0.28386 0.51576 0.58 0 0.29614-0.22165 0.5454-0.51576 0.58l-0.059 0.004-0.971 0c-0.31287-0.01295-0.55984-0.27036-0.55984-0.5835 0-0.31314 0.24697-0.57055 0.55984-0.5835l0.971 0 0.059 0.003z",
+ "fill": "#A7B1BB",
+ "width": 10.889178276062012,
+ "height": 10.889014601707458
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T4qyu",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zmw2F",
+ "name": "calendar.svg",
+ "rotation": -0.03115761437812273,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LivCc",
+ "x": 1.312999963760376,
+ "y": 1.3329224586486816,
+ "geometry": "M9.187 0.85508l-0.73 0 0-0.438c-0.01556-0.22989-0.20658-0.40842-0.437-0.40842-0.23042 0-0.42144 0.17853-0.437 0.40842l0 0.438-3.792 0 0-0.438c-0.01117-0.2335-0.20373-0.41708-0.4375-0.41708-0.23377 0-0.42633 0.18358-0.4375 0.41708l0 0.438-0.729 0c-1.41 0-2.187 0.777-2.187 2.187l0 6.125c0 1.41 0.777 2.188 2.187 2.188l7 0c1.41 0 2.188-0.777 2.188-2.188l0-6.125c0-1.41-0.777-2.187-2.188-2.187m-7 0.874l0.73 0 0 0.438c0.01556 0.22989 0.20658 0.40842 0.437 0.40842 0.23042 0 0.42144-0.17853 0.437-0.40842l0-0.437 3.792 0 0 0.437c0.01117 0.2335 0.20373 0.41708 0.4375 0.41708 0.23377 0 0.42633-0.18358 0.4375-0.41708l0-0.437 0.729 0c0.92 0 1.313 0.392 1.313 1.312l0 0.438-9.625 0 0-0.438c0-0.92 0.392-1.312 1.312-1.312m7 8.75l-7 0c-0.92 0-1.312-0.392-1.312-1.312l0-4.813 9.625 0 0 4.812c0 0.92-0.393 1.313-1.313 1.313m-5.238-4.229c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.583 0.58-0.583l0.006 0c0.322 0 0.584 0.261 0.584 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32325 0.00055-0.5859-0.26075-0.587-0.584 0-0.322 0.259-0.583 0.58-0.583l0.007 0c0.322 0 0.583 0.261 0.583 0.583m2.333 0c0 0.322-0.26 0.584-0.583 0.584-0.32286 0-0.5849-0.26114-0.586-0.584-0.0008-0.15435 0.05996-0.30264 0.16881-0.41206 0.10886-0.10942 0.25684-0.17094 0.41119-0.17094l0.006 0c0.322 0 0.583 0.261 0.583 0.583m-4.666 2.333c-0.01812 0.30982-0.27465 0.55178-0.585 0.55178-0.31035 0-0.56688-0.24196-0.585-0.55178 0-0.322 0.259-0.584 0.58-0.584l0.006 0c0.322 0 0.584 0.262 0.584 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32286 0.00056-0.58535-0.26014-0.587-0.583 0-0.322 0.259-0.584 0.58-0.584l0.007 0c0.322 0 0.583 0.262 0.583 0.584m2.333 0c0 0.322-0.26 0.583-0.583 0.583-0.32247 0-0.58435-0.26053-0.586-0.583 0-0.322 0.258-0.584 0.58-0.584l0.006 0c0.322 0 0.583 0.262 0.583 0.584",
+ "fill": "$grey700",
+ "width": 11.374999761581421,
+ "height": 11.355077266693115
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Q57qV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PPOqJ",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UuNIF",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKG39",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qLnq7",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b0cBZ",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D8N7M",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "n9gNj",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "f1Zrs",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QEbl7",
+ "name": "overview",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "yrYBE",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$turquoise300",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "CtjkD",
+ "x": 1.5,
+ "y": 2.999990940093994,
+ "geometry": "M0 0.79701c0-0.21138 0.08397-0.4141 0.23344-0.56357 0.14947-0.14947 0.35219-0.23344 0.56356-0.23343l4.518 0c1.304 0 2.462 0.627 3.188 1.595 0.75123-1.00626 1.93425-1.59777 3.19-1.595l4.51 0c0.21138 0 0.4141 0.08397 0.56356 0.23343 0.14947 0.14947 0.23344 0.35219 0.23344 0.56357l0 11.155c0 0.21138-0.08397 0.4141-0.23344 0.56356-0.14947 0.14946-0.35219 0.23343-0.56356 0.23344l-4.788 0c-0.63365 0.00109-1.24116 0.25272-1.69 0.7l-0.661 0.66c-0.31123 0.31116-0.81577 0.31116-1.127 0l-0.66-0.66c-0.44884-0.44728-1.05635-0.69891-1.69-0.7l-4.79 0c-0.21138 0-0.4141-0.08397-0.56356-0.23344-0.14947-0.14947-0.23344-0.35219-0.23344-0.56356l0-11.155z m7.704 10.968l0.004-5.39-0.002-2.393c-0.0011-1.31918-1.07082-2.388-2.39-2.388l-3.723 0 0 9.562 3.991 0c0.75 0 1.484 0.21 2.119 0.61m1.598-7.78l-0.005 7.778c0.63497-0.39644 1.36844-0.60674 2.117-0.607l3.991 0 0-9.563-3.713 0c-0.63387 0-1.24177 0.2518-1.68998 0.70001-0.44821 0.44821-0.70002 1.05612-0.70002 1.68999",
+ "fill": "$turquoise500",
+ "width": 17,
+ "height": 14.342380046844482
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Iv634",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UwfCL",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "rgpT7",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sfPf4",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4N9j7",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bzYI7",
+ "name": "projects",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrsBG",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "1O49b",
+ "x": 2.298999786376953,
+ "y": 2.932999849319458,
+ "geometry": "M4.818 0l-3.107 0c-0.45387-0.00027-0.88922 0.17991-1.21015 0.50085-0.32093 0.32093-0.50111 0.75629-0.50085 1.21015l0 9.925c0 0.944 0.766 1.71 1.711 1.71l11.98 0c0.94441 0 1.71-0.76559 1.71-1.71l0-6.171c0.00026-0.45369-0.17978-0.8889-0.50049-1.2098-0.32072-0.3209-0.75581-0.5012-1.20951-0.5012l-3.986 0c-0.18824-0.00012-0.37009-0.06831-0.512-0.192l-3.863-3.37c-0.14165-0.12346-0.3231-0.19164-0.511-0.192l-0.001 0z",
+ "width": 15.4010009765625,
+ "height": 13.345999479293823,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HmPJZ",
+ "x": 8.857000350952148,
+ "y": 4.183999538421631,
+ "geometry": "M0 0l7.132 0c0.45387-0.00027 0.88922 0.17991 1.21015 0.50085 0.32093 0.32093 0.50111 0.75629 0.50085 1.21015l0 3.295",
+ "width": 8.843000411987305,
+ "height": 5.00600004196167,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.447,
+ "fill": "$grey800"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "p4XFq",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hXxb8",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "wfvlW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cdxJO",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OH7A9",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Opvc",
+ "name": "likes",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R9PGF",
+ "x": 0,
+ "y": 1.9164999723434448,
+ "geometry": "M0 8.3335c0-4.60247 3.73103-8.3335 8.3335-8.3335 4.60247 0 8.3335 3.73103 8.3335 8.3335 0 4.60247-3.73104 8.3335-8.3335 8.3335-4.60246 0-8.3335-3.73104-8.3335-8.3335",
+ "fill": "#D9DFE5",
+ "width": 16.66699981689453,
+ "height": 16.66699993610382
+ },
+ {
+ "type": "path",
+ "id": "fS2by",
+ "x": 1.1994404792785645,
+ "y": 2.079808235168457,
+ "geometry": "M14.82556 2.75019c-1.505-1.46-3.912-1.53-5.503-0.206-0.14628 0.12221-0.3314 0.18817-0.522 0.186-0.1906 0.00217-0.37572-0.06379-0.522-0.186-1.591-1.324-3.998-1.254-5.503 0.206-1.4803 1.41205-1.57409 3.74361-0.212 5.27q0.03 0.034 0.056 0.07l6.181 5.996 6.181-5.996 0.055-0.07c1.36262-1.52586 1.26971-3.8574-0.21-5.27l-0.001 0z m1.514 6.21c1.82496-2.17573 1.65004-5.3939-0.4-7.359-1.945-1.887-4.948-2.105-7.139-0.66-2.19-1.445-5.194-1.227-7.14 0.66-2.04974 1.96538-2.22422 5.18353-0.399 7.359 0.03707 0.06401 0.08284 0.12257 0.136 0.174l6.846 6.64c0.31033 0.30101 0.80367 0.30101 1.114 0l6.845-6.64c0.05316-0.05143 0.09893-0.10999 0.136-0.174l0.001 0z",
+ "width": 17.60067319869995,
+ "height": 15.999953269958496,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "join": "round",
+ "fill": "$grey800"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mvxU7",
+ "x": 13.199918746948242,
+ "y": 4.4932780265808105,
+ "geometry": "M1.90008 3.18672c-0.166 0-0.297-0.135-0.328-0.298-0.12249-0.64613-0.62787-1.15151-1.274-1.274-0.163-0.03-0.298-0.162-0.298-0.328l0-1c-0.00189-0.0789 0.02959-0.15493 0.08672-0.20938 0.05712-0.05446 0.13457-0.08228 0.21328-0.07662 1.5306 0.14413 2.7424 1.35635 2.886 2.887 0.00566 0.07872-0.02216 0.15616-0.07662 0.21329-0.05445 0.05712-0.13049 0.08861-0.20938 0.08671l-1-0.001z",
+ "fill": "$grey800",
+ "width": 3.1868038177490234,
+ "height": 3.187802791595459
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TgeV5",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NJXlM",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "qlURr",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AwsRU",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GM3LU",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EgN1",
+ "name": "following",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "e2X9H",
+ "x": 0,
+ "y": 1.917,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "tsA3G",
+ "x": 1.500000238418579,
+ "y": 1.8799999952316284,
+ "geometry": "M6.434 7.048c-1.94488-0.0033-3.5207-1.57912-3.524-3.524 0.0033-1.94488 1.57912-3.5207 3.524-3.524 1.94488 0.0033 3.5207 1.57912 3.524 3.524-0.0033 1.94488-1.57912 3.5207-3.524 3.524m0-5.804c-1.25921 0-2.28 1.02079-2.28 2.28 0 1.25921 1.02079 2.28 2.28 2.28 1.25921 0 2.28-1.02079 2.28-2.28-0.00165-1.25852-1.02148-2.27835-2.28-2.28m0.822 14.926l-4.146 0c-2.005 0-3.11-1.099-3.11-3.093 0-2.208 1.249-4.785 4.768-4.785l3.317 0c0.706 0 1.337 0.103 1.877 0.305 0.32171 0.12068 0.48467 0.47929 0.364 0.801-0.12067 0.32171-0.47929 0.48467-0.801 0.364-0.399-0.15-0.884-0.226-1.44-0.226l-3.317 0c-3.27 0-3.524 2.71-3.524 3.54 0 1.297 0.558 1.85 1.866 1.85l4.146 0c0.34352 0 0.622 0.27848 0.622 0.622 0 0.34352-0.27848 0.622-0.622 0.622m7.593 0.77c-0.16 0-0.32-0.037-0.469-0.114l-1.32-0.68-1.319 0.68c-0.34191 0.17575-0.75367 0.1439-1.06449-0.08234-0.31082-0.22624-0.46767-0.60828-0.40551-0.98766l0.248-1.419-1.092-1.043c-0.27267-0.26056-0.37203-0.65426-0.25565-1.013 0.11638-0.35874 0.42794-0.61914 0.80165-0.67l1.522-0.217 0.655-1.3c0.173-0.344 0.522-0.557 0.91-0.557 0.388 0 0.737 0.214 0.91 0.558l0.656 1.3 1.522 0.217c0.37671 0.05019 0.69044 0.31364 0.805 0.676 0.11624 0.35799 0.01489 0.7509-0.26 1.008l-1.09 1.042 0.248 1.42c0.06716 0.37675-0.08659 0.75879-0.396 0.984-0.18 0.13-0.393 0.198-0.606 0.198m-1.789-2.068c0.157 0 0.314 0.037 0.457 0.11l1.028 0.53-0.193-1.1c-0.05686-0.32339 0.05201-0.65377 0.29-0.88l0.804-0.765-1.124-0.16c-0.32132-0.0453-0.60004-0.24518-0.746-0.535l-0.514-1.02-0.515 1.021c-0.14601 0.28917-0.42426 0.48861-0.745 0.534l-1.124 0.16 0.803 0.767c0.23742 0.22497 0.34695 0.55357 0.292 0.876l-0.193 1.101 1.027-0.529c0.14023-0.07184 0.29544-0.10953 0.453-0.11",
+ "fill": "$grey800",
+ "width": 17.000447988510132,
+ "height": 16.93999969959259,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.3
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SqDhF",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZlB2M",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "0mokW",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LL0kV",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwfWW",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IRmQJ",
+ "name": "followers",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8.333,
+ "id": "v3ohN",
+ "x": 0,
+ "y": 1.92,
+ "fill": "$grey500",
+ "width": 16.667,
+ "height": 16.667
+ },
+ {
+ "type": "path",
+ "id": "HGQiq",
+ "x": 1.1800003051757812,
+ "y": 2.0799999237060547,
+ "geometry": "M6.366 6.974c-1.92474-0.0022-3.48435-1.56226-3.486-3.487 0.00165-1.92474 1.56126-3.48479 3.486-3.487 1.92552 0.0011 3.48634 1.56148 3.488 3.487-0.00166 1.92552-1.56248 3.4859-3.488 3.487z m0-5.743c-1.24504 0.0022-2.2538 1.01096-2.256 2.256 0.00165 1.24543 1.01057 2.2548 2.256 2.257 1.24582-0.00165 2.25535-1.01118 2.257-2.257-0.0022-1.24543-1.01157-2.25435-2.257-2.256l0 0z m3.273 14.77l-6.56 0c-1.985 0-3.079-1.088-3.079-3.062 0-2.184 1.236-4.734 4.718-4.734l3.282 0c3.482 0 4.718 2.55 4.718 4.734 0 1.974-1.094 3.061-3.08 3.061l0.001 0.001z m-4.921-6.565c-3.235 0-3.487 2.68-3.487 3.503 0 1.283 0.553 1.83 1.848 1.83l6.56 0c1.295 0 1.848-0.547 1.848-1.83 0-0.822-0.252-3.503-3.487-3.503l-3.282 0z m7.844-2.1c-0.737 0.00326-1.44557-0.28419-1.972-0.8-0.1572-0.15362-0.22049-0.37944-0.16605-0.59239 0.05445-0.21295 0.21836-0.38068 0.43-0.44 0.21164-0.05932 0.43885-0.00123 0.59605 0.15239 0.295 0.29 0.69 0.449 1.112 0.449 0.43025 0.0046 0.84421-0.16429 1.14846-0.46854 0.30425-0.30425 0.47313-0.71821 0.46854-1.14846 0-0.89-0.725-1.616-1.617-1.616q-0.38 0-0.678 0.153c-0.29888 0.13484-0.651 0.01192-0.80104-0.27963-0.15004-0.29155-0.0454-0.64953 0.23804-0.81437 0.374-0.192 0.792-0.29 1.241-0.29 1.57206 0.0011 2.84635 1.27494 2.848 2.847-0.00165 1.57206-1.27594 2.8459-2.848 2.847l0 0.001z m2.544 7.023l-0.558 0c-0.32605-0.0186-0.58092-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l0.558 0c0.94 0 1.304-0.362 1.304-1.289 0-0.606-0.186-2.585-2.576-2.585l-1.24 0c-0.32605-0.0186-0.58091-0.28842-0.58091-0.615 0-0.32658 0.25487-0.5964 0.58091-0.615l1.24 0c2.81 0 3.807 2.055 3.807 3.815 0 1.6-0.924 2.52-2.535 2.52l0-0.001z",
+ "fill": "$grey800",
+ "width": 17.64099884033203,
+ "height": 16.001001358032227,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jh5ve",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "grVeI",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "frame",
+ "id": "Wa1Xu",
+ "name": "angle-right",
+ "width": 12,
+ "height": 12,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "l0wJr",
+ "x": 3.9943435192108154,
+ "y": 1.9943435192108154,
+ "geometry": "M0.50566 8.00566c-0.20236 0.00053-0.38501-0.1212-0.46239-0.30819-0.07738-0.18698-0.03417-0.40219 0.10939-0.54481l3.146-3.147-3.146-3.146c-0.12998-0.12554-0.18211-0.31144-0.13635-0.48626 0.04576-0.17481 0.18228-0.31134 0.35709-0.35709 0.17481-0.04576 0.36072 0.00637 0.48626 0.13635l3.5 3.5c0.19519 0.19525 0.19519 0.51175 0 0.707l-3.5 3.5c-0.09395 0.09371-0.2213 0.14624-0.354 0.146",
+ "fill": "$grey800",
+ "width": 4.506049394607544,
+ "height": 8.005658388137817
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4o4QE",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsnH5",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "r2hyl",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8e8aO",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "JjZUm",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zeJiw",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zKnkG",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P4HYS",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oKVbA",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SsO26",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8fd1H",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YSJVT",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WEoTg",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xSVyw",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5bOyN",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YsZej",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "3dkMA",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "IdFtX",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qrYAw",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BqIuA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccUBN",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hmE9J",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hliFW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2CQ34",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "suNBu",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8KdpQ",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGSK3",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVjbG",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oV48x",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GgiWM",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JRctC",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "ItvER",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "wSMep",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mHXgD",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9QjV",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXB3q",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "g0hL4",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Aeg7r",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "75DrJ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7pe1f",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGyKl",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chWYN",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v9ZzT",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWLv4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "f7KZE",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dfWy5",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "VLDTf",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "QSa7u",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p8A4s",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jSxh8",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUdgY",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2aBd7",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0qUUH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RctSv",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kkqE8",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwuX0",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ABQY1",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdGKt",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fe0rm",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zt4f4",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aPPpw",
+ "x": 3.9998788833618164,
+ "y": 3.9998788833618164,
+ "geometry": "M15.22112 9.88512l-0.392 0.392c-0.25 0.25-0.39 0.59-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.393c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-0.70698 0-1.38498-0.28091-1.88479-0.78091-0.49981-0.5-0.78047-1.17811-0.78021-1.88509l0-0.552c0-0.354-0.14-0.692-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.391c0.25-0.25 0.39-0.59 0.39-0.943l0-0.552c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.393c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c0.70698 0 1.38498 0.28091 1.88479 0.78092 0.49981 0.5 0.78047 1.17811 0.78021 1.88508l0 0.552c0 0.353 0.14 0.692 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 16.00074291229248
+ },
+ {
+ "type": "group",
+ "id": "k2cHu",
+ "x": 7.953999996185303,
+ "y": 7.954999923706055,
+ "children": [
+ {
+ "type": "path",
+ "id": "sWy0Q",
+ "x": 0,
+ "y": 0,
+ "geometry": "M4.046 0c-2.23324 0.0022-4.04324 1.81176-4.046 4.045 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.00276-2.23324-1.81276-4.0428-4.046-4.045z m-3.481 4.045c0-0.4 0.071-0.785 0.197-1.144 0.233 1.698 1.722 1.841 1.786 2.112 0.072 0.304 0 0.395 0.027 0.918 0.026 0.523 0.749 0.53 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.78438-0.17336-3.14611-1.67222-3.148-3.465l0.001 0z m4.426 3.348c0.256-0.803 1.025-1.075 1.104-1.539 0.063-0.372-0.427-0.563-0.866-0.617-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.303-0.947-0.25-0.44 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.727-0.267-0.276 0.02-0.524 0.162-0.557 0.225-0.055 0.627 0.34 0.862 0.292 0.709-0.146-0.14-1.533 0.924-1.882 0.19546-0.06654 0.35657-0.20787 0.448-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.123 0.348 0.208 0.748 0.137 0.96-0.142 0.44-0.5 0.755-0.11 1.474 0.407 0.75 0.658 0.852 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.14029 1.42771-1.13996 2.62415-2.52 3.016z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.090999603271484,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CAh5G",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AklPi",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPdHV",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RwnRs",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4rxUv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5qgbY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H07Ce",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghlNV",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yUE68",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "LszFk",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JB47u",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ml6BJ",
+ "name": "arrow-right-long-outlined",
+ "width": 20,
+ "height": 20,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pGpEH",
+ "x": 2.501499891281128,
+ "y": 5.833174705505371,
+ "geometry": "M14.7535 4.75683l-3.332 3.332c-0.15586 0.15725-0.36809 0.24571-0.5895 0.24571-0.22141 0-0.43364-0.08846-0.5895-0.24571-0.32528-0.3253-0.32528-0.8527 0-1.178l1.91-1.91-11.319 0c-0.46033 0-0.8335-0.37317-0.8335-0.8335 0-0.46033 0.37317-0.8335 0.8335-0.8335l11.32 0-1.91-1.91101c-0.32557-0.3253-0.3258-0.85293-0.0005-1.17849 0.3253-0.32557 0.85293-0.3258 1.1785-0.0005l3.333 3.333c0.15657 0.15643 0.24455 0.36868 0.24454 0.59 0 0.22132-0.08797 0.43357-0.24454 0.59",
+ "fill": "$turquoise500",
+ "width": 14.999045610427856,
+ "height": 8.334539413452148
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ExIo",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRmy9",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tuNEF",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ikGV0",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TK6sE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wat5Q",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "JQOBs",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HoFF",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9FZVm",
+ "name": "heart-filled",
+ "rotation": 0.0301271093447388,
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w2UpC",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fi0Zy",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DjU2X",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k5bhs",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PU4by",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JTRxz",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPB0S",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TW5u0",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "j6Mzh",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "byxZr",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OI6ga",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VdriQ",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nMu0G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MQfY7",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X4tzB",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYWc7",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "S6z6V",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SUTt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vUrjW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "3O5pe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBk67",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vMvG",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tXjgt",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NpkUw",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QhzAE",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qfcLZ",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rfjSH",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cceo9",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TkhD6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aj0Tk",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Fapyo",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NL18r",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h9k4Y",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hvYpx",
+ "x": 1.312494158744812,
+ "y": 1.6039721965789795,
+ "geometry": "M3.37851 0.00003c1.185 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.006 1.909 0.397 2.51299 1.133 0.745 0.909 1.024 2.308 0.74501 3.743-0.719 3.708-5.209 5.791-5.4 5.877-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.878-0.278-1.434 0.001-2.833 0.747-3.742 0.604-0.736 1.472-1.127 2.51-1.133l0.016 0z",
+ "fill": "#EF4149",
+ "width": 11.372614026069641,
+ "height": 10.791529893875122
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nEhZ3",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N8zIh",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "JzpJQ",
+ "x": 1680,
+ "y": -2668,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "个人主页增加账号\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "JUnK9",
+ "x": 876,
+ "y": -1291,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "编辑个人资料:\n1.进入编辑资料弹窗时,支持对个人头像/名称/ID/简介进行编辑。\n\n2.点击 相机icon 后,支持对头像的更改。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "3bPAT",
+ "x": 876,
+ "y": -204,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "支持对上传的图像进行裁剪。\n\n\n\n\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "mcbdL",
+ "x": 876,
+ "y": 414,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "账户 ID 修改的二次确认\n1.修改账户 ID 时,点击编辑按钮后,需要告知用户可能造成的影响,用户点击 button 确认后才能进行修改 ID 信息;(告知内容待定)\n\n2.修改头像/名称/简介 不需要进行二次确认。\n\ngongyaoming 2026/02/27"
+ },
+ {
+ "type": "note",
+ "id": "rHDbw",
+ "x": 876,
+ "y": -546,
+ "name": "设计说明",
+ "width": 250,
+ "height": 219,
+ "content": "修改账户 ID :\n需要提示,账户 ID 只能包含数字(待确认)。与修改项目 ID 一致。\n\n\n\ngongyaoming 2026/02/27"
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ]
+ },
+ "variables": {
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "red500": {
+ "type": "color",
+ "value": "#ef4149"
+ },
+ "red600": {
+ "type": "color",
+ "value": "#bc292e"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#0a0a0a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#6b7280",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#64748b",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#78716c",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#a3a3a3",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#9ca3af",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#94a3b8",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#a8a29e",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#a1a1aa",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717",
+ "theme": {
+ "Base": "Neutral"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {}
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {}
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {}
+ },
+ {
+ "value": "#713f12",
+ "theme": {}
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {}
+ }
+ ]
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#b5ebf0",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "grey500": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#d9dfe5",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name_demo.html b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name_demo.html
new file mode 100644
index 0000000000..4977fd6512
--- /dev/null
+++ b/ui/features/spx/Change-account-name-and-ID_2026.02.13/modal-account-name_demo.html
@@ -0,0 +1,472 @@
+
+
+
+
+
+ 用户个人主页及信息编辑系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.json b/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.json
new file mode 100644
index 0000000000..0c7aefb34c
--- /dev/null
+++ b/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.json
@@ -0,0 +1,43393 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghivN",
+ "x": -720,
+ "y": -70,
+ "name": "精灵编辑器改版",
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cTqAn",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 10
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "66ltZ",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8SvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DEzxX",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JxmT9",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$--primary",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "PpLlK",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "$--primary",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jOTJA",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff24",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "VK0mX",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wgal4",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z0BgA",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uCyvn",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$--primary",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jKU2y",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3CJu8",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$--primary",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1capZ",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "obUBX",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zdq1M",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$--primary",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0YmoK",
+ "name": "nav-button-undo",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "46vYY",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kkgKQ",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Grp4A",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JYJQl",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nCGzM",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YBrWs",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCvhc",
+ "name": "text0001",
+ "fill": "#ffffff14",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BFMDD",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DlP5K",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YBXkI",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$--primary",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SyCx6",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgHwS",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSarG",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vTqZA",
+ "name": "button-group",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUUt1",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocu1C",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7dkCH",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise500",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kAa0u",
+ "name": "button-02",
+ "fill": "$turquoise500",
+ "cornerRadius": [
+ 0,
+ 6,
+ 6,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QRtR4",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0RTSz",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r60xm",
+ "name": "nav-button-user",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hxBbL",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "V5oqt",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#eaf5ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oz831",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xQ1Es",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dOmFa",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a224K",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "fill": "$--secondary",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "4To9U",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qUwsN",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GE5HK",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U60J4",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FOR2K",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ksYTw",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XWH2x",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O6UJI",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JY7KV",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PkWSv",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "14TAL",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ttERu",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7y4NS",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "74690",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6OXy",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#eaf5ff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#99cdfd"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr3Kt",
+ "name": "Left",
+ "fill": "#0064fa",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kmNrs",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pL0uo",
+ "name": "Right",
+ "fill": "#24292f",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zbken",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mZs3M",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "#1c1f23",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "19wEA",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ynuKq",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E2e1k",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$turquoise200",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EhSBc",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUBqf",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WorKS",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "u1onx",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#ffffff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gaJfc",
+ "name": "Event",
+ "fill": "$turquoise500",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKUjP",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "00UNG",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qL4q",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "92FLK",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "$turquoise500",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TcgoH",
+ "name": "Look",
+ "fill": "$turquoise500",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9vMnZ",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0KPEl",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IsGXW",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ispzD",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bak8K",
+ "name": "Motion",
+ "fill": "$turquoise500",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wkEzU",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "98zLT",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K6DwO",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dl20o",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "$turquoise500",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oNI6b",
+ "name": "Control",
+ "fill": "$turquoise500",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3TNVK",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBeTZ",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "79Jjx",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zwICw",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wi7bL",
+ "name": "Sensing",
+ "fill": "$turquoise500",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BraVV",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WYkPm",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TgZsn",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZVu85",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "arWNR",
+ "name": "Sound",
+ "fill": "$turquoise500",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mXe9",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TiWuE",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWeeG",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGSdF",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MtEWR",
+ "name": "Game",
+ "fill": "$turquoise500",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jsL5M",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RFnw8",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "SrFTR",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "0N1lz",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "CXp8T",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "12E3U",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hCXSd",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ej9t3",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WC3Rc",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rqyLT",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AFie7",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ip3WY",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MQfy1",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gwOx2",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jta6b",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "KcFmW",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0064fa",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "0rYFz",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P4LJL",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qQwIE",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A619z",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyC5m",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "6JiVM",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "exrZN",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zTA5f",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m0U2J",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Du6Nb",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bEIAk",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "W69Sv",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xmKds",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iQaVY",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kHbn3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zmRvn",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SgVAr",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tCWsQ",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pGlRZ",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aLt99",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bp0GR",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7fZX",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yVo1Y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sA6cs",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ra8hE",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KUaPw",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ylJ93",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xv4ID",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xcTbS",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9aBKl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "La85T",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOn68",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chC1a",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dMZDW",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oUgd0",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ooHzw",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "geL10",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4zQLY",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SN3Uw",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "opBIP",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZpZzj",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QpBWU",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OLaFE",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLbBH",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yqqgG",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GwZw8",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JTdJs",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VbEnq",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nRnVx",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Y1z4V",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m6FfC",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hT84n",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VWLkD",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DhNwh",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "csSxa",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9AX46",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KAc1F",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HQo1N",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5ueP",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2ATOn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7OZ4",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1fk0",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UAxxT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6KzSk",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9i5Ym",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HZMje",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v1EI0",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOPWg",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NxGdE",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jqoQS",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "civMb",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HCesH",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "5TFyB",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "lbiCU",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wbk3v",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bnagH",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5hWg",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IemVa",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "asFxl",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bkwm5",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mpnG7",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zN1de",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5zhUE",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k008T",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Vn52X",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fb8hO",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UeZJv",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hsca2",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IQr6o",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XwQFY",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RZmUM",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KyWIx",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PuJgo",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "1VpGx",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dSyKo",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LwXrO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GY8kl",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ffqdu",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUb1g",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yZ8Yf",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z1eBK",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z1rwn",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SNQD1",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2IWbL",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "okt0K",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1jVlm",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FRKga",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pSBcs",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rQ6qJ",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z5EZP",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1use0",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "THhTO",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YKjuD",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1fv9h",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAveN",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tKXOB",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XG2Le",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BRUVu",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FZ37c",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rjJ1m",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YAsZh",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8do1",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pOde4",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f59UQ",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbKVC",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KUSlY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qAHjI",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Fj7Pj",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Az0hT",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "goHe1",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ogy7X",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Www4t",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EKbCF",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kkqeu",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A1y12",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XjLgl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "bBBpK",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oHDMs",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZUDPP",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HWHLI",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3QxDt",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3u8j",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6fV55",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HgxyS",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycu6y",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3gD9",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qgjd4",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LXpml",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4EGd9",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IOhgb",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sAb9j",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MWqen",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tec5k",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PhaJ0",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6FtAk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iD5ZV",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4olXm",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uRsF1",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IfU8J",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dol5k",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AMxcl",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "maRnY",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IsPP7",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4kYqc",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vw4Nn",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GE5hW",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "s9U00",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SBmjH",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atjOx",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UmZLk",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hus5M",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NRO4W",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5zd3D",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PHP49",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YVsz8",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pBW8p",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WeUso",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "djLya",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pprD5",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ekxuq",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "U6ORz",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qb0yz",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7zOlE",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzU4Z",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mtk9I",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EbPdG",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "gD4mY",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z77ln",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iKevp",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7hmeh",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OUJc0",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sfREp",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "axSKM",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DtwHQ",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CHjZ0",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KQDoH",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AHvWG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rxuRV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gf8Ou",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WpBGv",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9yx87",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bdt0O",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PJb3X",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "230Bb",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XG8iL",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BCphY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "eEhYM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZGgHj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m2iy3",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KP5XR",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jP1ek",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gvg4s",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hOY1y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xj5ev",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TvbvX",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "L5Tdk",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KPUh6",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jv3RO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y9GqA",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EIGAP",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RrWWI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "VDTwn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ByF13",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8XXM9",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7d8JH",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FGs4v",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xnvfv",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xVjNx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ldfl0",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Szuyr",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qFMFu",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnNS7",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e3nxS",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bnknw",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PHoYx",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SV3SY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ddyFM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9iNKT",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8Wb54",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BIC0O",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YXgRR",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v2CU9",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJQm0",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I6zGc",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QoOZi",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0ClQU",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qGMv",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a5tTh",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k36Dz",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hhu0Y",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTxEm",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qxnua",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L4aPn",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIf9J",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GdQPT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s5kFq",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kI36W",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nLQoD",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yGLew",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4QBCL",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RrXKQ",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZepBl",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BHRvQ",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w1MxS",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tNsrz",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "iFDKF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "4gwWr",
+ "fill": "#6b7075",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wqhzH",
+ "fill": "#0064fa",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tStxB",
+ "fill": "#0064fa",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Lg0AI",
+ "fill": "#6b7075",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wH56L",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Mc5oD",
+ "fill": "#1c1f23",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ZS0rl",
+ "fill": "#1c1f23",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "v3Jo2",
+ "fill": "#1c1f23",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wpwWy",
+ "fill": "#6b7075",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YZ9Dd",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WP8dG",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErM6U",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yLfpy",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OqyiQ",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "DCzpM",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QUt0u",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "9HymR",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "aybK2",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "zXjUO",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "J63Pl",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "WGaOv",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "lVoHs",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SUIiJ",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "L628a",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YuUme",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "duaew",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pa0EO",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d6ju",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bfERk",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "URyWL",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "a9vNk",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U3QJ9",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "dvQDJ",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "L6JlJ",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RVnJR",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "53DhQ",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dUKmN",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "If6Q2",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZkD43",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "QAJJ5",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "9WW4L",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N8x4M",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rMZa6",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xJ7T",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NCTtR",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "hw0BF",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OoJmH",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qMe9p",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mL2C8",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MHXIC",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ShLVF",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwRQX",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g8o5v",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lArxW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GAQ7E",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9gkR2",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gHVjw",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMqwG",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m95uu",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXheM",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "S2HE1",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3JnlT",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 6,
+ 6,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HfbDm",
+ "name": "Preview",
+ "fill": "$--primary",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RPc25",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CZNVC",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FsPnI",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XO9EX",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xrTlH",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5t1Hi",
+ "name": "Button Text",
+ "fill": "#ffffff",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bdphW",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xJWp",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xMg2z",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$--secondary-foreground",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HbPOD",
+ "name": "Button Text",
+ "fill": "$--secondary-foreground",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6IQ35",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 6,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000012",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "z2nqX",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56FZr",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "CeOPg",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "HsCd8",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "h4l8O",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nGNbo",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0fca5",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lJJy6",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vqXe0",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "600jq",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8gI6q",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u1dO0",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8JtBN",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1GzLl",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "iTZVS",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NYZbc",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KTqME",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6zTuo",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KqLG0",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N0gxt",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mCxSH",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MWPV",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LOj3r",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wQlS9",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VNsSh",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HS7N",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GSUXI",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OxYPA",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FS0TH",
+ "name": "sprite-panel-header11",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8pcd2",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KhSCY",
+ "name": "sprite-add-button000",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey200"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hTgJN",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "diMyT",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "khSs1",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RIj0k",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Emq33",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hvg9h",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "psbxD",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VkjOM",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1mJLk",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K2w2M",
+ "x": 68,
+ "y": -4,
+ "name": "more222",
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bt62H",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lWogT",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EsOSA",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8SWLY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8pVp",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "Kbudh",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KwATD",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KoXX9",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZrVpg",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z11X7",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXTI0",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "rGEbI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IHqdU",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ic3KR",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "13sRm",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HavNA",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fxy0l",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J0p0o",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gIP1j",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SZUYG",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--muted-foreground",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7q7Tq",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 3,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eReAn",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAXQf",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yFWWc",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "StvGf",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IoD3G",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TvWyG",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IRqqj",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8IP8P",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qM6va",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vZeiT",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OY4tK",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "indEO",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "55v68",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eHzKo",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XWLw",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mApQf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YYpGD",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lMPJe",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PBOMo",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Z0MzN",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "isnZi",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ViYDg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r2vpq",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LnWIb",
+ "name": "input-03",
+ "clip": true,
+ "width": 104,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c7HQU",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G2eS6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8xaB",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nqVBg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6ypk4",
+ "children": [
+ {
+ "type": "text",
+ "id": "IInvj",
+ "x": 65,
+ "y": 0,
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FKzLo",
+ "x": 0,
+ "y": 0,
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4WQO2",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IO1eY",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MMFt8",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gL80p",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHxY2",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iYuQZ",
+ "name": "sprite-inspector-row-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JEqMk",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DLFOS",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qiwv3",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X5bxY",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9WSi",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "91jsW",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5ZdS4",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xRCbg",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HtvCo",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8vLIw",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$--primary",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i9vMi",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZuWr4",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ikR3b",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$--primary",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XojCv",
+ "name": "input",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "k3zYN",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8NIdM",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OFudI",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KSyBI",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "j2fIb",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Jb9lS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8OYGx",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9PYZs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4ez05",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wYMPj",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "8os0a",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QRfCb",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w8kvf",
+ "name": "sprite-inspector-tab",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "padding": [
+ 2,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f14CB",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WgBR0",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ij4Oi",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "T9tRb",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xmcVb",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oySbl",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uRNDf",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$--primary",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sAm5f",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8VhEA",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a3VNM",
+ "name": "Sounds",
+ "fill": "$--primary",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rfVEL",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "fill": {
+ "type": "color",
+ "color": "#e9f7fd",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "54gAB",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aobUu",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QStdr",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zeLbC",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XEID3",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BRzRk",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UBejO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R1ezu",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ur82L",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZoDy7",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S2J0W",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y8ILm",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dJBKo",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uSJHU",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EDENK",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d14bc",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$turquoise400",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JYpA6",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Co2x3",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R28jR",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XiNzY",
+ "name": "Stage",
+ "rotation": 0.05232924603011021,
+ "fill": "$--primary",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rOy53",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U9FkV",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3V6cy",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": [
+ "#ffffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/项目运行.png",
+ "mode": "stretch"
+ }
+ ],
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HuecX",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "LaLQt",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPHBr",
+ "x": 931,
+ "y": -1677,
+ "name": "泛化社区",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g6PnT",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000003063",
+ "clip": true,
+ "width": 240,
+ "height": 900,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6xyQ",
+ "x": 12,
+ "y": 846.156494140625,
+ "name": "Frame 1000004734",
+ "width": 216,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z6zNM",
+ "name": "image",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "UWMi1",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ {
+ "type": "color",
+ "color": "#e1d4d4ff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/个人头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S95Qi",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SYHhV",
+ "name": "Username",
+ "fill": "#24292fff",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5Czqp",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MAMBB",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ota7m",
+ "x": 0,
+ "y": -0.24853515625,
+ "name": "1",
+ "width": 239,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": [
+ 18,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HnzNc",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xea1y",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Vw3X",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#24292fff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6yxGN",
+ "x": 240,
+ "y": 135,
+ "name": "Frame 1000004883",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErVzr",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3wJxR",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wcE9P",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hThTC",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FJME",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hBchz",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KMdI8",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2qRtU",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Bt89",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5aII",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SCxQ0",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gr2Gu",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z0eFr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCkWk",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NY4NR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "xjyeQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SPfPl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAuIl",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "CaL0I",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gH5mH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "b17LX",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mn7oh",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hxpuF",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "K7uSH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KtFig",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7AqLc",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zXtlj",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mjodh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CdSh0",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N8unJ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNlb7",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "MF9uX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "36ea5",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ENsle",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDeeH",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vAvlA",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ywloq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hc0Z9",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jV85v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mx98w",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhX0h",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3WxDy",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p7N6N",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Czq03",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n7Mx2",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "feTCP",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "kQz5N",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWlH6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XvZ7g",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rtvKa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NSLfs",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "4pZ07",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XcCJv",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTHL9",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mSEpd",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0j0x5",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WlgXq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fuzd1",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fdGYS",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DC2Ic",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wHvT",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1DhpG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fLZRU",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2U6Qj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "19vzZ",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PogU1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CoW7e",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DnKjy",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c30LT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Y1UJh",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cmOZ9",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zn6Jq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WAZEr",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l52SP",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fQrXf",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "arBGZ",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4NAFH",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "ynpyr",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdgzB",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BUdTR",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DtbP8",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gFBLb",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "JZzBk",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oEAoH",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUeFX",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BxdCj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "poy9l",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qEeM7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0M4BM",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sYlj0",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Azl9w",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L7jmO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7h5Si",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gNczW",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2cwmV",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zgQCK",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eWYWD",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gTFm",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ipdgY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZqlQT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7wLkf",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoYTg",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XNQoH",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oA2Mv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JJ2ea",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ptIyP",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lB9bq",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3gw3P",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "oiCbP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DImQo",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "A9dEP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "I3RrW",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pqE7K",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "IKdei",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GL48V",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8irFV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bVgHC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C5Dbz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X18bB",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cw06P",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e49Io",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wdKj8",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lxc9o",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYFmq",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "IV9QX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qeg6V",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Skchs",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lvvzh",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WiK2q",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UwTxS",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngMIk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ml9Rr",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nnZxK",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ghjvi",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnpYF",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "izYEO",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "T067N",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wmuVK",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W4vw1",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nqJ06",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKsDT",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MWzww",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pvR1d",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Z5Vr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DyJXv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HVVOr",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FyPe",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FLFaH",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hUQZE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GV46M",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DYRZh",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "olF0E",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Zm0X",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lX8Dv",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EnuEz",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sKo0G",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "e7TJn",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "d0gcK",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1f81",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rzqA4",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vgTyI",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lYURn",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "i29UB",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wgo1S",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PNwnU",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1VKQv",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZN3qF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sx3BV",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pRD5N",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fK616",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zkGcT",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QA0wC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fu8Dj",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QqXU1",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pcme0",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kySSE",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tMdBR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "j24rZ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2H46t",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0hEju",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lqxyk",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7FcFo",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VXV22",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLE6h",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6L1cV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "i8SZZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3kKA",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k8C3s",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cCQK4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E0Hm1",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jvZwA",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a79gS",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iNL9Y",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dS5RB",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5rwy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1R4PB",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lWOQf",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p2fFb",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5yTCc",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eduQb",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "N1Ehs",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RvGKI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wUUo7",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uc1dq",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ULWDL",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BPKKU",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q2Zpw",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d5CR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "tf2DQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "17Aes",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OrehV",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Aj8tf",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vEEEd",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TfdNP",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08tz8",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lIGJM",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NpN32",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zr22O",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YlUgQ",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7YmtI",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hknQY",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7o5Gc",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iemGc",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ec1z3",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "p5lU7",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AG8wU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4USZ1",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wGLa",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G46oF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tkUzA",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mjnMw",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "2b740",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rsgue",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "71TBM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NNFge",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fFpxO",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CKqJQ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TLhwx",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aScDj",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3p0mP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pDbkq",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XdT9R",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NZ0lc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "34M18",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VjFtz",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8GsTK",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fVTqk",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZWO0C",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cd89z",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lasOI",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6yJze",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vR3Lz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZqLQD",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oLSA4",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J2NOR",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qtgu9",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CBgZu",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mJbTB",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tCqe1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIuDx",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jTPSw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sMnE4",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "acir4",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l45yS",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JAcxS",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mo7R3",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jk9IE",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "rEACV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Yyqmu",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2KdM",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XnD0v",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zjfdg",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bFydN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQIhv",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "rEQUz",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "H4qiD",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "acSpy",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HB1vs",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "usZbY",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kuvtc",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RzV4c",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kcfau",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4IQ5j",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CrqN7",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VUjsl",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n3GP7",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5WrAs",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "C4j1v",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Rop2v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "d4jD8",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2qeF2",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7nVGO",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f0LdC",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "lltkJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "mPQPU",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gAEDb",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4r32H",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "Hw10H",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3fgwG",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ca775",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n8DY1",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8mZer",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "R5sCU",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "DgIpm",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rQAeb",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b5xv9",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n0fcr",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kkU9z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "xC9Gg",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79ePu",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXQwq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R0jVV",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "0lEhW",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0j9xc",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GbnlB",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UOyiZ",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "zF88e",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LxmkA",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NQlQK",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "61Ql7",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "87KAZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NayMq",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "mWIih",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pZytd",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gBTgl",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GsOIY",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "y0yJW",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "5WK6c",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DId9a",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1X0pN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "buELS",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "3jPVJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "VGl1U",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0x4N2",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vcFnv",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZXava",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c8l6u",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a1LMt",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1uWqR",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "64Pp2",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "sNpaJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "wNwpy",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "9Y6jE",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kCIkI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4b5FG",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "n4Ixl",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "Bbddh",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BAvr",
+ "x": 0,
+ "y": 64,
+ "name": "list/menu-list",
+ "width": 240,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 8,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CiUyN",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A6qH1",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1pvh",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uB1tW",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000004889",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcdWk",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a4UF1",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "#57606aff",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "T26id",
+ "name": "My projects",
+ "fill": "#57606aff",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xt3Ep",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4J0bc",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R7YSH",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#eaeff3ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JA6Uf",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YvOVX",
+ "name": "Frame 1000004948",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bafl1",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k05jk",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DHGUa",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xQDD1",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MWLSX",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DxEHS",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1rjfb",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SzLwO",
+ "name": "Community",
+ "fill": "#24292fff",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2GTdQ",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7yrUL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6jtqc",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fIGw4",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wFuBM",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "#57606aff",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qKsMx",
+ "name": "Tutorials",
+ "fill": "#57606aff",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vf6dv",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XD2Vj",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0ra6F",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g27f2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y0x7J",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FJtqJ",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "j9RwE",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DAwCk",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5tW6r",
+ "name": "Following",
+ "fill": "#ffffffff",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oh7eg",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XnhEX",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WKbmf",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ni5oM",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OIDCA",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEbl6",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "pCOtz",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t5116",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B1Ttv",
+ "name": "Followers",
+ "fill": "#ffffffff",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GB276",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YoGyF",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1aFFF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yqUJz",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1CDJg",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bXCBi",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X4L4S",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "#57606aff",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9mFC9",
+ "name": "Asset",
+ "fill": "#57606aff",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7w91h",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P9J67",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YatwD",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X53RI",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QKRq3",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kV1VW",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lcMRW",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xzFAn",
+ "name": "Docs",
+ "fill": "#57606aff",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhyK5",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PxzyQ",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ml0QO",
+ "x": 240,
+ "y": 0,
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": 1200,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qf7H2",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "elnoO",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VXzLg",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrBmU",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "#24292fff",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FeDxO",
+ "name": "Search project",
+ "fill": "#a7b1bbff",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRpYI",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Yb9yw",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q6aym",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IA2qK",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "otQzE",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCod2",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPx5W",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "V42XM",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "cxhV1",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kRB1p",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E3ry4",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AmV8Z",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "InSGW",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "#ffffffff",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jbY9H",
+ "name": "SPX",
+ "fill": "#24292fff",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RTXuO",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vjqkw",
+ "name": "Frame 1000004918",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kW2bt",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "3VFe2",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FxA4V",
+ "name": "AI canvas",
+ "fill": "#24292fff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YxfZe",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Tq7S",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UKF6T",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H39Py",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "n1eny",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "#f9f9f2ff",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pu6Lg",
+ "name": "Linx AI",
+ "fill": "#24292fff",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dC73c",
+ "x": 239,
+ "y": 63,
+ "name": "Frame 1000004878",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dGHfE",
+ "name": "筛选",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QcljH",
+ "name": "Tab/independent text",
+ "fill": "#f3fcfdff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "179qK",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KUm6N",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GDtVG",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SFk7e",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MkCUs",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tn8Fs",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZOIKu",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JtKL4",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LZGtY",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0Rsi",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aQUmC",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1rUp3",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "SIGjx",
+ "name": "Button-2",
+ "height": 32,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LoDKO",
+ "name": "All",
+ "fill": "#57606aff",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "HWn8J",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RlU3n",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "#57606aff",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ESqqi",
+ "x": -720,
+ "y": -1677,
+ "name": "精灵编辑器",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SW8hI",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OS1yW",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OmEvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rL4ex",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hoIjK",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "JDiB9",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zyYR3",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2v4o1",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPbUO",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LiqqN",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Eu56q",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D4VR2",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RIP1r",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Jsv5",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "26RKS",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hpm1T",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HdNT2",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z1LEV",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m28w2",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wwU7Y",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UmXpu",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KM5K9",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "feyPd",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocUXI",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H7gdn",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "bgyBW",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vadFc",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DQ1lU",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57FLv",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yRRQm",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PBm32",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IPsOY",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "80pi8",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j1S52",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H0COB",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fPRXE",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aH1Vj",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6O1hJ",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F4k15",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "NO5yg",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mIeD",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zh5lU",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXh3q",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2m2lc",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "YaIDX",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QR3CO",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vsAUS",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xl2ri",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujf5D",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MJIvf",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9K14i",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4osFu",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzHa2",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WjWRZ",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "90War",
+ "name": "输入文本",
+ "fill": "#6e7781",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tgl2m",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Npr4",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VRyNq",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ziyg8",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#e7f9fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qk6EC",
+ "name": "Left",
+ "fill": "#ffffff",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hPJAo",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AwcLe",
+ "name": "Right",
+ "fill": "#ffffff",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yxzAy",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P7nyC",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$grey900",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MVbOp",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "0fgbQ",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xn58W",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#fabd2cff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QVYNR",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CWbj1",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kITgw",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "gHD88",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dIAd0",
+ "name": "Event",
+ "fill": "#ffffff",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vfZZ",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LOIas",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvsiU",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eEOLI",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8S6cd",
+ "name": "Look",
+ "fill": "#fd8d60ff",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nwHEx",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wd5hL",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1kR1K",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bGFkh",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PGknO",
+ "name": "Motion",
+ "fill": "#91d644ff",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xiFPE",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9xEia",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K4jq9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "peS3v",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G1O4Q",
+ "name": "Control",
+ "fill": "#3fcdd9ff",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Js3g",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R9MGz",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mJTT5",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vUXdh",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PE2PB",
+ "name": "Sensing",
+ "fill": "#4fc2f8ff",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BEQ90",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EXPi3",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zvuOM",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zsmfI",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SFP6B",
+ "name": "Sound",
+ "fill": "#a074ff",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TQO7N",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GvCB1",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SXFW9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JmAIn",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vAgej",
+ "name": "Game",
+ "fill": "#5a7afeff",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ZZ1a",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "LxOrk",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "8nBkI",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "mCbYV",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "IpTnC",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sfGHW",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5KaUe",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "duANN",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gK2Bv",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsj9I",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EsnO8",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fDcK0",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4vrvB",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g76f4",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8Spf3",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "yIsdj",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "tf7NN",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7hexs",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t0dCP",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fce8G",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0woSt",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "U9RgP",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vGUqJ",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u44NB",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g1jwP",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IvWOV",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qU4Gi",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EJ7Uz",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NauDD",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCQFE",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y4jc3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ptZWu",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oZiVO",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aAvzw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LqhkH",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DCPVE",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nv5tJ",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6sKq",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i14Ch",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8UNLe",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wMlCo",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zwOcS",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FQcEL",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nxU8o",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9pIYQ",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n8Sia",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "zLbyF",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ApMpK",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N4JQr",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IwfXo",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fFmtF",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dF4tS",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Exyiq",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Prll3",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3prSh",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4BWhU",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tVDEm",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1Eprd",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KSYCn",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWIwy",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "c09TW",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "20c37",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aNu6I",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jr3Lx",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rn1gg",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vS5yt",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rp3A6",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jTwDm",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zRS8m",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UpbSV",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gLXgt",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vp2qn",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CvTwe",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLekY",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B6QwI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "xyLJp",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rKtbj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m89at",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FXxl2",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PN762",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GMcR2",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HIvnI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kUUJP",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2dV4M",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sesGK",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lFp2M",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zrFHO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dIDkV",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MRJAr",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "19Xu5",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XFqU8",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SOGAh",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nPOqF",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0OWmu",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FXD6y",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pKMjO",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZRTYq",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MjzBq",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "St5Sw",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sdv26",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3TgIg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XMF08",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLHb9",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IsAfG",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqwVh",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oKaS1",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h4X1C",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "CkGe6",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oqxjE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "X9Pur",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AK6w8",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H6vCO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PZas9",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jLLIH",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gKOzU",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tQ1f8",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vqwQ6",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1TLmk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O8eCp",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "suABG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wIjeW",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xc1am",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ojX0p",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iWLRZ",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fX2f4",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uzPuR",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q3ytg",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OuAa5",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OzUlU",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyHo1",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XJuPL",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6j8df",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "caliP",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YSalF",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ghGs3",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TS93x",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rWgNe",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RcwMC",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sWx6s",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NctJz",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BLvjB",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XQ9ur",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZIHzA",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IoI62",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "avOqR",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tgkRg",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lFIt0",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YGag9",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nYZAt",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VhLkA",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N5qZ0",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mM3N5",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "G2EQL",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VjcHA",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzAr7",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UIK83",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Y560v",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "70uK1",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HxwAi",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZQrSm",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jBgxV",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWa1D",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "PVoMw",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aTeqG",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGDEI",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fyqO6",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lsBmy",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kAMYm",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R7KuV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ExJNt",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cirZb",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QU9ut",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PGMBZ",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5UmpB",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rWOh9",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jYkFt",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2Zv8N",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PbyYs",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ra3Px",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PTuEC",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "yWqxF",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wxOts",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZkQgl",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T5ASj",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DuGIc",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2M2Qq",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yljRy",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1tvM5",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MeUd9",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GJ6Bw",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6U6hh",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A2z3d",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dRbi6",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lE4zy",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UymB6",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NULUy",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "R85sA",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JXkzI",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bBg9j",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I9YcW",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "C8dVW",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3b8N",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "pxFim",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zGcYw",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc9G4",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xjYfI",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zWZ7v",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cLnQq",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJyuw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DGC8W",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FgkIt",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aeJiX",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6XlJr",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1eCPI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gt1Ak",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CK11c",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s9uGm",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VsbNd",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KyaLJ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "85EIP",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LYrb5",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r5Ioe",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9x8tO",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OuvUI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PdU2R",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4PwBU",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "keLHs",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "93hji",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZZBxs",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3os0U",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rDHGy",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zQoge",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wEJ7l",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mPxC3",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKx88",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hJmVN",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I2r5L",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Bu0GX",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "il6KI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AIzes",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CVs3R",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gyih3",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D6Lo4",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LN2Wx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xMgUA",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fYhat",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vXR9y",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUbaM",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iWsRP",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YYm1I",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Ooat",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GrE7J",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EyxMj",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "18itZ",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dsuYn",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ANZzN",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uPch1",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yC5Gd",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wm1ag",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1AQJU",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RBPEh",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Weehl",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIzWh",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Hu2jI",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "18Mp1",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jY7vn",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z72rf",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "aI759",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8ELP0",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yIZt3",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZP79N",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OpBhf",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jJT6L",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E9sSg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EgLYH",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr9rf",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f0Yc9",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R12te",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LpT9S",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FiJAZ",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4QZmP",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GVDRF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "2cKHK",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "TeasA",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "nyq4I",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2JAAG",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CewLC",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fNmE7",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hX0bn",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "n5k7r",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sqUO4",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U6w7Z",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4719v",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LwE6q",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2AOUP",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rDyuS",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "xYkO5",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SbL1d",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "ZiAlL",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "8t6Zf",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "XmmbV",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "tLJbC",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "MfVdc",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "evCAY",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FJjsc",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "BVwWw",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wAhIm",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "4Zdg8",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t3DOR",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XyfU7",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lamDJ",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7btv0",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G73Zp",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RasmX",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J7PtO",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Y33hm",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "r0sSq",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "9yeHV",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mj3ir",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x4OO1",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kYr4E",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "gSnnn",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "Wo0aS",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7rjAX",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9ckOk",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23hSr",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8sHe",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "HZK3s",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SIPRp",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JeCrQ",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OiANc",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "51vLE",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AYcRj",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXkLH",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgD33",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JryaW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hPOip",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gr6Yk",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XrRIg",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "99rTU",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gekOr",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOV5i",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mkd9V",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "27xFP",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BGA1V",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DpHzm",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K8ZU1",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zi5TY",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZGcVY",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sGrHD",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eDRL2",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rSwNL",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MU7OO",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E4OSR",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b3nrT",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RnVZa",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000040",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hAmET",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eSij6",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "xq4wj",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "hHdYe",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "GJUU5",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ws95h",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eiQi4",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jO1Is",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WzNgn",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9CieC",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lkoEa",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eNvje",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "41vKH",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OHxBd",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "W3Kyj",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v9PVw",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fugJp",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vVq8F",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "egMJj",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nsxZj",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v5xxq",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kceTh",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xxigj",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wT6ol",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "oubtb",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D9ZzO",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm2qV",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e8UDa",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xSnRt",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cF8yg",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1Pr8T",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Zxkg",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ppd1j",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "#ffffff",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sqpva",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "NfyBM",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cumxf",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cvrjE",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WNzsC",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iHQav",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5cEHB",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YC7Uo",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8e2XM",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "teQ4I",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3KjaG",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xHHYY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mI7ko",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Q6aTZ",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZmqJz",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x2og8",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nSX7l",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5OJq",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9kyV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "YkWEF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79FTI",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EJYoI",
+ "name": "Sprite01",
+ "fill": "#24292f",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GOkvW",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KVGQC",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c3uSd",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bJgpj",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bLSmX",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bb5x9",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ph1Vs",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhCzh",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VeJqP",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KKj0N",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "baiUr",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "P6CXF",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fjd7T",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qbwGV",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VPK6T",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "doZzm",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O0ye6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "odPNr",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E3Ijs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "81N5K",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cnYNX",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "B5t1k",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RdpUC",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wBFdh",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "N66Uk",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JERlv",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "j1MTA",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vtNsS",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gHaK6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "m5rcH",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TNp3W",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gPDd0",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lf6Vf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wPe7r",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "gcZuE",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A6BRN",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JwDXS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ehld4",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "35ft4",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D64rl",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8VPMB",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WRUkY",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23XHM",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Evm50",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XGjpY",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SAfTA",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KXpal",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rUTy4",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwa55",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "77xsz",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j8ViW",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MmRoK",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CDyOt",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0AThG",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hk3fD",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CXWFV",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EODQp",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6DSt",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z8yl0",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sLODi",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BWLTg",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A1dri",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nZOe2",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Sa7a",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dRmRC",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nKCic",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VXrYx",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "yUBw3",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DjOHm",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R0E5I",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAF43",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mybIq",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EfHbr",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qia1J",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZxP7K",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8YGpf",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AxXTg",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IrFSw",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iCty5",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nTsLu",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O2xIR",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3673W",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kU5kD",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q2ftA",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ji9KL",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sSfqG",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fk8Uj",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8dkBZ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DMwF9",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s4XU1",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Q8vO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LvgxH",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QY9fG",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mfj20",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yr8sp",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yv94A",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZtiT7",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPzzj",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iu7Hn",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KXVxP",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SzKSY",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ynIlk",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RnvJC",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y3B8b",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HOQV",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "vsLeT",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gvglk",
+ "x": -718.8688350946978,
+ "y": -1965,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "原版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t0CMT",
+ "x": 931,
+ "y": -70,
+ "name": "泛化社区改版",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZzLfT",
+ "name": "sidebar",
+ "clip": true,
+ "width": 256,
+ "height": "fill_container",
+ "fill": "$--sidebar",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--sidebar-border"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHger",
+ "name": "Frame 1000004953",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xmyo7",
+ "name": "logo",
+ "width": 239,
+ "height": 64,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KuYXk",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sy6ia",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p8LJE",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$--primary",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2jOnC",
+ "name": "list/menu-list",
+ "width": "fill_container",
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bVO0P",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e70pT",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ae7rb",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QDmBR",
+ "x": 0,
+ "y": 0,
+ "name": "icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kAinx",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lYBbW",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JD06h",
+ "name": "My projects",
+ "fill": "$--sidebar-foreground",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OnS8s",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DVgg3",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n7jc5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": [
+ 6,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ij5XF",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OL6sK",
+ "name": "icon container",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2fG6q",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WIl5V",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TehAe",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iK95b",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cA3NG",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IsPKx",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cGV2t",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WnHr9",
+ "name": "Community",
+ "fill": "$--sidebar-accent-foreground",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fIqGF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NdZI2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rCTpb",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NUA56",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "icon",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "54i5U",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RuGwA",
+ "name": "Tutorials",
+ "fill": "$--sidebar-foreground",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TwP9S",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bWbH8",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aiLM0",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zAFat",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YV7mP",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7v7bx",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RgVvB",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R8IKh",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ybifN",
+ "name": "Following",
+ "fill": "$--sidebar-foreground",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hS5Ui",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0q2Ow",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HwHdd",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eiiOc",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3WbN",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TohT5",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "YqoYM",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "feO9W",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jwyy5",
+ "name": "Followers",
+ "fill": "$--sidebar-foreground",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BAcxq",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aE6vY",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzMh5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t8soL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnpR4",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyNoe",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "icon",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0DUR",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xDxE1",
+ "name": "Asset",
+ "fill": "$--sidebar-foreground",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8xBu",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wi73f",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ue2TC",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0zUA0",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oJmy",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7APx",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ov4yl",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i9NAS",
+ "name": "Docs",
+ "fill": "$--sidebar-foreground",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CJnIk",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Nbvq",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eLoNw",
+ "name": "Frame 1000004734",
+ "width": 216,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b6nAc",
+ "name": "个人头像",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "j1z7p",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gjw9f",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XBc6W",
+ "name": "Username",
+ "fill": "$--sidebar-foreground",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "8Zwg0",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t4Je1",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E6eO9",
+ "name": "right panel",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BsBQz",
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": "fill_container",
+ "height": 64,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o1THW",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "60vmb",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "$--muted",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "innOG",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JCtox",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$--muted-foreground",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vBeHU",
+ "name": "Search project",
+ "fill": "$--muted-foreground",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xYALs",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2JxTz",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C1ZHk",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyYUh",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZeqoX",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iRNeo",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YmGOl",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lKGHl",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "DwNux",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BJu40",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0aySW",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQVNz",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGVXg",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "$--card",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dWDYs",
+ "name": "SPX",
+ "fill": "$--foreground",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n10Jb",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "um2i5",
+ "name": "ai canvas logo",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lxhom",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "sOYIm",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "I5RsZ",
+ "name": "AI canvas",
+ "fill": "$--foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QuZm3",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q4B2x",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "huseX",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Elj8h",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "O4nUv",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "$--card",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PKO1F",
+ "name": "Linx AI",
+ "fill": "$--foreground",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0GXWp",
+ "name": "Frame 1000004878",
+ "width": 1182,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W67Wx",
+ "name": "筛选",
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mWf7R",
+ "name": "Tab/independent text",
+ "fill": "$--background",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9u6Ef",
+ "name": "Tap Text",
+ "fill": "$--foreground",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ULAXs",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fpbGW",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bwbsc",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "abgen",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOgur",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K6iTV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "raQn4",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xKrxV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc8aT",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X1OBU",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4RC73",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "TeWM3",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CIiIY",
+ "name": "All",
+ "fill": "$--muted-foreground",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "FJ5aF",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99Wrt",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "$--muted-foreground",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Y5Hs",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lm7Hs",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkFaD",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y5cy4",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lz4hW",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "4iTCB",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0QwWk",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "856O3",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kxyle",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZqmkQ",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XtGiu",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D2ckv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sMYxq",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KZ55H",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PZPUR",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aT5Vw",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RJ5JI",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kwn1A",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ecEiP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4vEQs",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MPWAg",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "SfJ3l",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T7a38",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4FqNZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ur7Do",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wsDnW",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rndg7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MdAOq",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0lFxh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xQmhL",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sNbTk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "179MN",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cSdz9",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3y60",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4JPor",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rw3Z3",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dWWrj",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sylkq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FEgqQ",
+ "x": 208,
+ "y": 136,
+ "name": "用户头像",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qhgbC",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S5VOB",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yl06L",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v2fds",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1RwaR",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EATPW",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKSML",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dA4ME",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "isY1L",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dTu1e",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KeNPE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "iTrjh",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LmFg6",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "8KfSe",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WgcyV",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Scasx",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "je45y",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZRvDk",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "naklA",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jCBTI",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tjnWn",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2jrAI",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gQLFk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9NcKC",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "kAYtG",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7uP0q",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "p7qqD",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Edq93",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r0A3T",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j2BVa",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gg0o0",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "lDi4s",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhXrI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oH5DM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PoZa6",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2goKj",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKezl",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hGF2O",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mj3kR",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "eyQF1",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4v1Ls",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7fR2W",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "a8wzt",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fxW4M",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "WSVw1",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8X2Ge",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ajanh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2FxOa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5rEnH",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nmC92",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JxWJe",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bKkKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fuKYU",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B56Yw",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T0XPY",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "k6teR",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nzEvz",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J918M",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B4yq6",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LUeWH",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EcRVh",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vAvyK",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jPN5Z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38xFe",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XEJYR",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Aznbl",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fzz1r",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5aIQd",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZcOa7",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DOvbt",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RLOPT",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RCKWS",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WNDQp",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "oVhLS",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jQQ3t",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "d75GH",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6DUzO",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QNXJr",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "swGee",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1p1l7",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jpxBq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MZ9Lm",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LmWKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XRVLV",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "awbJW",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wmeMG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "zf7qj",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mMwHn",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lgaUo",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UPq8P",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uAfai",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "q75Fv",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lb7E3",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "o2pUk",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atlnb",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KNe5U",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Md8vB",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lTHsn",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "USiTV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LawhY",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujF1q",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqQ3m",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ga63u",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdlNc",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DvWQ0",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cnxsi",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQbZv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Pzlyz",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5fF5d",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sPt1k",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pmQpe",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DjkHo",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99nBz",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "xGShr",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qhME1",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6uH0",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8gyqa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NeNJB",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MVZM1",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cJiGC",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QsiA6",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gej4H",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m9wSV",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "er1vW",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dq0b4",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FxYtU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qmPQ2",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R8oRr",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8zNk",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Gk2K2",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "04GX2",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HcXO8",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T01KC",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "orrTi",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "coZPT",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KQMD9",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dKZ0y",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pMGni",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3CHkN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "lAuBz",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hy1sl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0aNfS",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "1YvCO",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TDijQ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y4Til",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "45FVr",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E3loh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "g2C1r",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMKXf",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lis6c",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FoDkj",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v72gs",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9fIiS",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vZ6tQ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dp3my",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "BicNM",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L7DBr",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yG8wD",
+ "name": "StoryBoard",
+ "fill": "$--secondary-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H50WX",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LsiKQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kTjJE",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hUzVq",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pKBVg",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OxyjG",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uMH8v",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HKjU1",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "grzoy",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QNo5i",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsF48",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "etKCA",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "QYAGy",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qP4lJ",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H1zSo",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "21qTc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WJKIZ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "KKRdc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sa5bx",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4m7on",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cJFlW",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2FWep",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zbet3",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QfbpF",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "doKSr",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mQxbQ",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pHgsH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Kd2lx",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CdjQY",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BGi4D",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m1Eba",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7UPR8",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zGDh3",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KclLw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FqO35",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "x1lCM",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NYKYR",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ShdsD",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CNZjm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jM3Gh",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dx6qs",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1HO8",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8c6vf",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "X6nc7",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Ty4F",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kRJSm",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0GNTa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "48m79",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TNe9j",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wpYFJ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLpKZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hhNlX",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qIfnb",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HxgUU",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OBqRD",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LCxYd",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pJeiN",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4fpm8",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w7AvM",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WZDYQ",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MXKiL",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2uga6",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q6GeP",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GukmY",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S5pP8",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KtINU",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "8r88p",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NDvQd",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SvvJk",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8W1AL",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l6icA",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "OIggJ",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BepSf",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SioxW",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QOhBo",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLYUX",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s7GAq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vI3dj",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "JXlUN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "qZouH",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vUqJe",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "04rJI",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ULr6o",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5eL25",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QTIOE",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5gTCO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "epu5T",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "l1s0I",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ToIJH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Adw0C",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aygAb",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ofyXo",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZgRwQ",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "vubsy",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7wmLL",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pwsw8",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdJr4",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "1t14F",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "cS6gK",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GidCJ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OtmeC",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "RNovH",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RmoTz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2T83p",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7bCfB",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LzdRZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "4HU4J",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "C1HTH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Zuscg",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0mDc",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BV9TB",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pJZn5",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "6tnjK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IJoA0",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T03ZV",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xInh9",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Ydd5v",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "554a7",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fh4xj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vXCoz",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "5VDV6",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dq9Pw",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8tvjf",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kWkue",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FOC5b",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cVNJJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ukepu",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "p5H2G",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nrtWr",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VZI3H",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QcYZS",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mwCNK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fb2b7",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dcw8H",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x3aS3",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "p7jyS",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0iViP",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iiC0g",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CIoOi",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "aS1Dy",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WlzRV",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lNHRA",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08IeY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQ1ME",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Bs3cn",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "3EEea",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "2UzPw",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7RHED",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PHIjL",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "hoyAn",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mOgNj",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nYj3A",
+ "x": -718.8688350946978,
+ "y": -437,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "改版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DoC2X",
+ "x": -720,
+ "y": 1405,
+ "name": "Xbuilder 创作平台——卡片样式梳理",
+ "width": 5983,
+ "height": 5894,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "UZ0A3",
+ "x": 47,
+ "y": 30,
+ "name": "SPX",
+ "fill": "#000000ff",
+ "content": " SPX ",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "pEc97",
+ "x": 1355.16796875,
+ "y": 30,
+ "name": "AI Canvas",
+ "fill": "#000000ff",
+ "content": "AI Canvas ",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3izth",
+ "x": 4527,
+ "y": 45,
+ "name": "参考:Figma",
+ "fill": "#000000ff",
+ "content": "参考:Figma",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "0prBu",
+ "x": 47,
+ "y": 95.515625,
+ "name": "社区页项目",
+ "fill": "#000000ff",
+ "content": "社区页项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7mjSk",
+ "x": 387,
+ "y": 95.515625,
+ "name": "社区页项目/个人主页项目",
+ "fill": "#000000ff",
+ "content": "社区页项目/个人主页项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "09xn3",
+ "x": 791,
+ "y": 95.515625,
+ "name": "教程页",
+ "fill": "#000000ff",
+ "content": "教程页",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zRR4M",
+ "x": 1355.16796875,
+ "y": 95.515625,
+ "name": "Studio ——发现",
+ "fill": "#000000ff",
+ "content": "Studio ——发现",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7k21C",
+ "x": 1355.16796875,
+ "y": 755,
+ "name": "Studio ——发现列表",
+ "fill": "#000000ff",
+ "content": "Studio ——发现列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8Tdhm",
+ "x": 1761.9912109375,
+ "y": 95.515625,
+ "name": "Studio ——Storyboard—最近项目",
+ "fill": "#000000ff",
+ "content": "Studio ——Storyboard—最近项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "d9gpJ",
+ "x": 2861,
+ "y": 161,
+ "name": "语义资产:角色、场景、道具",
+ "fill": "#000000ff",
+ "content": "语义资产:角色、场景、道具",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "91YWN",
+ "x": 2861,
+ "y": 755,
+ "name": "素材库:图片、视频、音频、脚本",
+ "fill": "#000000ff",
+ "content": "素材库:图片、视频、音频、脚本",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SSGbE",
+ "x": 1761.9912109375,
+ "y": 755,
+ "name": "Studio ——Storyboard—项目列表",
+ "fill": "#000000ff",
+ "content": "Studio ——Storyboard—项目列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fNDi5",
+ "x": 2247.8505859375,
+ "y": 95.515625,
+ "name": "Studio ——Canvas—最近项目",
+ "fill": "#000000ff",
+ "content": "Studio ——Canvas—最近项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "R7dh1",
+ "x": 2861,
+ "y": 95.515625,
+ "name": "Studio ——Assets",
+ "fill": "#000000ff",
+ "content": "Studio ——Assets",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cSniG",
+ "x": 4527,
+ "y": 110.515625,
+ "name": "Figma——个人项目",
+ "fill": "#000000ff",
+ "content": "Figma——个人项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HCiNI",
+ "x": 4527,
+ "y": 488.912109375,
+ "name": "Figma——社区项目",
+ "fill": "#000000ff",
+ "content": "Figma——社区项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zv1Lj",
+ "x": 4527,
+ "y": 1147.7099609375,
+ "name": "Figma——团队资源",
+ "fill": "#000000ff",
+ "content": "Figma——团队资源",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "UJVEd",
+ "x": 2247.8505859375,
+ "y": 755,
+ "name": "Studio ——Canvas—项目列表",
+ "fill": "#000000ff",
+ "content": "Studio ——Canvas—项目列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Q1yzh",
+ "x": 2248,
+ "y": 1437,
+ "name": "Studio 概览——Canvas—灵感发现",
+ "fill": "#000000ff",
+ "content": "Studio 概览——Canvas—灵感发现",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VBJ6Q",
+ "x": 47,
+ "y": 425.658203125,
+ "name": "封面图——项目详情页 项目名称 喜欢数量 发布时间 用户——跳转用户主页",
+ "fill": "#24292fff",
+ "content": "封面图——项目详情页\n项目名称\n喜欢数量\n发布时间\n用户——跳转用户主页",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hbXSn",
+ "x": 387,
+ "y": 425.658203125,
+ "name": "封面图——项目详情页 项目名称 喜欢数量 发布时间 公开/私密项目 项目编辑、删除",
+ "fill": "#24292fff",
+ "content": "封面图——项目详情页\n项目名称\n喜欢数量\n发布时间\n公开/私密项目\n项目编辑、删除",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Xazul",
+ "x": 387,
+ "y": 647,
+ "name": "项目编辑、删除 移除,不在卡片页显示,可在详情页操作",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "项目编辑、删除 移除,不在卡片页显示,可在详情页操作",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OzZr6",
+ "x": 45,
+ "y": 4260,
+ "name": "卡片内容梳理 封面图 类型 icon 项目名称 私密项目/公开项目 受欢迎数 创建时间 (创建人员) (类型标签)",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "卡片内容梳理\n封面图\n类型 icon\n项目名称\n私密项目/公开项目\n受欢迎数\n创建时间\n(创建人员)\n(类型标签)",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mQUyZ",
+ "x": 47,
+ "y": 647,
+ "name": "用户 移除,不在卡片页显示,可在详情页操作",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "用户 移除,不在卡片页显示,可在详情页操作",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hFfw1",
+ "x": 791,
+ "y": 425.658203125,
+ "name": "封面图——「编辑」页 项目名称",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "93RsM",
+ "x": 1355.16796875,
+ "y": 425.658203125,
+ "name": "封面图——「编辑」页 项目名称 注释文字",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n注释文字",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xDoZd",
+ "x": 1355.16796875,
+ "y": 1030.623046875,
+ "name": "封面图——「编辑」页 项目名称 注释文字 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n注释文字\ntag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uYiok",
+ "x": 1757.2998046875,
+ "y": 529,
+ "name": "封面图——「编辑」页 项目名称 项目时间 类型 tag 流程线 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n项目时间\n类型 tag\n流程线\ntag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fGJbx",
+ "x": 1757.2998046875,
+ "y": 1241,
+ "name": "封面图——「编辑」页 项目名称 项目时间 类型 tag 流程线 tag 功能编辑",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n项目时间\n类型 tag\n流程线\ntag\n功能编辑",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1O63s",
+ "x": 2247.8505859375,
+ "y": 454,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "I5Ixk",
+ "x": 2861,
+ "y": 559,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "kB6Rc",
+ "x": 2861,
+ "y": 1575,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HqDnV",
+ "x": 2247.8505859375,
+ "y": 1171,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag 功能编辑",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag\n功能编辑",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ek6Xf",
+ "x": 47,
+ "y": 152.529296875,
+ "name": "card/project",
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n20gR",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 232,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ql8Kh",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "zPRc3",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TZ4tT",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gCiH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Mtwe",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OiH1V",
+ "x": 1.3126555681228638,
+ "y": 1.6049721240997314,
+ "geometry": "M3.37834 0.00003c1.186 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.005 1.91 0.396 2.514 1.132 0.745 0.909 1.023 2.308 0.744 3.744-0.719 3.707-5.209 5.79-5.4 5.876-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.877-0.278-1.435 0.002-2.834 0.748-3.743 0.604-0.736 1.471-1.127 2.51-1.132l0.015 0z",
+ "fill": "#EF4149",
+ "width": 11.372615694999695,
+ "height": 10.79052996635437
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1h5C8",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hVvmC",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WLNc9",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRXdZ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 232.00001525878906,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iwbDi",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "rectangle",
+ "id": "AdS5k",
+ "x": 0,
+ "y": 170,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 232,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "6sELx",
+ "x": -9,
+ "y": 152,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HUSia",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vn4me",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "xrwOt",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LsW0c",
+ "x": 387,
+ "y": 152.529296875,
+ "name": "card/project",
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hfNFc",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 232,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gpssi",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wLahO",
+ "name": "Frame 1000003084",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Kky38",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 117,
+ "height": 24,
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zRvFo",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yI5lz",
+ "x": 3.9998788833618164,
+ "y": 4.0018792152404785,
+ "geometry": "M15.22112 9.88412l-0.392 0.392c-0.25 0.25-0.39 0.589-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.392c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-1.47184 0-2.665-1.19316-2.665-2.665l0-0.552c0-0.354-0.14-0.693-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.392c0.25-0.25 0.39-0.59 0.39-0.943l0-0.551c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.392c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c1.47184 0 2.665 1.19316 2.665 2.665l0 0.552c0 0.354 0.14 0.693 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 15.998742580413818
+ },
+ {
+ "type": "group",
+ "id": "T3jJG",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "EL8hA",
+ "x": 7.953999996185303,
+ "y": 7.953999996185303,
+ "geometry": "M4.046 0c-2.23363 0.0022-4.0438 1.81237-4.046 4.046 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.0022-2.23363-1.81237-4.0438-4.046-4.046z m-3.48 4.046c0-0.401 0.071-0.785 0.197-1.144 0.233 1.697 1.722 1.84 1.787 2.111 0.071 0.305 0 0.395 0.026 0.918 0.026 0.524 0.749 0.531 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.784-0.17332-3.1456-1.6716-3.148-3.464l0.001 0z m4.426 3.348c0.256-0.803 1.026-1.075 1.104-1.54 0.063-0.372-0.426-0.562-0.866-0.616-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.304-0.947-0.25-0.439 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.728-0.266-0.276 0.02-0.524 0.162-0.557 0.226-0.054 0.627 0.34 0.862 0.292 0.71-0.146-0.14-1.532 0.924-1.881 0.19584-0.06631 0.35734-0.20767 0.449-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.122 0.348 0.207 0.748 0.136 0.96-0.142 0.439-0.5 0.754-0.11 1.473 0.407 0.75 0.658 0.853 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.1399 1.42809-1.13965 2.62502-2.52 3.017l0 0z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.091999530792236,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jZoEr",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VatoH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm5fZ",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "xueQz",
+ "name": "899K",
+ "fill": "#a7b1bbff",
+ "content": "899K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "daffe",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SCqL7",
+ "name": "22 hours ago",
+ "fill": "#a7b1bbff",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q8ybd",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 232,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "85Eju",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 4,
+ "id": "s39Bi",
+ "x": 531,
+ "y": 162,
+ "name": "image 38",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/card menu.png",
+ "mode": "stretch"
+ },
+ "width": 79,
+ "height": 70,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5Dbu2",
+ "x": 791,
+ "y": 152.529296875,
+ "name": "课程卡片",
+ "clip": true,
+ "width": 232,
+ "height": 214,
+ "fill": "#ffffffff",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nQpyk",
+ "x": 0,
+ "y": 0,
+ "name": "课程系列背景",
+ "clip": true,
+ "width": 232,
+ "height": 214,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "o11aG",
+ "x": -6,
+ "y": -3,
+ "name": "Gemini_Generated_Image_9h7sxd9h7sxd9h7s 2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/builder使用.png",
+ "mode": "fit"
+ },
+ "width": 238,
+ "height": 224,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "UhbE8",
+ "x": 0,
+ "y": 174,
+ "name": "黑色底",
+ "fill": "#d19a60ff",
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f7fn6",
+ "x": 0,
+ "y": 174,
+ "name": "单一知识点/课程名",
+ "clip": true,
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "KjHwO",
+ "x": 0.00002002716064453125,
+ "y": -0.000014781951904296875,
+ "name": "黑色底",
+ "opacity": 0.20000000298023224,
+ "fill": "#24292fff",
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Ggr89",
+ "x": 0,
+ "y": 0,
+ "name": "课程名",
+ "clip": true,
+ "width": 232,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 8,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OkfYi",
+ "name": "Heading",
+ "fill": "#ffffffff",
+ "textGrowth": "fixed-width",
+ "width": 196,
+ "content": "XBuilder 使用",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "X0Znf",
+ "x": 1355.16796875,
+ "y": 161,
+ "name": "image 6",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-view.png",
+ "mode": "fill"
+ },
+ "width": 269,
+ "height": 241,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 17,
+ "id": "VqfWK",
+ "x": 1757.2998046875,
+ "y": 161,
+ "name": "image 7",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-storyboard.png",
+ "mode": "fill"
+ },
+ "width": 348,
+ "height": 340,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "XfvH4",
+ "x": 2247.8505859375,
+ "y": 161,
+ "name": "image 8",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-canvas.png",
+ "mode": "stretch"
+ },
+ "width": 346.2607421875,
+ "height": 274.03759765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "oNnZ8",
+ "x": 1355.16796875,
+ "y": 810,
+ "name": "image 9",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-list.png",
+ "mode": "stretch"
+ },
+ "width": 269,
+ "height": 204.87620544433594,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "Phh2I",
+ "x": 1757.2998046875,
+ "y": 810,
+ "name": "image 10",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-projectlist.png",
+ "mode": "fill"
+ },
+ "width": 348,
+ "height": 397.22369384765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "7pAZu",
+ "x": 2247.8505859375,
+ "y": 810,
+ "name": "image 11",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-canvaslist.png",
+ "mode": "stretch"
+ },
+ "width": 346.260009765625,
+ "height": 322.4152526855469,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "9FEAE",
+ "x": 2248,
+ "y": 1484,
+ "name": "image 12",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/canvas-view.png",
+ "mode": "stretch"
+ },
+ "width": 306.587890625,
+ "height": 326.1611328125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 21,
+ "id": "GKuWD",
+ "x": 65,
+ "y": 4755,
+ "name": "image 13",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/intro.png",
+ "mode": "fill"
+ },
+ "width": 638,
+ "height": 895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000040",
+ "blur": 3.5
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "5ZHT0",
+ "x": 2861,
+ "y": 189,
+ "name": "image 15",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/assets-1.png",
+ "mode": "stretch"
+ },
+ "width": 346.260009765625,
+ "height": 332.2530212402344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "vRvva",
+ "x": 4527,
+ "y": 176.03125,
+ "name": "image 29",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-private.png",
+ "mode": "stretch"
+ },
+ "width": 972,
+ "height": 242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "97Sm3",
+ "x": 4527,
+ "y": 1187.626953125,
+ "name": "image 31",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-team.png",
+ "mode": "fill"
+ },
+ "width": 659,
+ "height": 245,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "Hqwzw",
+ "x": 4527,
+ "y": 527.65625,
+ "name": "image 30",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-community.png",
+ "mode": "fill"
+ },
+ "width": 671.8973388671875,
+ "height": 556.8974609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ARZCl",
+ "x": 324,
+ "y": 4279,
+ "name": "icon",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#9747ffff"
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l5xxF",
+ "name": "Property 1=canvas",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WAg6W",
+ "name": "Property 1=linx",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "oMUpi",
+ "name": "Property 1=spx",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YhMHZ",
+ "x": 324,
+ "y": 4334,
+ "name": "Tag",
+ "clip": true,
+ "width": 120,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#9747ffff"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPH7k",
+ "name": "Property 1=StoryBoard",
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CKEOs",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XomWl",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AooJc",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KExru",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2jw4n",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xQ9OL",
+ "name": "Property 1=Canvas",
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T0mHy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qledf",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aubcc",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e6tkN",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UgTWf",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "gE0BR",
+ "x": 2861,
+ "y": 808,
+ "name": "image 39",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-1.png",
+ "mode": "stretch"
+ },
+ "width": 356,
+ "height": 339,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "jbyUR",
+ "x": 3263,
+ "y": 808,
+ "name": "image 40",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-2.png",
+ "mode": "stretch"
+ },
+ "width": 360,
+ "height": 344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "gh7B7",
+ "x": 3709,
+ "y": 808,
+ "name": "image 41",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-3.png",
+ "mode": "stretch"
+ },
+ "width": 357,
+ "height": 343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "QcZWf",
+ "x": 2861,
+ "y": 1186,
+ "name": "image 42",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-4.png",
+ "mode": "fill"
+ },
+ "width": 367,
+ "height": 347,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "z3lp7",
+ "x": 3282,
+ "y": 189,
+ "name": "image 43",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/assets-2.png",
+ "mode": "stretch"
+ },
+ "width": 370,
+ "height": 348,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "wGVvv",
+ "x": 3121,
+ "y": 472.96875,
+ "name": "image 21",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/asset-menu.png",
+ "mode": "stretch"
+ },
+ "width": 161.4130859375,
+ "height": 129.8017578125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "SX6eR",
+ "x": 3715,
+ "y": 189,
+ "name": "image 44",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/asset-3.png",
+ "mode": "fill"
+ },
+ "width": 375,
+ "height": 343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "text",
+ "id": "mE7DF",
+ "x": 78,
+ "y": 2229,
+ "name": "Xbuilder 创作平台卡片样式梳理",
+ "fill": "#000000ff",
+ "content": "Xbuilder 创作平台卡片样式梳理",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WpabF",
+ "x": 78,
+ "y": 2327,
+ "name": "我的项目",
+ "fill": "#000000ff",
+ "content": "我的项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CfHsE",
+ "x": 475,
+ "y": 2327,
+ "name": "社区项目",
+ "fill": "#000000ff",
+ "content": "社区项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "DTSAh",
+ "x": 877,
+ "y": 2327,
+ "name": "用户教程",
+ "fill": "#000000ff",
+ "content": "用户教程",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uMsbR",
+ "x": 1356,
+ "y": 2327,
+ "name": "用户资产",
+ "fill": "#000000ff",
+ "content": "用户资产",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WYNuF",
+ "x": 70,
+ "y": 2428.46875,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4yEIB",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0KN03",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5z8E",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jyt5x",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OJMPi",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7t7xy",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "azpRM",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ymYiv",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oCCEq",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MeYoG",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EGYca",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZpREx",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nATrC",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NXzsC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "svD7e",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iCs4I",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7IRlD",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KkkOj",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iA1IG",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sFAVP",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQAtl",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": [
+ "#f5f6f7ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-1.png",
+ "mode": "stretch"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QkYbO",
+ "x": 470,
+ "y": 2428,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O36wH",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qafsg",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PhCTZ",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4LlxQ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RxBep",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Io2gm",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BjfyQ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jnuGp",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sjctH",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vURaZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6A8sJ",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dAVz9",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BwADG",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wcqi8",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ce3YC",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6sLgk",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": [
+ "#f5f6f7ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-1.png",
+ "mode": "stretch"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "ZcUTZ",
+ "x": 208,
+ "y": 136,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KCNmt",
+ "x": 869,
+ "y": 2428.46875,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XhAnG",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "km1Rm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7OvgT",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1C6FT",
+ "name": "Container",
+ "width": 184,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CFP9e",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MJ4Jp",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Coding-Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "9bcui",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8aJUO",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CkMBy",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "QadH5",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZTvff",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "f9Fre",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i0po7",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UXQ27",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vEdtA",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KrGuY",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fRkdz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3wbCP",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "klc08",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KxK9x",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lbqUH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Fji9",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-4.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NjPTK",
+ "x": 208,
+ "y": 135.53125,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LUa8e",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mxchi",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0bc0cfff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u6XD6",
+ "x": 65,
+ "y": 2709.46875,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XMoFT",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "krqp5",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KHfAg",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kg2Zz",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4wZDI",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OkdTD",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "arbnn",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NmV7E",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oXu8p",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "KkyIm",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "smwZi",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "iNVIt",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YpJBc",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4DgCh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f3jTT",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s8e7V",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "78JRW",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fG5I4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VtFeJ",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jcwaX",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKuAe",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "18FZO",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RkUpK",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aPu8P",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "h3Rsd",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NQvPn",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQCnV",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pt1mc",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Bh2S",
+ "x": 467,
+ "y": 2706,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t3zmN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qrLWg",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9VDON",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iqbth",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yBUVI",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Iscsi",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Mingchao yiwenlu",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "2V9Lc",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTPJl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YgJNr",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "IrIBF",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VzoFE",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VkPi1",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kHvD8",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6qzMa",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "System",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NNH4Z",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PjqIe",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hYWPr",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M5.83392 0.89164c1.37025-1.22998 3.48775-1.18914 4.8076 0.13349 1.31991 1.32263 1.36523 3.42979 0.13766 4.80412l-4.94591 4.95367-4.9458-4.95367c-1.22753-1.37433-1.18164-3.48483 0.13766-4.80412 1.32079-1.32079 3.43457-1.36529 4.80879-0.13349z m3.98183 0.95759c-0.87447-0.87626-2.28632-0.9118-3.2025-0.08939l-0.77881 0.69905-0.77922-0.6985c-0.91882-0.82357-2.32811-0.78734-3.20514 0.08969-0.86901 0.86901-0.91264 2.26084-0.11179 3.18012l4.09498 4.10148 4.09512-4.10148c0.80115-0.91962 0.75769-2.3088-0.11264-3.18097z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RMauv",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tG8ey",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HilyU",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P4QX8",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FUPcI",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "vGxbL",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pZzL3",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ebFIZ",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#f6812eff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BJtB",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vw54m",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BwFA5",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9ksGZ",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VQ2HQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4grHa",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aL5iQ",
+ "x": 869,
+ "y": 2709.46875,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F7yAB",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qFEJu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yy73b",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKndO",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y7gmb",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lyu58",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PJVHk",
+ "name": "Frame 1000003085",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gQuIh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uMUsS",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S4LyL",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yb42D",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7eZEi",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SO9D1",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "imWMF",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vli4N",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CyUxj",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "txZw4",
+ "x": 208,
+ "y": 135.53125,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AqSlo",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zw4JR",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#f6812eff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TFkFN",
+ "x": 65,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VGGXV",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0dOv8",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jibrF",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "shgGk",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wBBny",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TmTmF",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "oevDM",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9Rm5l",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gfTRj",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4eVN1",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZHTFU",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "5s9Rc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F3S5Y",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x1TBs",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NEYbm",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iScLY",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jYGKN",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yZeDp",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SR9aV",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6v4Z",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vGUke",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XcLTD",
+ "x": 467,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SfuNk",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9TAlR",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A0oGI",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9w0BU",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Arn4g",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "o2z4F",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kXwZR",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IBFV9",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ni7vl",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dKkI6",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5Q7d2",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lk3nk",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yNgxx",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SeQNY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yjBtb",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c23DB",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LXTMo",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "q6OgB",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0076ffff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BVBsQ",
+ "x": 869,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XJH0n",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ene5a",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zmhAk",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YaiBj",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M1t5d",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GEli9",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lnKUA",
+ "name": "Frame 1000003085",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ly9Uu",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FwsQ7",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VKrSj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XLgwr",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UEhTO",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SlrZA",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9j53Y",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CW9ov",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mhrLX",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6uhHC",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "DDNnZ",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eQNEy",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0076ffff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bw1ya",
+ "x": 1335,
+ "y": 2428,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oSrVd",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZNMq2",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "phhyA",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SSkEd",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bo1zZ",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ROFgD",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "YzcoG",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BOCap",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dhzz9",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "njErb",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NlyRM",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "z0w3g",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DunpJ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "W9Fkn",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "SCENE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Gb9ET",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0sO1k",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "n5Jkb",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bm9IO",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7qFEW",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wwaGe",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NdbmD",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MhFsG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "FPUJq",
+ "x": 183,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GRuJO",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P0Lez",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "scene",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eASpk",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4mubu",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8gBwW",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDekb",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "anl2M",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LH55d",
+ "x": 1335,
+ "y": 2709,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RcZyC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7VLhk",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yc8iw",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hJ8jP",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hyw3D",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HY8Ox",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "jgob6",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9PEz",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UsoBZ",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vrPYq",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "K5CTF",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "2kr4G",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NSdB6",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HzCKI",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "IMAGE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FNbxh",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bMUy3",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ayAJw",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7ZXVd",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K1MsS",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xkCIR",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCUDH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "88J15",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-6.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "7xIHT",
+ "x": 195,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ScLXr",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xVjnU",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "role",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iEQQT",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0z6Qu",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7BVbW",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RJuqk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "shugE",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "twLZp",
+ "x": 1335,
+ "y": 2999,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YNg0S",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ely3r",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I5G9l",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xAJFW",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Od2Y",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0Q2vJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "gz23J",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gzMU3",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XHb0s",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4lVwT",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VmTYc",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q4Ge5",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8oVLE",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9TWWv",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "IMAGE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7czmF",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VMVXR",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zELFI",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Mh9Zp",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SNmqB",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RK1xT",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lAOZ2",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hljRB",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-6.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "usfsS",
+ "x": 190,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycSAi",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CqDba",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "prop",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jPrbX",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oZmtQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XD4hY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vHk7y",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Jg823",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xFWqE",
+ "x": 1643,
+ "y": 2428,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b3oiC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yc5yu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r46Gm",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JV1ZZ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wTYNi",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qQFW0",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "gPMgz",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rJWi6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rmWcf",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "nQLKr",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iY2iV",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "l5yNW",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "znpWz",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MxmJ3",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qcQ8n",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VyIGz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CLMHV",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i3xdY",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5yVjp",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "53FSP",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J5Cor",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PDxX2",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "D64HP",
+ "x": 185,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWNmo",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qBbUW",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "audio",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SK7XV",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nfPbH",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JxLzY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iYBWS",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fNwNX",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "o1ORq",
+ "x": 1643,
+ "y": 2702,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XvKx4",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PUbQ0",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qa4HH",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2Vg6",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dI7aP",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m3Rhy",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "chI7p",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2v64b",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jgx7K",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kPaAP",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LC4YV",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZvKFx",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QQcZD",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Dp02F",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MH6BO",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZRDQE",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ciWVj",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sbA77",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2qola",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HpQnI",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gLEmp",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "okD0P",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "0MsQM",
+ "x": 182,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xpolo",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JHkb4",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "image",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3CvNA",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QWmvz",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XEFNZ",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LUy0A",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "uwpCy",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8HUBF",
+ "x": 1643,
+ "y": 2976,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GPWXm",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lEwa4",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wpaPv",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z63bL",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nqM1",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mcvCZ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "Z6MGQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SEDDf",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YqvQE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NUUMf",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NlWYb",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "5lODe",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LvfxW",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oljrZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xEN83",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sAYXk",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AC84B",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SPQI4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GQcdK",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EnYxF",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x1t1r",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAFyv",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "aowbj",
+ "x": 185,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnd5T",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "r30mZ",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "video",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m21P4",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cxLak",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rMrSD",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSRvg",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "dcZZX",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VQ012",
+ "x": 1643,
+ "y": 3250,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MAD38",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "scK93",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o98xA",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XwlW1",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VIhuH",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S6lFZ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "KSy8X",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UFrzb",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2H7Bs",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cIkai",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lo08N",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "k9YLc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6zz1N",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xKi74",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sm0ve",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kLTO4",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7GvBm",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UmMLu",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "usJrg",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eaCl4",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QNT6D",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kQ9WM",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gYLZ7",
+ "x": 195,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwwov",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AaUqC",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "text",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kGjAg",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qAmXX",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8by0r",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hizh8",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "SLZrI",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "CMvk9",
+ "x": 78,
+ "y": 2187,
+ "name": "image 45",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 282,
+ "height": 17,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": "#111827"
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--secondary": {
+ "type": "color",
+ "value": "#f4f4f5"
+ },
+ "--card": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--secondary-foreground": {
+ "type": "color",
+ "value": "#171717"
+ },
+ "--border": {
+ "type": "color",
+ "value": "#d9dde3"
+ },
+ "--foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#737373"
+ }
+ ]
+ },
+ "--accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--ui-color-nav-chip-bg": {
+ "type": "color",
+ "value": "#ffffff14"
+ },
+ "--ui-color-nav-chip-border": {
+ "type": "color",
+ "value": "#ffffff2e"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "--sidebar": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--sidebar-border": {
+ "type": "color",
+ "value": "#e4e4e7"
+ },
+ "--sidebar-foreground": {
+ "type": "color",
+ "value": "#09090b"
+ },
+ "--sidebar-accent": {
+ "type": "color",
+ "value": "#f4f4f4"
+ },
+ "--sidebar-accent-foreground": {
+ "type": "color",
+ "value": "#18181b"
+ },
+ "--muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--input": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e5e5"
+ }
+ ]
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": "#3FCDD9"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.pen b/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.pen
new file mode 100644
index 0000000000..39cec8e03e
--- /dev/null
+++ b/ui/features/spx/builder-style-generalization-solution_2026.02.28/main-change plan.pen
@@ -0,0 +1,43393 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghivN",
+ "x": -720,
+ "y": -70,
+ "name": "精灵编辑器改版",
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cTqAn",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 10
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "66ltZ",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8SvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DEzxX",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JxmT9",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$--primary",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "PpLlK",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "$--primary",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jOTJA",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff24",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "VK0mX",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wgal4",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z0BgA",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uCyvn",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$--primary",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jKU2y",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3CJu8",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$--primary",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1capZ",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "obUBX",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zdq1M",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$--primary",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0YmoK",
+ "name": "nav-button-undo",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "46vYY",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kkgKQ",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Grp4A",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JYJQl",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nCGzM",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YBrWs",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCvhc",
+ "name": "text0001",
+ "fill": "#ffffff14",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BFMDD",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DlP5K",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YBXkI",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$--primary",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SyCx6",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgHwS",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSarG",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vTqZA",
+ "name": "button-group",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUUt1",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocu1C",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7dkCH",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise500",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kAa0u",
+ "name": "button-02",
+ "fill": "$turquoise500",
+ "cornerRadius": [
+ 0,
+ 6,
+ 6,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QRtR4",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0RTSz",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r60xm",
+ "name": "nav-button-user",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hxBbL",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "V5oqt",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#eaf5ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oz831",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xQ1Es",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dOmFa",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a224K",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "fill": "$--secondary",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "4To9U",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qUwsN",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GE5HK",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U60J4",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FOR2K",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ksYTw",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XWH2x",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O6UJI",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JY7KV",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PkWSv",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "14TAL",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ttERu",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7y4NS",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "74690",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6OXy",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#eaf5ff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#99cdfd"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr3Kt",
+ "name": "Left",
+ "fill": "#0064fa",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kmNrs",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pL0uo",
+ "name": "Right",
+ "fill": "#24292f",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zbken",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mZs3M",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "#1c1f23",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "19wEA",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ynuKq",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E2e1k",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$turquoise200",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EhSBc",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUBqf",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WorKS",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "u1onx",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#ffffff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gaJfc",
+ "name": "Event",
+ "fill": "$turquoise500",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKUjP",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "00UNG",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qL4q",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "92FLK",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "$turquoise500",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TcgoH",
+ "name": "Look",
+ "fill": "$turquoise500",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9vMnZ",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0KPEl",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IsGXW",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ispzD",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bak8K",
+ "name": "Motion",
+ "fill": "$turquoise500",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wkEzU",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "98zLT",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K6DwO",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dl20o",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "$turquoise500",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oNI6b",
+ "name": "Control",
+ "fill": "$turquoise500",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3TNVK",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBeTZ",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "79Jjx",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zwICw",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wi7bL",
+ "name": "Sensing",
+ "fill": "$turquoise500",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BraVV",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WYkPm",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TgZsn",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZVu85",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "arWNR",
+ "name": "Sound",
+ "fill": "$turquoise500",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mXe9",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TiWuE",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWeeG",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGSdF",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MtEWR",
+ "name": "Game",
+ "fill": "$turquoise500",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jsL5M",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RFnw8",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "SrFTR",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "0N1lz",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "CXp8T",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "12E3U",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hCXSd",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ej9t3",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WC3Rc",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rqyLT",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AFie7",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ip3WY",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MQfy1",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gwOx2",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jta6b",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "KcFmW",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0064fa",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "0rYFz",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P4LJL",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qQwIE",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A619z",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyC5m",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "6JiVM",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "exrZN",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zTA5f",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m0U2J",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Du6Nb",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bEIAk",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "W69Sv",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xmKds",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iQaVY",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kHbn3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zmRvn",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SgVAr",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tCWsQ",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pGlRZ",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aLt99",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bp0GR",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7fZX",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yVo1Y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sA6cs",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ra8hE",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KUaPw",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ylJ93",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xv4ID",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xcTbS",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9aBKl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "La85T",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOn68",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chC1a",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dMZDW",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oUgd0",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ooHzw",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "geL10",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4zQLY",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SN3Uw",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "opBIP",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZpZzj",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QpBWU",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OLaFE",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLbBH",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yqqgG",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GwZw8",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JTdJs",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VbEnq",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nRnVx",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Y1z4V",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m6FfC",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hT84n",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VWLkD",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DhNwh",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "csSxa",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9AX46",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KAc1F",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HQo1N",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5ueP",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2ATOn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7OZ4",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1fk0",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UAxxT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6KzSk",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9i5Ym",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HZMje",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v1EI0",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOPWg",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NxGdE",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jqoQS",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "civMb",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HCesH",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "5TFyB",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "lbiCU",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wbk3v",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bnagH",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5hWg",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IemVa",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "asFxl",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bkwm5",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mpnG7",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zN1de",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5zhUE",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k008T",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Vn52X",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fb8hO",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UeZJv",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hsca2",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IQr6o",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XwQFY",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RZmUM",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KyWIx",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PuJgo",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "1VpGx",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dSyKo",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LwXrO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GY8kl",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ffqdu",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUb1g",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yZ8Yf",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z1eBK",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z1rwn",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SNQD1",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2IWbL",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "okt0K",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1jVlm",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FRKga",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pSBcs",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rQ6qJ",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z5EZP",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1use0",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "THhTO",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YKjuD",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1fv9h",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAveN",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tKXOB",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XG2Le",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BRUVu",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FZ37c",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rjJ1m",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YAsZh",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8do1",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pOde4",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f59UQ",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbKVC",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KUSlY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qAHjI",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Fj7Pj",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Az0hT",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "goHe1",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ogy7X",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Www4t",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EKbCF",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kkqeu",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A1y12",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XjLgl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "bBBpK",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oHDMs",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZUDPP",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HWHLI",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3QxDt",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3u8j",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6fV55",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HgxyS",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycu6y",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3gD9",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qgjd4",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LXpml",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4EGd9",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IOhgb",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sAb9j",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MWqen",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tec5k",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PhaJ0",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6FtAk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iD5ZV",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4olXm",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uRsF1",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IfU8J",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dol5k",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AMxcl",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "maRnY",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IsPP7",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4kYqc",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vw4Nn",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GE5hW",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "s9U00",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SBmjH",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atjOx",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UmZLk",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hus5M",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NRO4W",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5zd3D",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PHP49",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YVsz8",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pBW8p",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WeUso",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "djLya",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pprD5",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ekxuq",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "U6ORz",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qb0yz",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7zOlE",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzU4Z",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mtk9I",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EbPdG",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "gD4mY",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z77ln",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iKevp",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7hmeh",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OUJc0",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sfREp",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "axSKM",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DtwHQ",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CHjZ0",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KQDoH",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AHvWG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rxuRV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gf8Ou",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WpBGv",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9yx87",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bdt0O",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PJb3X",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "230Bb",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XG8iL",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BCphY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "eEhYM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZGgHj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m2iy3",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KP5XR",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jP1ek",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gvg4s",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hOY1y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xj5ev",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TvbvX",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "L5Tdk",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KPUh6",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jv3RO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y9GqA",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EIGAP",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RrWWI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "VDTwn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ByF13",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8XXM9",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7d8JH",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FGs4v",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xnvfv",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xVjNx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ldfl0",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Szuyr",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qFMFu",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnNS7",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e3nxS",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bnknw",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PHoYx",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SV3SY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ddyFM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9iNKT",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8Wb54",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BIC0O",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YXgRR",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v2CU9",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJQm0",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I6zGc",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QoOZi",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0ClQU",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qGMv",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a5tTh",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k36Dz",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hhu0Y",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTxEm",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qxnua",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L4aPn",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIf9J",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GdQPT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s5kFq",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kI36W",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nLQoD",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yGLew",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4QBCL",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RrXKQ",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZepBl",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BHRvQ",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w1MxS",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tNsrz",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "iFDKF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "4gwWr",
+ "fill": "#6b7075",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wqhzH",
+ "fill": "#0064fa",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tStxB",
+ "fill": "#0064fa",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Lg0AI",
+ "fill": "#6b7075",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wH56L",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Mc5oD",
+ "fill": "#1c1f23",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ZS0rl",
+ "fill": "#1c1f23",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "v3Jo2",
+ "fill": "#1c1f23",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wpwWy",
+ "fill": "#6b7075",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YZ9Dd",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WP8dG",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErM6U",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yLfpy",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OqyiQ",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "DCzpM",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QUt0u",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "9HymR",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "aybK2",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "zXjUO",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "J63Pl",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "WGaOv",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "lVoHs",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SUIiJ",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "L628a",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YuUme",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "duaew",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pa0EO",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d6ju",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bfERk",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "URyWL",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "a9vNk",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U3QJ9",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "dvQDJ",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "L6JlJ",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RVnJR",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "53DhQ",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dUKmN",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "If6Q2",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZkD43",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "QAJJ5",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "9WW4L",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N8x4M",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rMZa6",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xJ7T",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NCTtR",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "hw0BF",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OoJmH",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qMe9p",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mL2C8",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MHXIC",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ShLVF",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwRQX",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g8o5v",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lArxW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GAQ7E",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9gkR2",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gHVjw",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMqwG",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m95uu",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXheM",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "S2HE1",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3JnlT",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 6,
+ 6,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HfbDm",
+ "name": "Preview",
+ "fill": "$--primary",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RPc25",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CZNVC",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FsPnI",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XO9EX",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xrTlH",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5t1Hi",
+ "name": "Button Text",
+ "fill": "#ffffff",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bdphW",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xJWp",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xMg2z",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$--secondary-foreground",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HbPOD",
+ "name": "Button Text",
+ "fill": "$--secondary-foreground",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6IQ35",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 6,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000012",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "z2nqX",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56FZr",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "CeOPg",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "HsCd8",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "h4l8O",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nGNbo",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0fca5",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lJJy6",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vqXe0",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "600jq",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8gI6q",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u1dO0",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8JtBN",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1GzLl",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "iTZVS",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NYZbc",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KTqME",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6zTuo",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KqLG0",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N0gxt",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mCxSH",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MWPV",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LOj3r",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wQlS9",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VNsSh",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HS7N",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GSUXI",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OxYPA",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FS0TH",
+ "name": "sprite-panel-header11",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8pcd2",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KhSCY",
+ "name": "sprite-add-button000",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey200"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hTgJN",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "diMyT",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "khSs1",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RIj0k",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Emq33",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hvg9h",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "psbxD",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VkjOM",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1mJLk",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K2w2M",
+ "x": 68,
+ "y": -4,
+ "name": "more222",
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bt62H",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lWogT",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EsOSA",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8SWLY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8pVp",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "Kbudh",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KwATD",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KoXX9",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZrVpg",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z11X7",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXTI0",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "rGEbI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IHqdU",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ic3KR",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "13sRm",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HavNA",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fxy0l",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J0p0o",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gIP1j",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SZUYG",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--muted-foreground",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7q7Tq",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 3,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eReAn",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAXQf",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yFWWc",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "StvGf",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IoD3G",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TvWyG",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IRqqj",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8IP8P",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qM6va",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vZeiT",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OY4tK",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "indEO",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "55v68",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eHzKo",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XWLw",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mApQf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YYpGD",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lMPJe",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PBOMo",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Z0MzN",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "isnZi",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ViYDg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r2vpq",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LnWIb",
+ "name": "input-03",
+ "clip": true,
+ "width": 104,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c7HQU",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G2eS6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8xaB",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nqVBg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6ypk4",
+ "children": [
+ {
+ "type": "text",
+ "id": "IInvj",
+ "x": 65,
+ "y": 0,
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FKzLo",
+ "x": 0,
+ "y": 0,
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4WQO2",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IO1eY",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MMFt8",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gL80p",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHxY2",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iYuQZ",
+ "name": "sprite-inspector-row-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JEqMk",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DLFOS",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qiwv3",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X5bxY",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9WSi",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "91jsW",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5ZdS4",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xRCbg",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HtvCo",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8vLIw",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$--primary",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i9vMi",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZuWr4",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ikR3b",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$--primary",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XojCv",
+ "name": "input",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "k3zYN",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8NIdM",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OFudI",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KSyBI",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "j2fIb",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Jb9lS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8OYGx",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9PYZs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4ez05",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wYMPj",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "8os0a",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QRfCb",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w8kvf",
+ "name": "sprite-inspector-tab",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "padding": [
+ 2,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f14CB",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WgBR0",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ij4Oi",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "T9tRb",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xmcVb",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oySbl",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uRNDf",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$--primary",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sAm5f",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8VhEA",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a3VNM",
+ "name": "Sounds",
+ "fill": "$--primary",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rfVEL",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "fill": {
+ "type": "color",
+ "color": "#e9f7fd",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "54gAB",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aobUu",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QStdr",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zeLbC",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XEID3",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BRzRk",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UBejO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R1ezu",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ur82L",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZoDy7",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S2J0W",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y8ILm",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dJBKo",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uSJHU",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EDENK",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d14bc",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$turquoise400",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JYpA6",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Co2x3",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R28jR",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XiNzY",
+ "name": "Stage",
+ "rotation": 0.05232924603011021,
+ "fill": "$--primary",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rOy53",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U9FkV",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3V6cy",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": [
+ "#ffffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/项目运行.png",
+ "mode": "stretch"
+ }
+ ],
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HuecX",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "LaLQt",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPHBr",
+ "x": 931,
+ "y": -1677,
+ "name": "泛化社区",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g6PnT",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000003063",
+ "clip": true,
+ "width": 240,
+ "height": 900,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6xyQ",
+ "x": 12,
+ "y": 846.156494140625,
+ "name": "Frame 1000004734",
+ "width": 216,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z6zNM",
+ "name": "image",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "UWMi1",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ {
+ "type": "color",
+ "color": "#e1d4d4ff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S95Qi",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SYHhV",
+ "name": "Username",
+ "fill": "#24292fff",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5Czqp",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MAMBB",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ota7m",
+ "x": 0,
+ "y": -0.24853515625,
+ "name": "1",
+ "width": 239,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": [
+ 18,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HnzNc",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xea1y",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Vw3X",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#24292fff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6yxGN",
+ "x": 240,
+ "y": 135,
+ "name": "Frame 1000004883",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErVzr",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3wJxR",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wcE9P",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hThTC",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FJME",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hBchz",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KMdI8",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2qRtU",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Bt89",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5aII",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SCxQ0",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gr2Gu",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z0eFr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCkWk",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NY4NR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "xjyeQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SPfPl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAuIl",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "CaL0I",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gH5mH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "b17LX",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mn7oh",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hxpuF",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "K7uSH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KtFig",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7AqLc",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zXtlj",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mjodh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CdSh0",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N8unJ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNlb7",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "MF9uX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "36ea5",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ENsle",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDeeH",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vAvlA",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ywloq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hc0Z9",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jV85v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mx98w",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhX0h",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3WxDy",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p7N6N",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Czq03",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n7Mx2",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "feTCP",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "kQz5N",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWlH6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XvZ7g",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rtvKa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NSLfs",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "4pZ07",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XcCJv",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTHL9",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mSEpd",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0j0x5",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WlgXq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fuzd1",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fdGYS",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DC2Ic",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wHvT",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1DhpG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fLZRU",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2U6Qj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "19vzZ",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PogU1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CoW7e",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DnKjy",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c30LT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Y1UJh",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cmOZ9",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zn6Jq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WAZEr",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l52SP",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fQrXf",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "arBGZ",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4NAFH",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "ynpyr",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdgzB",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BUdTR",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DtbP8",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gFBLb",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "JZzBk",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oEAoH",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUeFX",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BxdCj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "poy9l",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qEeM7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0M4BM",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sYlj0",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Azl9w",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L7jmO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7h5Si",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gNczW",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2cwmV",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zgQCK",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eWYWD",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gTFm",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ipdgY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZqlQT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7wLkf",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoYTg",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XNQoH",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oA2Mv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JJ2ea",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ptIyP",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lB9bq",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3gw3P",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "oiCbP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DImQo",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "A9dEP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "I3RrW",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pqE7K",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "IKdei",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GL48V",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8irFV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bVgHC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C5Dbz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X18bB",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cw06P",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e49Io",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wdKj8",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lxc9o",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYFmq",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "IV9QX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qeg6V",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Skchs",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lvvzh",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WiK2q",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UwTxS",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngMIk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ml9Rr",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nnZxK",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ghjvi",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnpYF",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "izYEO",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "T067N",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wmuVK",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W4vw1",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nqJ06",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKsDT",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MWzww",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pvR1d",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Z5Vr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DyJXv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HVVOr",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FyPe",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FLFaH",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hUQZE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GV46M",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DYRZh",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "olF0E",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Zm0X",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lX8Dv",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EnuEz",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sKo0G",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "e7TJn",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "d0gcK",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1f81",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rzqA4",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vgTyI",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lYURn",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "i29UB",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wgo1S",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PNwnU",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1VKQv",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZN3qF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sx3BV",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pRD5N",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fK616",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zkGcT",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QA0wC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fu8Dj",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QqXU1",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pcme0",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kySSE",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tMdBR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "j24rZ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2H46t",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0hEju",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lqxyk",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7FcFo",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VXV22",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLE6h",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6L1cV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "i8SZZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3kKA",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k8C3s",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cCQK4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E0Hm1",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jvZwA",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a79gS",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iNL9Y",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dS5RB",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5rwy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1R4PB",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lWOQf",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p2fFb",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5yTCc",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eduQb",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "N1Ehs",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RvGKI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wUUo7",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uc1dq",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ULWDL",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BPKKU",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q2Zpw",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d5CR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "tf2DQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "17Aes",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OrehV",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Aj8tf",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vEEEd",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TfdNP",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08tz8",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lIGJM",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NpN32",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zr22O",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YlUgQ",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7YmtI",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hknQY",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7o5Gc",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iemGc",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ec1z3",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "p5lU7",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AG8wU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4USZ1",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wGLa",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G46oF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tkUzA",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mjnMw",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "2b740",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rsgue",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "71TBM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NNFge",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fFpxO",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CKqJQ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TLhwx",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aScDj",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3p0mP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pDbkq",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XdT9R",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NZ0lc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "34M18",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VjFtz",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8GsTK",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fVTqk",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZWO0C",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cd89z",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lasOI",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6yJze",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vR3Lz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZqLQD",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oLSA4",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J2NOR",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qtgu9",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CBgZu",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mJbTB",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tCqe1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIuDx",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jTPSw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sMnE4",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "acir4",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l45yS",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JAcxS",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mo7R3",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jk9IE",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "rEACV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Yyqmu",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2KdM",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XnD0v",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zjfdg",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bFydN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQIhv",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "rEQUz",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "H4qiD",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "acSpy",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HB1vs",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "usZbY",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kuvtc",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RzV4c",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kcfau",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4IQ5j",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CrqN7",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VUjsl",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n3GP7",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5WrAs",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "C4j1v",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Rop2v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "d4jD8",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2qeF2",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7nVGO",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f0LdC",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "lltkJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "mPQPU",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gAEDb",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4r32H",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "Hw10H",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3fgwG",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ca775",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n8DY1",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8mZer",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "R5sCU",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "DgIpm",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rQAeb",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b5xv9",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n0fcr",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kkU9z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "xC9Gg",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79ePu",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXQwq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R0jVV",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "0lEhW",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0j9xc",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GbnlB",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UOyiZ",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "zF88e",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LxmkA",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NQlQK",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "61Ql7",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "87KAZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NayMq",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "mWIih",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pZytd",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gBTgl",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GsOIY",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "y0yJW",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "5WK6c",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DId9a",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1X0pN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "buELS",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "3jPVJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "VGl1U",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0x4N2",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vcFnv",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZXava",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c8l6u",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a1LMt",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1uWqR",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "64Pp2",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "sNpaJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "wNwpy",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "9Y6jE",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kCIkI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4b5FG",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "n4Ixl",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "Bbddh",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BAvr",
+ "x": 0,
+ "y": 64,
+ "name": "list/menu-list",
+ "width": 240,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 8,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CiUyN",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A6qH1",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1pvh",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uB1tW",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000004889",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcdWk",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a4UF1",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "#57606aff",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "T26id",
+ "name": "My projects",
+ "fill": "#57606aff",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xt3Ep",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4J0bc",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R7YSH",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#eaeff3ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JA6Uf",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YvOVX",
+ "name": "Frame 1000004948",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bafl1",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k05jk",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DHGUa",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xQDD1",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MWLSX",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DxEHS",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1rjfb",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SzLwO",
+ "name": "Community",
+ "fill": "#24292fff",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2GTdQ",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7yrUL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6jtqc",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fIGw4",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wFuBM",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "#57606aff",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qKsMx",
+ "name": "Tutorials",
+ "fill": "#57606aff",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vf6dv",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XD2Vj",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0ra6F",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g27f2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y0x7J",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FJtqJ",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "j9RwE",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DAwCk",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5tW6r",
+ "name": "Following",
+ "fill": "#ffffffff",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oh7eg",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XnhEX",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WKbmf",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ni5oM",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OIDCA",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEbl6",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "pCOtz",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t5116",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B1Ttv",
+ "name": "Followers",
+ "fill": "#ffffffff",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GB276",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YoGyF",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1aFFF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yqUJz",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1CDJg",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bXCBi",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X4L4S",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "#57606aff",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9mFC9",
+ "name": "Asset",
+ "fill": "#57606aff",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7w91h",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P9J67",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YatwD",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X53RI",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QKRq3",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kV1VW",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lcMRW",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xzFAn",
+ "name": "Docs",
+ "fill": "#57606aff",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhyK5",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PxzyQ",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ml0QO",
+ "x": 240,
+ "y": 0,
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": 1200,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qf7H2",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "elnoO",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VXzLg",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrBmU",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "#24292fff",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FeDxO",
+ "name": "Search project",
+ "fill": "#a7b1bbff",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRpYI",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Yb9yw",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q6aym",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IA2qK",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "otQzE",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCod2",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPx5W",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "V42XM",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "cxhV1",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kRB1p",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E3ry4",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AmV8Z",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "InSGW",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "#ffffffff",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jbY9H",
+ "name": "SPX",
+ "fill": "#24292fff",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RTXuO",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vjqkw",
+ "name": "Frame 1000004918",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kW2bt",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "3VFe2",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FxA4V",
+ "name": "AI canvas",
+ "fill": "#24292fff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YxfZe",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Tq7S",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UKF6T",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H39Py",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "n1eny",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "#f9f9f2ff",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pu6Lg",
+ "name": "Linx AI",
+ "fill": "#24292fff",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dC73c",
+ "x": 239,
+ "y": 63,
+ "name": "Frame 1000004878",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dGHfE",
+ "name": "筛选",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QcljH",
+ "name": "Tab/independent text",
+ "fill": "#f3fcfdff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "179qK",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KUm6N",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GDtVG",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SFk7e",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MkCUs",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tn8Fs",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZOIKu",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JtKL4",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LZGtY",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0Rsi",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aQUmC",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1rUp3",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "SIGjx",
+ "name": "Button-2",
+ "height": 32,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LoDKO",
+ "name": "All",
+ "fill": "#57606aff",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "HWn8J",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RlU3n",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "#57606aff",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ESqqi",
+ "x": -720,
+ "y": -1677,
+ "name": "精灵编辑器",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SW8hI",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OS1yW",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OmEvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rL4ex",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hoIjK",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "JDiB9",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zyYR3",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2v4o1",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPbUO",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LiqqN",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Eu56q",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D4VR2",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RIP1r",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Jsv5",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "26RKS",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hpm1T",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HdNT2",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z1LEV",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m28w2",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wwU7Y",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UmXpu",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KM5K9",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "feyPd",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocUXI",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H7gdn",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "bgyBW",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vadFc",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DQ1lU",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57FLv",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yRRQm",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PBm32",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IPsOY",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "80pi8",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j1S52",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H0COB",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fPRXE",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aH1Vj",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6O1hJ",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F4k15",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "NO5yg",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mIeD",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zh5lU",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXh3q",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2m2lc",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "YaIDX",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QR3CO",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vsAUS",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xl2ri",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujf5D",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MJIvf",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9K14i",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4osFu",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzHa2",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WjWRZ",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "90War",
+ "name": "输入文本",
+ "fill": "#6e7781",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tgl2m",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Npr4",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VRyNq",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ziyg8",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#e7f9fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qk6EC",
+ "name": "Left",
+ "fill": "#ffffff",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hPJAo",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AwcLe",
+ "name": "Right",
+ "fill": "#ffffff",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yxzAy",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P7nyC",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$grey900",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MVbOp",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "0fgbQ",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xn58W",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#fabd2cff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QVYNR",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CWbj1",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kITgw",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "gHD88",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dIAd0",
+ "name": "Event",
+ "fill": "#ffffff",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vfZZ",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LOIas",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvsiU",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eEOLI",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8S6cd",
+ "name": "Look",
+ "fill": "#fd8d60ff",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nwHEx",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wd5hL",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1kR1K",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bGFkh",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PGknO",
+ "name": "Motion",
+ "fill": "#91d644ff",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xiFPE",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9xEia",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K4jq9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "peS3v",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G1O4Q",
+ "name": "Control",
+ "fill": "#3fcdd9ff",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Js3g",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R9MGz",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mJTT5",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vUXdh",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PE2PB",
+ "name": "Sensing",
+ "fill": "#4fc2f8ff",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BEQ90",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EXPi3",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zvuOM",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zsmfI",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SFP6B",
+ "name": "Sound",
+ "fill": "#a074ff",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TQO7N",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GvCB1",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SXFW9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JmAIn",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vAgej",
+ "name": "Game",
+ "fill": "#5a7afeff",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ZZ1a",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "LxOrk",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "8nBkI",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "mCbYV",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "IpTnC",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sfGHW",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5KaUe",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "duANN",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gK2Bv",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsj9I",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EsnO8",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fDcK0",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4vrvB",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g76f4",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8Spf3",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "yIsdj",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "tf7NN",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7hexs",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t0dCP",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fce8G",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0woSt",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "U9RgP",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vGUqJ",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u44NB",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g1jwP",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IvWOV",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qU4Gi",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EJ7Uz",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NauDD",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCQFE",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y4jc3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ptZWu",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oZiVO",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aAvzw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LqhkH",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DCPVE",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nv5tJ",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6sKq",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i14Ch",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8UNLe",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wMlCo",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zwOcS",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FQcEL",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nxU8o",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9pIYQ",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n8Sia",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "zLbyF",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ApMpK",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N4JQr",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IwfXo",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fFmtF",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dF4tS",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Exyiq",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Prll3",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3prSh",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4BWhU",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tVDEm",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1Eprd",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KSYCn",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWIwy",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "c09TW",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "20c37",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aNu6I",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jr3Lx",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rn1gg",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vS5yt",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rp3A6",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jTwDm",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zRS8m",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UpbSV",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gLXgt",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vp2qn",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CvTwe",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLekY",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B6QwI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "xyLJp",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rKtbj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m89at",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FXxl2",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PN762",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GMcR2",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HIvnI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kUUJP",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2dV4M",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sesGK",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lFp2M",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zrFHO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dIDkV",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MRJAr",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "19Xu5",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XFqU8",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SOGAh",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nPOqF",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0OWmu",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FXD6y",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pKMjO",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZRTYq",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MjzBq",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "St5Sw",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sdv26",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3TgIg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XMF08",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLHb9",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IsAfG",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqwVh",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oKaS1",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h4X1C",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "CkGe6",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oqxjE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "X9Pur",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AK6w8",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H6vCO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PZas9",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jLLIH",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gKOzU",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tQ1f8",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vqwQ6",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1TLmk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O8eCp",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "suABG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wIjeW",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xc1am",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ojX0p",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iWLRZ",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fX2f4",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uzPuR",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q3ytg",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OuAa5",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OzUlU",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyHo1",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XJuPL",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6j8df",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "caliP",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YSalF",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ghGs3",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TS93x",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rWgNe",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RcwMC",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sWx6s",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NctJz",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BLvjB",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XQ9ur",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZIHzA",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IoI62",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "avOqR",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tgkRg",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lFIt0",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YGag9",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nYZAt",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VhLkA",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N5qZ0",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mM3N5",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "G2EQL",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VjcHA",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzAr7",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UIK83",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Y560v",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "70uK1",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HxwAi",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZQrSm",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jBgxV",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWa1D",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "PVoMw",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aTeqG",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGDEI",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fyqO6",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lsBmy",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kAMYm",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R7KuV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ExJNt",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cirZb",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QU9ut",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PGMBZ",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5UmpB",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rWOh9",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jYkFt",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2Zv8N",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PbyYs",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ra3Px",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PTuEC",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "yWqxF",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wxOts",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZkQgl",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T5ASj",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DuGIc",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2M2Qq",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yljRy",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1tvM5",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MeUd9",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GJ6Bw",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6U6hh",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A2z3d",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dRbi6",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lE4zy",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UymB6",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NULUy",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "R85sA",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JXkzI",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bBg9j",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I9YcW",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "C8dVW",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3b8N",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "pxFim",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zGcYw",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc9G4",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xjYfI",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zWZ7v",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cLnQq",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJyuw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DGC8W",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FgkIt",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aeJiX",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6XlJr",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1eCPI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gt1Ak",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CK11c",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s9uGm",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VsbNd",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KyaLJ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "85EIP",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LYrb5",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r5Ioe",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9x8tO",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OuvUI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PdU2R",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4PwBU",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "keLHs",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "93hji",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZZBxs",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3os0U",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rDHGy",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zQoge",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wEJ7l",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mPxC3",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKx88",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hJmVN",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I2r5L",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Bu0GX",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "il6KI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AIzes",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CVs3R",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gyih3",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D6Lo4",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LN2Wx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xMgUA",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fYhat",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vXR9y",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUbaM",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iWsRP",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YYm1I",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Ooat",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GrE7J",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EyxMj",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "18itZ",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dsuYn",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ANZzN",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uPch1",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yC5Gd",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wm1ag",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1AQJU",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RBPEh",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Weehl",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIzWh",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Hu2jI",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "18Mp1",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jY7vn",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z72rf",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "aI759",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8ELP0",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yIZt3",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZP79N",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OpBhf",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jJT6L",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E9sSg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EgLYH",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr9rf",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f0Yc9",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R12te",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LpT9S",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FiJAZ",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4QZmP",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GVDRF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "2cKHK",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "TeasA",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "nyq4I",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2JAAG",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CewLC",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fNmE7",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hX0bn",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "n5k7r",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sqUO4",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U6w7Z",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4719v",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LwE6q",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2AOUP",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rDyuS",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "xYkO5",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SbL1d",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "ZiAlL",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "8t6Zf",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "XmmbV",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "tLJbC",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "MfVdc",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "evCAY",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FJjsc",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "BVwWw",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wAhIm",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "4Zdg8",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t3DOR",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XyfU7",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lamDJ",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7btv0",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G73Zp",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RasmX",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J7PtO",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Y33hm",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "r0sSq",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "9yeHV",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mj3ir",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x4OO1",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kYr4E",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "gSnnn",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "Wo0aS",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7rjAX",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9ckOk",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23hSr",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8sHe",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "HZK3s",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SIPRp",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JeCrQ",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OiANc",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "51vLE",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AYcRj",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXkLH",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgD33",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JryaW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hPOip",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gr6Yk",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XrRIg",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "99rTU",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gekOr",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOV5i",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mkd9V",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "27xFP",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BGA1V",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DpHzm",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K8ZU1",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zi5TY",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZGcVY",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sGrHD",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eDRL2",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rSwNL",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MU7OO",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E4OSR",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b3nrT",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RnVZa",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000040",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hAmET",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eSij6",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "xq4wj",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "hHdYe",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "GJUU5",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ws95h",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eiQi4",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jO1Is",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WzNgn",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9CieC",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lkoEa",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eNvje",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "41vKH",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OHxBd",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "W3Kyj",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v9PVw",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fugJp",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vVq8F",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "egMJj",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nsxZj",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v5xxq",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kceTh",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xxigj",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wT6ol",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "oubtb",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D9ZzO",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm2qV",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e8UDa",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xSnRt",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cF8yg",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1Pr8T",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Zxkg",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ppd1j",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "#ffffff",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sqpva",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "NfyBM",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cumxf",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cvrjE",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WNzsC",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iHQav",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5cEHB",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YC7Uo",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8e2XM",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "teQ4I",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3KjaG",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xHHYY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mI7ko",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Q6aTZ",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZmqJz",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x2og8",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nSX7l",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5OJq",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9kyV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "YkWEF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79FTI",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EJYoI",
+ "name": "Sprite01",
+ "fill": "#24292f",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GOkvW",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KVGQC",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c3uSd",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bJgpj",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bLSmX",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bb5x9",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ph1Vs",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhCzh",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VeJqP",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KKj0N",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "baiUr",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "P6CXF",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fjd7T",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qbwGV",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VPK6T",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "doZzm",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O0ye6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "odPNr",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E3Ijs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "81N5K",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cnYNX",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "B5t1k",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RdpUC",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wBFdh",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "N66Uk",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JERlv",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "j1MTA",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vtNsS",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gHaK6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "m5rcH",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TNp3W",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gPDd0",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lf6Vf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wPe7r",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "gcZuE",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A6BRN",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JwDXS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ehld4",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "35ft4",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D64rl",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8VPMB",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WRUkY",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23XHM",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Evm50",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XGjpY",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SAfTA",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KXpal",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rUTy4",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwa55",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "77xsz",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j8ViW",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MmRoK",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CDyOt",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0AThG",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hk3fD",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CXWFV",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EODQp",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6DSt",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z8yl0",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sLODi",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BWLTg",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A1dri",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nZOe2",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Sa7a",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dRmRC",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nKCic",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VXrYx",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "yUBw3",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DjOHm",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R0E5I",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAF43",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mybIq",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EfHbr",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qia1J",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZxP7K",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8YGpf",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AxXTg",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IrFSw",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iCty5",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nTsLu",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O2xIR",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3673W",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kU5kD",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q2ftA",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ji9KL",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sSfqG",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fk8Uj",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8dkBZ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DMwF9",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s4XU1",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Q8vO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LvgxH",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QY9fG",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mfj20",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yr8sp",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yv94A",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZtiT7",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPzzj",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iu7Hn",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KXVxP",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SzKSY",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ynIlk",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RnvJC",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y3B8b",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HOQV",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "vsLeT",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gvglk",
+ "x": -718.8688350946978,
+ "y": -1965,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "原版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t0CMT",
+ "x": 931,
+ "y": -70,
+ "name": "泛化社区改版",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZzLfT",
+ "name": "sidebar",
+ "clip": true,
+ "width": 256,
+ "height": "fill_container",
+ "fill": "$--sidebar",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--sidebar-border"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHger",
+ "name": "Frame 1000004953",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xmyo7",
+ "name": "logo",
+ "width": 239,
+ "height": 64,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KuYXk",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sy6ia",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p8LJE",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$--primary",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2jOnC",
+ "name": "list/menu-list",
+ "width": "fill_container",
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bVO0P",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e70pT",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ae7rb",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QDmBR",
+ "x": 0,
+ "y": 0,
+ "name": "icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kAinx",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lYBbW",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JD06h",
+ "name": "My projects",
+ "fill": "$--sidebar-foreground",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OnS8s",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DVgg3",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n7jc5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": [
+ 6,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ij5XF",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OL6sK",
+ "name": "icon container",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2fG6q",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WIl5V",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TehAe",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iK95b",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cA3NG",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IsPKx",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cGV2t",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WnHr9",
+ "name": "Community",
+ "fill": "$--sidebar-accent-foreground",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fIqGF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NdZI2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rCTpb",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NUA56",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "icon",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "54i5U",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RuGwA",
+ "name": "Tutorials",
+ "fill": "$--sidebar-foreground",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TwP9S",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bWbH8",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aiLM0",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zAFat",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YV7mP",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7v7bx",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RgVvB",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R8IKh",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ybifN",
+ "name": "Following",
+ "fill": "$--sidebar-foreground",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hS5Ui",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0q2Ow",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HwHdd",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eiiOc",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3WbN",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TohT5",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "YqoYM",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "feO9W",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jwyy5",
+ "name": "Followers",
+ "fill": "$--sidebar-foreground",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BAcxq",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aE6vY",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzMh5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t8soL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnpR4",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyNoe",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "icon",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0DUR",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xDxE1",
+ "name": "Asset",
+ "fill": "$--sidebar-foreground",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8xBu",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wi73f",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ue2TC",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0zUA0",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oJmy",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7APx",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ov4yl",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i9NAS",
+ "name": "Docs",
+ "fill": "$--sidebar-foreground",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CJnIk",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Nbvq",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eLoNw",
+ "name": "Frame 1000004734",
+ "width": 216,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b6nAc",
+ "name": "个人头像",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "j1z7p",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gjw9f",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XBc6W",
+ "name": "Username",
+ "fill": "$--sidebar-foreground",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "8Zwg0",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t4Je1",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E6eO9",
+ "name": "right panel",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BsBQz",
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": "fill_container",
+ "height": 64,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o1THW",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "60vmb",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "$--muted",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "innOG",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JCtox",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$--muted-foreground",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vBeHU",
+ "name": "Search project",
+ "fill": "$--muted-foreground",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xYALs",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2JxTz",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C1ZHk",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyYUh",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZeqoX",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iRNeo",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YmGOl",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lKGHl",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "DwNux",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BJu40",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0aySW",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQVNz",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGVXg",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "$--card",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dWDYs",
+ "name": "SPX",
+ "fill": "$--foreground",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n10Jb",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "um2i5",
+ "name": "ai canvas logo",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lxhom",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "sOYIm",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "I5RsZ",
+ "name": "AI canvas",
+ "fill": "$--foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QuZm3",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q4B2x",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "huseX",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Elj8h",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "O4nUv",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "$--card",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PKO1F",
+ "name": "Linx AI",
+ "fill": "$--foreground",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0GXWp",
+ "name": "Frame 1000004878",
+ "width": 1182,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W67Wx",
+ "name": "筛选",
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mWf7R",
+ "name": "Tab/independent text",
+ "fill": "$--background",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9u6Ef",
+ "name": "Tap Text",
+ "fill": "$--foreground",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ULAXs",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fpbGW",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bwbsc",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "abgen",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOgur",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K6iTV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "raQn4",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xKrxV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc8aT",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X1OBU",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4RC73",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "TeWM3",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CIiIY",
+ "name": "All",
+ "fill": "$--muted-foreground",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "FJ5aF",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99Wrt",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "$--muted-foreground",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Y5Hs",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lm7Hs",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkFaD",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y5cy4",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lz4hW",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "4iTCB",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0QwWk",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "856O3",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kxyle",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZqmkQ",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XtGiu",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D2ckv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sMYxq",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KZ55H",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PZPUR",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aT5Vw",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RJ5JI",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kwn1A",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ecEiP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4vEQs",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MPWAg",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "SfJ3l",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T7a38",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4FqNZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ur7Do",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wsDnW",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rndg7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MdAOq",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0lFxh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xQmhL",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sNbTk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "179MN",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cSdz9",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3y60",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4JPor",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rw3Z3",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dWWrj",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sylkq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FEgqQ",
+ "x": 208,
+ "y": 136,
+ "name": "用户头像",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qhgbC",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S5VOB",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yl06L",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v2fds",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1RwaR",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EATPW",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKSML",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dA4ME",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "isY1L",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dTu1e",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KeNPE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "iTrjh",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LmFg6",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "8KfSe",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WgcyV",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Scasx",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "je45y",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZRvDk",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "naklA",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jCBTI",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tjnWn",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2jrAI",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gQLFk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9NcKC",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "kAYtG",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7uP0q",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "p7qqD",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Edq93",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r0A3T",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j2BVa",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gg0o0",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "lDi4s",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhXrI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oH5DM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PoZa6",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2goKj",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKezl",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hGF2O",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mj3kR",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "eyQF1",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4v1Ls",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7fR2W",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "a8wzt",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fxW4M",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "WSVw1",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8X2Ge",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ajanh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2FxOa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5rEnH",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nmC92",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JxWJe",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bKkKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fuKYU",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B56Yw",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T0XPY",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "k6teR",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nzEvz",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J918M",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B4yq6",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LUeWH",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EcRVh",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vAvyK",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jPN5Z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38xFe",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XEJYR",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Aznbl",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fzz1r",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5aIQd",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZcOa7",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DOvbt",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RLOPT",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RCKWS",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WNDQp",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "oVhLS",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jQQ3t",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "d75GH",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6DUzO",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QNXJr",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "swGee",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1p1l7",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jpxBq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MZ9Lm",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LmWKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XRVLV",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "awbJW",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wmeMG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "zf7qj",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mMwHn",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lgaUo",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UPq8P",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uAfai",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "q75Fv",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lb7E3",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "o2pUk",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atlnb",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KNe5U",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Md8vB",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lTHsn",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "USiTV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LawhY",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujF1q",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqQ3m",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ga63u",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdlNc",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DvWQ0",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cnxsi",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQbZv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Pzlyz",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5fF5d",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sPt1k",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pmQpe",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DjkHo",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99nBz",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "xGShr",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qhME1",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6uH0",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8gyqa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NeNJB",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MVZM1",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cJiGC",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QsiA6",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gej4H",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m9wSV",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "er1vW",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dq0b4",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FxYtU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qmPQ2",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R8oRr",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8zNk",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Gk2K2",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "04GX2",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HcXO8",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T01KC",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "orrTi",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "coZPT",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KQMD9",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dKZ0y",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pMGni",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3CHkN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "lAuBz",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hy1sl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0aNfS",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "1YvCO",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TDijQ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y4Til",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "45FVr",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E3loh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "g2C1r",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMKXf",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lis6c",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FoDkj",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v72gs",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9fIiS",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vZ6tQ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dp3my",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "BicNM",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L7DBr",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yG8wD",
+ "name": "StoryBoard",
+ "fill": "$--secondary-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H50WX",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LsiKQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kTjJE",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hUzVq",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pKBVg",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OxyjG",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uMH8v",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HKjU1",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "grzoy",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QNo5i",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsF48",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "etKCA",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "QYAGy",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qP4lJ",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H1zSo",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "21qTc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WJKIZ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "KKRdc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sa5bx",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4m7on",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cJFlW",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2FWep",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zbet3",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QfbpF",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "doKSr",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mQxbQ",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pHgsH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Kd2lx",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CdjQY",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BGi4D",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m1Eba",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7UPR8",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zGDh3",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KclLw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FqO35",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "x1lCM",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NYKYR",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ShdsD",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CNZjm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jM3Gh",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dx6qs",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1HO8",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8c6vf",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "X6nc7",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Ty4F",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kRJSm",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0GNTa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "48m79",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TNe9j",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wpYFJ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLpKZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hhNlX",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qIfnb",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HxgUU",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OBqRD",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LCxYd",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pJeiN",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4fpm8",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w7AvM",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WZDYQ",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MXKiL",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2uga6",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q6GeP",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GukmY",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S5pP8",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KtINU",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "8r88p",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NDvQd",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SvvJk",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8W1AL",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l6icA",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "OIggJ",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BepSf",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SioxW",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QOhBo",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLYUX",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s7GAq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vI3dj",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "JXlUN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "qZouH",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vUqJe",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "04rJI",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ULr6o",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5eL25",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QTIOE",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5gTCO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "epu5T",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "l1s0I",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ToIJH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Adw0C",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aygAb",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ofyXo",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZgRwQ",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "vubsy",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7wmLL",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pwsw8",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdJr4",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "1t14F",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "cS6gK",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GidCJ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OtmeC",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "RNovH",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RmoTz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2T83p",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7bCfB",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LzdRZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "4HU4J",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "C1HTH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Zuscg",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0mDc",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BV9TB",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pJZn5",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "6tnjK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IJoA0",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T03ZV",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xInh9",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Ydd5v",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "554a7",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fh4xj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vXCoz",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "5VDV6",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dq9Pw",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8tvjf",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kWkue",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FOC5b",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cVNJJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ukepu",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "p5H2G",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nrtWr",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VZI3H",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QcYZS",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mwCNK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fb2b7",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dcw8H",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x3aS3",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "p7jyS",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0iViP",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iiC0g",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CIoOi",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "aS1Dy",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WlzRV",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lNHRA",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08IeY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQ1ME",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Bs3cn",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "3EEea",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "2UzPw",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7RHED",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PHIjL",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "hoyAn",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mOgNj",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nYj3A",
+ "x": -718.8688350946978,
+ "y": -437,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "改版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DoC2X",
+ "x": -720,
+ "y": 1405,
+ "name": "Xbuilder 创作平台——卡片样式梳理",
+ "width": 5983,
+ "height": 5894,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "UZ0A3",
+ "x": 47,
+ "y": 30,
+ "name": "SPX",
+ "fill": "#000000ff",
+ "content": " SPX ",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "pEc97",
+ "x": 1355.16796875,
+ "y": 30,
+ "name": "AI Canvas",
+ "fill": "#000000ff",
+ "content": "AI Canvas ",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3izth",
+ "x": 4527,
+ "y": 45,
+ "name": "参考:Figma",
+ "fill": "#000000ff",
+ "content": "参考:Figma",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "0prBu",
+ "x": 47,
+ "y": 95.515625,
+ "name": "社区页项目",
+ "fill": "#000000ff",
+ "content": "社区页项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7mjSk",
+ "x": 387,
+ "y": 95.515625,
+ "name": "社区页项目/个人主页项目",
+ "fill": "#000000ff",
+ "content": "社区页项目/个人主页项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "09xn3",
+ "x": 791,
+ "y": 95.515625,
+ "name": "教程页",
+ "fill": "#000000ff",
+ "content": "教程页",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zRR4M",
+ "x": 1355.16796875,
+ "y": 95.515625,
+ "name": "Studio ——发现",
+ "fill": "#000000ff",
+ "content": "Studio ——发现",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7k21C",
+ "x": 1355.16796875,
+ "y": 755,
+ "name": "Studio ——发现列表",
+ "fill": "#000000ff",
+ "content": "Studio ——发现列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8Tdhm",
+ "x": 1761.9912109375,
+ "y": 95.515625,
+ "name": "Studio ——Storyboard—最近项目",
+ "fill": "#000000ff",
+ "content": "Studio ——Storyboard—最近项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "d9gpJ",
+ "x": 2861,
+ "y": 161,
+ "name": "语义资产:角色、场景、道具",
+ "fill": "#000000ff",
+ "content": "语义资产:角色、场景、道具",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "91YWN",
+ "x": 2861,
+ "y": 755,
+ "name": "素材库:图片、视频、音频、脚本",
+ "fill": "#000000ff",
+ "content": "素材库:图片、视频、音频、脚本",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SSGbE",
+ "x": 1761.9912109375,
+ "y": 755,
+ "name": "Studio ——Storyboard—项目列表",
+ "fill": "#000000ff",
+ "content": "Studio ——Storyboard—项目列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fNDi5",
+ "x": 2247.8505859375,
+ "y": 95.515625,
+ "name": "Studio ——Canvas—最近项目",
+ "fill": "#000000ff",
+ "content": "Studio ——Canvas—最近项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "R7dh1",
+ "x": 2861,
+ "y": 95.515625,
+ "name": "Studio ——Assets",
+ "fill": "#000000ff",
+ "content": "Studio ——Assets",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cSniG",
+ "x": 4527,
+ "y": 110.515625,
+ "name": "Figma——个人项目",
+ "fill": "#000000ff",
+ "content": "Figma——个人项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HCiNI",
+ "x": 4527,
+ "y": 488.912109375,
+ "name": "Figma——社区项目",
+ "fill": "#000000ff",
+ "content": "Figma——社区项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zv1Lj",
+ "x": 4527,
+ "y": 1147.7099609375,
+ "name": "Figma——团队资源",
+ "fill": "#000000ff",
+ "content": "Figma——团队资源",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "UJVEd",
+ "x": 2247.8505859375,
+ "y": 755,
+ "name": "Studio ——Canvas—项目列表",
+ "fill": "#000000ff",
+ "content": "Studio ——Canvas—项目列表",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Q1yzh",
+ "x": 2248,
+ "y": 1437,
+ "name": "Studio 概览——Canvas—灵感发现",
+ "fill": "#000000ff",
+ "content": "Studio 概览——Canvas—灵感发现",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VBJ6Q",
+ "x": 47,
+ "y": 425.658203125,
+ "name": "封面图——项目详情页 项目名称 喜欢数量 发布时间 用户——跳转用户主页",
+ "fill": "#24292fff",
+ "content": "封面图——项目详情页\n项目名称\n喜欢数量\n发布时间\n用户——跳转用户主页",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hbXSn",
+ "x": 387,
+ "y": 425.658203125,
+ "name": "封面图——项目详情页 项目名称 喜欢数量 发布时间 公开/私密项目 项目编辑、删除",
+ "fill": "#24292fff",
+ "content": "封面图——项目详情页\n项目名称\n喜欢数量\n发布时间\n公开/私密项目\n项目编辑、删除",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Xazul",
+ "x": 387,
+ "y": 647,
+ "name": "项目编辑、删除 移除,不在卡片页显示,可在详情页操作",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "项目编辑、删除 移除,不在卡片页显示,可在详情页操作",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OzZr6",
+ "x": 45,
+ "y": 4260,
+ "name": "卡片内容梳理 封面图 类型 icon 项目名称 私密项目/公开项目 受欢迎数 创建时间 (创建人员) (类型标签)",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "卡片内容梳理\n封面图\n类型 icon\n项目名称\n私密项目/公开项目\n受欢迎数\n创建时间\n(创建人员)\n(类型标签)",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mQUyZ",
+ "x": 47,
+ "y": 647,
+ "name": "用户 移除,不在卡片页显示,可在详情页操作",
+ "fill": "#1771b3ff",
+ "textGrowth": "fixed-width",
+ "width": 228,
+ "content": "用户 移除,不在卡片页显示,可在详情页操作",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hFfw1",
+ "x": 791,
+ "y": 425.658203125,
+ "name": "封面图——「编辑」页 项目名称",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "93RsM",
+ "x": 1355.16796875,
+ "y": 425.658203125,
+ "name": "封面图——「编辑」页 项目名称 注释文字",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n注释文字",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xDoZd",
+ "x": 1355.16796875,
+ "y": 1030.623046875,
+ "name": "封面图——「编辑」页 项目名称 注释文字 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n注释文字\ntag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uYiok",
+ "x": 1757.2998046875,
+ "y": 529,
+ "name": "封面图——「编辑」页 项目名称 项目时间 类型 tag 流程线 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n项目时间\n类型 tag\n流程线\ntag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fGJbx",
+ "x": 1757.2998046875,
+ "y": 1241,
+ "name": "封面图——「编辑」页 项目名称 项目时间 类型 tag 流程线 tag 功能编辑",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n项目时间\n类型 tag\n流程线\ntag\n功能编辑",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1O63s",
+ "x": 2247.8505859375,
+ "y": 454,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "I5Ixk",
+ "x": 2861,
+ "y": 559,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "kB6Rc",
+ "x": 2861,
+ "y": 1575,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HqDnV",
+ "x": 2247.8505859375,
+ "y": 1171,
+ "name": "封面图——「编辑」页 项目名称 创建时间 类型 tag 功能编辑",
+ "fill": "#6e7781ff",
+ "content": "封面图——「编辑」页\n项目名称\n创建时间\n类型 tag\n功能编辑",
+ "lineHeight": 1.4,
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ek6Xf",
+ "x": 47,
+ "y": 152.529296875,
+ "name": "card/project",
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n20gR",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 232,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ql8Kh",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "zPRc3",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TZ4tT",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gCiH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Mtwe",
+ "name": "heart-filled",
+ "width": 14,
+ "height": 14,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OiH1V",
+ "x": 1.3126555681228638,
+ "y": 1.6049721240997314,
+ "geometry": "M3.37834 0.00003c1.186 0 1.908 0.675 2.308 1.25 0.401-0.577 1.13-1.255 2.322-1.25 1.04 0.005 1.91 0.396 2.514 1.132 0.745 0.909 1.023 2.308 0.744 3.744-0.719 3.707-5.209 5.79-5.4 5.876-0.11451 0.05134-0.24549 0.05134-0.36 0-0.193-0.088-4.681-2.17-5.401-5.877-0.278-1.435 0.002-2.834 0.748-3.743 0.604-0.736 1.471-1.127 2.51-1.132l0.015 0z",
+ "fill": "#EF4149",
+ "width": 11.372615694999695,
+ "height": 10.79052996635437
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1h5C8",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hVvmC",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WLNc9",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRXdZ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 232.00001525878906,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iwbDi",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "rectangle",
+ "id": "AdS5k",
+ "x": 0,
+ "y": 170,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 232,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "6sELx",
+ "x": -9,
+ "y": 152,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HUSia",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vn4me",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "xrwOt",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LsW0c",
+ "x": 387,
+ "y": 152.529296875,
+ "name": "card/project",
+ "clip": true,
+ "width": 232,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hfNFc",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 232,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gpssi",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wLahO",
+ "name": "Frame 1000003084",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Kky38",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 117,
+ "height": 24,
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zRvFo",
+ "name": "pubilsh-colorful",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yI5lz",
+ "x": 3.9998788833618164,
+ "y": 4.0018792152404785,
+ "geometry": "M15.22112 9.88412l-0.392 0.392c-0.25 0.25-0.39 0.589-0.39 0.943l0 0.552c0 1.47184-1.19316 2.665-2.665 2.665l-0.552 0c-0.354 0-0.693 0.14-0.944 0.39l-0.393 0.392c-0.49979 0.49982-1.17767 0.78062-1.8845 0.78062-0.70683 0-1.38471-0.2808-1.8845-0.78062l-0.393-0.392c-0.25-0.25-0.59-0.39-0.943-0.39l-0.552 0c-1.47184 0-2.665-1.19316-2.665-2.665l0-0.552c0-0.354-0.14-0.693-0.39-0.943l-0.392-0.392c-0.50013-0.49983-0.78112-1.17792-0.78112-1.885 0-0.70708 0.28099-1.38517 0.78112-1.885l0.392-0.392c0.25-0.25 0.39-0.59 0.39-0.943l0-0.551c0-0.7068 0.28078-1.38465 0.78056-1.88444 0.49978-0.49978 1.17764-0.78056 1.88444-0.78056l0.552 0c0.354 0 0.693-0.14 0.943-0.39l0.393-0.392c0.49983-0.50013 1.17792-0.78112 1.885-0.78112 0.70708 0 1.38517 0.28099 1.885 0.78112l0.392 0.392c0.25 0.25 0.59 0.39 0.944 0.39l0.552 0c1.47184 0 2.665 1.19316 2.665 2.665l0 0.552c0 0.354 0.14 0.693 0.39 0.943l0.392 0.392c0.50013 0.49983 0.78112 1.17792 0.78112 1.885 0 0.70708-0.281 1.38517-0.78112 1.885",
+ "fill": "#219FFC",
+ "width": 16.00224208831787,
+ "height": 15.998742580413818
+ },
+ {
+ "type": "group",
+ "id": "T3jJG",
+ "x": 0,
+ "y": 0,
+ "children": [
+ {
+ "type": "path",
+ "id": "EL8hA",
+ "x": 7.953999996185303,
+ "y": 7.953999996185303,
+ "geometry": "M4.046 0c-2.23363 0.0022-4.0438 1.81237-4.046 4.046 0.0022 2.23363 1.81237 4.04379 4.046 4.046 2.23363-0.0022 4.04379-1.81237 4.046-4.046-0.0022-2.23363-1.81237-4.0438-4.046-4.046z m-3.48 4.046c0-0.401 0.071-0.785 0.197-1.144 0.233 1.697 1.722 1.84 1.787 2.111 0.071 0.305 0 0.395 0.026 0.918 0.026 0.524 0.749 0.531 1.027 0.945 0.082 0.12 0.13 0.378 0.11 0.634-1.784-0.17332-3.1456-1.6716-3.148-3.464l0.001 0z m4.426 3.348c0.256-0.803 1.026-1.075 1.104-1.54 0.063-0.372-0.426-0.562-0.866-0.616-0.435-0.05-0.372-0.506-0.681-0.828-0.309-0.322-0.512-0.304-0.947-0.25-0.439 0.05-0.807 0.02-0.929-0.248-0.117-0.268 0.034-0.396-0.286-0.728-0.266-0.276 0.02-0.524 0.162-0.557 0.226-0.054 0.627 0.34 0.862 0.292 0.71-0.146-0.14-1.532 0.924-1.881 0.19584-0.06631 0.35734-0.20767 0.449-0.393 0.59645 0.13166 1.14805 0.41712 1.6 0.828 0.122 0.348 0.207 0.748 0.136 0.96-0.142 0.439-0.5 0.754-0.11 1.473 0.407 0.75 0.658 0.853 0.841 0.646 0.07164-0.0785 0.16118-0.13853 0.261-0.175-0.1399 1.42809-1.13965 2.62502-2.52 3.017l0 0z",
+ "fill": "#fff",
+ "width": 8.091999530792236,
+ "height": 8.091999530792236,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.167,
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jZoEr",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VatoH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm5fZ",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "xueQz",
+ "name": "899K",
+ "fill": "#a7b1bbff",
+ "content": "899K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "daffe",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SCqL7",
+ "name": "22 hours ago",
+ "fill": "#a7b1bbff",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q8ybd",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 232,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "85Eju",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 232,
+ "height": 174,
+ "fill": [
+ "#fbfcfdff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/地图背景.png",
+ "mode": "fill"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 4,
+ "id": "s39Bi",
+ "x": 531,
+ "y": 162,
+ "name": "image 38",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/card menu.png",
+ "mode": "stretch"
+ },
+ "width": 79,
+ "height": 70,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5Dbu2",
+ "x": 791,
+ "y": 152.529296875,
+ "name": "课程卡片",
+ "clip": true,
+ "width": 232,
+ "height": 214,
+ "fill": "#ffffffff",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nQpyk",
+ "x": 0,
+ "y": 0,
+ "name": "课程系列背景",
+ "clip": true,
+ "width": 232,
+ "height": 214,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "o11aG",
+ "x": -6,
+ "y": -3,
+ "name": "Gemini_Generated_Image_9h7sxd9h7sxd9h7s 2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/builder使用.png",
+ "mode": "fit"
+ },
+ "width": 238,
+ "height": 224,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "UhbE8",
+ "x": 0,
+ "y": 174,
+ "name": "黑色底",
+ "fill": "#d19a60ff",
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f7fn6",
+ "x": 0,
+ "y": 174,
+ "name": "单一知识点/课程名",
+ "clip": true,
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "KjHwO",
+ "x": 0.00002002716064453125,
+ "y": -0.000014781951904296875,
+ "name": "黑色底",
+ "opacity": 0.20000000298023224,
+ "fill": "#24292fff",
+ "width": 232,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Ggr89",
+ "x": 0,
+ "y": 0,
+ "name": "课程名",
+ "clip": true,
+ "width": 232,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 8,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OkfYi",
+ "name": "Heading",
+ "fill": "#ffffffff",
+ "textGrowth": "fixed-width",
+ "width": 196,
+ "content": "XBuilder 使用",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "X0Znf",
+ "x": 1355.16796875,
+ "y": 161,
+ "name": "image 6",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-view.png",
+ "mode": "fill"
+ },
+ "width": 269,
+ "height": 241,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 17,
+ "id": "VqfWK",
+ "x": 1757.2998046875,
+ "y": 161,
+ "name": "image 7",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-storyboard.png",
+ "mode": "fill"
+ },
+ "width": 348,
+ "height": 340,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 16,
+ "id": "XfvH4",
+ "x": 2247.8505859375,
+ "y": 161,
+ "name": "image 8",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-canvas.png",
+ "mode": "stretch"
+ },
+ "width": 346.2607421875,
+ "height": 274.03759765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "oNnZ8",
+ "x": 1355.16796875,
+ "y": 810,
+ "name": "image 9",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-list.png",
+ "mode": "stretch"
+ },
+ "width": 269,
+ "height": 204.87620544433594,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "Phh2I",
+ "x": 1757.2998046875,
+ "y": 810,
+ "name": "image 10",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-projectlist.png",
+ "mode": "fill"
+ },
+ "width": 348,
+ "height": 397.22369384765625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "7pAZu",
+ "x": 2247.8505859375,
+ "y": 810,
+ "name": "image 11",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/studio-canvaslist.png",
+ "mode": "stretch"
+ },
+ "width": 346.260009765625,
+ "height": 322.4152526855469,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "9FEAE",
+ "x": 2248,
+ "y": 1484,
+ "name": "image 12",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/canvas-view.png",
+ "mode": "stretch"
+ },
+ "width": 306.587890625,
+ "height": 326.1611328125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 21,
+ "id": "GKuWD",
+ "x": 65,
+ "y": 4755,
+ "name": "image 13",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/intro.png",
+ "mode": "fill"
+ },
+ "width": 638,
+ "height": 895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000040",
+ "blur": 3.5
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "5ZHT0",
+ "x": 2861,
+ "y": 189,
+ "name": "image 15",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/assets-1.png",
+ "mode": "stretch"
+ },
+ "width": 346.260009765625,
+ "height": 332.2530212402344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "vRvva",
+ "x": 4527,
+ "y": 176.03125,
+ "name": "image 29",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-private.png",
+ "mode": "stretch"
+ },
+ "width": 972,
+ "height": 242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "97Sm3",
+ "x": 4527,
+ "y": 1187.626953125,
+ "name": "image 31",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-team.png",
+ "mode": "fill"
+ },
+ "width": 659,
+ "height": 245,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "Hqwzw",
+ "x": 4527,
+ "y": 527.65625,
+ "name": "image 30",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/figma-community.png",
+ "mode": "fill"
+ },
+ "width": 671.8973388671875,
+ "height": 556.8974609375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ARZCl",
+ "x": 324,
+ "y": 4279,
+ "name": "icon",
+ "clip": true,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#9747ffff"
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l5xxF",
+ "name": "Property 1=canvas",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WAg6W",
+ "name": "Property 1=linx",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "oMUpi",
+ "name": "Property 1=spx",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YhMHZ",
+ "x": 324,
+ "y": 4334,
+ "name": "Tag",
+ "clip": true,
+ "width": 120,
+ "cornerRadius": 5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#9747ffff"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPH7k",
+ "name": "Property 1=StoryBoard",
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CKEOs",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XomWl",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AooJc",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KExru",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2jw4n",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xQ9OL",
+ "name": "Property 1=Canvas",
+ "clip": true,
+ "height": 20,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T0mHy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qledf",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aubcc",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e6tkN",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UgTWf",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "gE0BR",
+ "x": 2861,
+ "y": 808,
+ "name": "image 39",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-1.png",
+ "mode": "stretch"
+ },
+ "width": 356,
+ "height": 339,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "jbyUR",
+ "x": 3263,
+ "y": 808,
+ "name": "image 40",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-2.png",
+ "mode": "stretch"
+ },
+ "width": 360,
+ "height": 344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "gh7B7",
+ "x": 3709,
+ "y": 808,
+ "name": "image 41",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-3.png",
+ "mode": "stretch"
+ },
+ "width": 357,
+ "height": 343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "QcZWf",
+ "x": 2861,
+ "y": 1186,
+ "name": "image 42",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/material-library-4.png",
+ "mode": "fill"
+ },
+ "width": 367,
+ "height": 347,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "z3lp7",
+ "x": 3282,
+ "y": 189,
+ "name": "image 43",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/assets-2.png",
+ "mode": "stretch"
+ },
+ "width": 370,
+ "height": 348,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "wGVvv",
+ "x": 3121,
+ "y": 472.96875,
+ "name": "image 21",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/asset-menu.png",
+ "mode": "stretch"
+ },
+ "width": 161.4130859375,
+ "height": 129.8017578125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "rectangle",
+ "id": "SX6eR",
+ "x": 3715,
+ "y": 189,
+ "name": "image 44",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/asset-3.png",
+ "mode": "fill"
+ },
+ "width": 375,
+ "height": 343,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "text",
+ "id": "mE7DF",
+ "x": 78,
+ "y": 2229,
+ "name": "Xbuilder 创作平台卡片样式梳理",
+ "fill": "#000000ff",
+ "content": "Xbuilder 创作平台卡片样式梳理",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WpabF",
+ "x": 78,
+ "y": 2327,
+ "name": "我的项目",
+ "fill": "#000000ff",
+ "content": "我的项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CfHsE",
+ "x": 475,
+ "y": 2327,
+ "name": "社区项目",
+ "fill": "#000000ff",
+ "content": "社区项目",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "DTSAh",
+ "x": 877,
+ "y": 2327,
+ "name": "用户教程",
+ "fill": "#000000ff",
+ "content": "用户教程",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uMsbR",
+ "x": 1356,
+ "y": 2327,
+ "name": "用户资产",
+ "fill": "#000000ff",
+ "content": "用户资产",
+ "lineHeight": 1.4,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 20,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WYNuF",
+ "x": 70,
+ "y": 2428.46875,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4yEIB",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0KN03",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5z8E",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jyt5x",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OJMPi",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7t7xy",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "azpRM",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ymYiv",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oCCEq",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "MeYoG",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EGYca",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZpREx",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nATrC",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NXzsC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "svD7e",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iCs4I",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7IRlD",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KkkOj",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iA1IG",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sFAVP",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQAtl",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": [
+ "#f5f6f7ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-1.png",
+ "mode": "stretch"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QkYbO",
+ "x": 470,
+ "y": 2428,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O36wH",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qafsg",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PhCTZ",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4LlxQ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RxBep",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Io2gm",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Space Werewolf ",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BjfyQ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jnuGp",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sjctH",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vURaZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6A8sJ",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dAVz9",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BwADG",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wcqi8",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ce3YC",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6sLgk",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": [
+ "#f5f6f7ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-1.png",
+ "mode": "stretch"
+ }
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "ZcUTZ",
+ "x": 208,
+ "y": 136,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KCNmt",
+ "x": 869,
+ "y": 2428.46875,
+ "name": "spx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XhAnG",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "km1Rm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7OvgT",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0bc0cfff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1C6FT",
+ "name": "Container",
+ "width": 184,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CFP9e",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MJ4Jp",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Coding-Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "9bcui",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8aJUO",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CkMBy",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "QadH5",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZTvff",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "f9Fre",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i0po7",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UXQ27",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vEdtA",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KrGuY",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fRkdz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3wbCP",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "klc08",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KxK9x",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lbqUH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Fji9",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-4.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NjPTK",
+ "x": 208,
+ "y": 135.53125,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LUa8e",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mxchi",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0bc0cfff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u6XD6",
+ "x": 65,
+ "y": 2709.46875,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XMoFT",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "krqp5",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KHfAg",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kg2Zz",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4wZDI",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OkdTD",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "arbnn",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NmV7E",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oXu8p",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "KkyIm",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "smwZi",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "iNVIt",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YpJBc",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4DgCh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f3jTT",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s8e7V",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "78JRW",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fG5I4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VtFeJ",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jcwaX",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKuAe",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "18FZO",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RkUpK",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aPu8P",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "h3Rsd",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NQvPn",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQCnV",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pt1mc",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Bh2S",
+ "x": 467,
+ "y": 2706,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t3zmN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qrLWg",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9VDON",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iqbth",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yBUVI",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Iscsi",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Mingchao yiwenlu",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "2V9Lc",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTPJl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YgJNr",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "IrIBF",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VzoFE",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VkPi1",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kHvD8",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6qzMa",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "System",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NNH4Z",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PjqIe",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hYWPr",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M5.83392 0.89164c1.37025-1.22998 3.48775-1.18914 4.8076 0.13349 1.31991 1.32263 1.36523 3.42979 0.13766 4.80412l-4.94591 4.95367-4.9458-4.95367c-1.22753-1.37433-1.18164-3.48483 0.13766-4.80412 1.32079-1.32079 3.43457-1.36529 4.80879-0.13349z m3.98183 0.95759c-0.87447-0.87626-2.28632-0.9118-3.2025-0.08939l-0.77881 0.69905-0.77922-0.6985c-0.91882-0.82357-2.32811-0.78734-3.20514 0.08969-0.86901 0.86901-0.91264 2.26084-0.11179 3.18012l4.09498 4.10148 4.09512-4.10148c0.80115-0.91962 0.75769-2.3088-0.11264-3.18097z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RMauv",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tG8ey",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HilyU",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P4QX8",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FUPcI",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "vGxbL",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pZzL3",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ebFIZ",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#f6812eff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BJtB",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vw54m",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BwFA5",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9ksGZ",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VQ2HQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4grHa",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aL5iQ",
+ "x": 869,
+ "y": 2709.46875,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F7yAB",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qFEJu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yy73b",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKndO",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y7gmb",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lyu58",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PJVHk",
+ "name": "Frame 1000003085",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gQuIh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uMUsS",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S4LyL",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yb42D",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7eZEi",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SO9D1",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "imWMF",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vli4N",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CyUxj",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "txZw4",
+ "x": 208,
+ "y": 135.53125,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AqSlo",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zw4JR",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#f6812eff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TFkFN",
+ "x": 65,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VGGXV",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0dOv8",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jibrF",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "shgGk",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wBBny",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TmTmF",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "oevDM",
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9Rm5l",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gfTRj",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4eVN1",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZHTFU",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "5s9Rc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F3S5Y",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x1TBs",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NEYbm",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iScLY",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jYGKN",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yZeDp",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SR9aV",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P6v4Z",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vGUke",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XcLTD",
+ "x": 467,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SfuNk",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9TAlR",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A0oGI",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9w0BU",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Arn4g",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "o2z4F",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kXwZR",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IBFV9",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ni7vl",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dKkI6",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5Q7d2",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lk3nk",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yNgxx",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SeQNY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yjBtb",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c23DB",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LXTMo",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "q6OgB",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0076ffff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BVBsQ",
+ "x": 869,
+ "y": 2999,
+ "name": "linx",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XJH0n",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ene5a",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zmhAk",
+ "x": 6,
+ "y": 6,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#0076ffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YaiBj",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M1t5d",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GEli9",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "Course-44",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lnKUA",
+ "name": "Frame 1000003085",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ly9Uu",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FwsQ7",
+ "name": "Frame 1000004954",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VKrSj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XLgwr",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UEhTO",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SlrZA",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9j53Y",
+ "name": "2026.04.27",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CW9ov",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mhrLX",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-3.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6uhHC",
+ "x": 208,
+ "y": 136,
+ "name": "Frame 1000004959",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "DDNnZ",
+ "x": 0,
+ "y": 0,
+ "name": "Ellipse 10",
+ "sweepAngle": -360.00001001791264,
+ "fill": "#e9f5ffff",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eQNEy",
+ "x": 8.5,
+ "y": 6.96851110458374,
+ "name": "S",
+ "geometry": "M5.47976 2.72834c-0.04309-0.40317-0.22467-0.71709-0.54475-0.94176-0.317-0.22467-0.7294-0.337-1.23721-0.33701-0.35701 0-0.66323 0.05386-0.91868 0.16158-0.25545 0.10772-0.45088 0.25391-0.58629 0.43857-0.13542 0.18466-0.20466 0.39548-0.20774 0.63245 0 0.19697 0.04463 0.36778 0.13387 0.51243 0.09233 0.14465 0.21697 0.26776 0.37394 0.36932 0.15696 0.09848 0.33085 0.18158 0.52166 0.24929 0.19081 0.06771 0.38317 0.12464 0.57706 0.17081l0.88636 0.22159c0.35701 0.0831 0.70017 0.19543 1.02948 0.337 0.33239 0.14157 0.62938 0.32008 0.89098 0.53551 0.26468 0.21544 0.47396 0.4755 0.62784 0.78019 0.15388 0.30469 0.23082 0.6617 0.23082 1.07102 0 0.55398-0.14157 1.04178-0.42471 1.46343-0.28314 0.41856-0.69247 0.74633-1.22799 0.98331-0.53243 0.2339-1.1772 0.35085-1.9343 0.35085-0.73556 0-1.37417-0.11387-1.91584-0.34162-0.53859-0.22775-0.96023-0.56013-1.26491-0.99716-0.30161-0.43703-0.46473-0.96946-0.48935-1.5973l1.68501 0c0.02462 0.32931 0.12618 0.60322 0.30469 0.82173 0.1785 0.21851 0.41087 0.38163 0.69709 0.48935 0.2893 0.10772 0.61245 0.16158 0.96946 0.16157 0.3724 0 0.69863-0.0554 0.97869-0.16619 0.28314-0.11387 0.50473-0.27083 0.66478-0.47088 0.16004-0.20313 0.2416-0.4401 0.24467-0.71094-0.00308-0.24621-0.0754-0.44934-0.21697-0.60937-0.14157-0.16312-0.34008-0.29853-0.59553-0.40625-0.25237-0.1108-0.54782-0.20928-0.88636-0.29546l-1.07564-0.27699c-0.77865-0.20005-1.39418-0.5032-1.84659-0.90944-0.44934-0.40933-0.67401-0.95253-0.67401-1.62962 0-0.55706 0.1508-1.04486 0.45241-1.46342 0.30469-0.41856 0.71863-0.74325 1.24184-0.97408 0.5232-0.2339 1.11565-0.35085 1.77734-0.35085 0.67093 0 1.25876 0.11695 1.7635 0.35085 0.50781 0.23082 0.90637 0.55244 1.19566 0.96485 0.2893 0.40933 0.43857 0.88021 0.4478 1.41264l-1.64808 0z",
+ "fill": "#0076ffff",
+ "width": 9,
+ "height": 12.06297779083252,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.2401643991470337
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bw1ya",
+ "x": 1335,
+ "y": 2428,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oSrVd",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZNMq2",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "phhyA",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SSkEd",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bo1zZ",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ROFgD",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "YzcoG",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BOCap",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dhzz9",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "njErb",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NlyRM",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "z0w3g",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DunpJ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "W9Fkn",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "SCENE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Gb9ET",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0sO1k",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "n5Jkb",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bm9IO",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7qFEW",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wwaGe",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NdbmD",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MhFsG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-2.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "FPUJq",
+ "x": 183,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GRuJO",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P0Lez",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "scene",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eASpk",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4mubu",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8gBwW",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDekb",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "anl2M",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LH55d",
+ "x": 1335,
+ "y": 2709,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RcZyC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7VLhk",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yc8iw",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hJ8jP",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hyw3D",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HY8Ox",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "jgob6",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q9PEz",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UsoBZ",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vrPYq",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "K5CTF",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "2kr4G",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NSdB6",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HzCKI",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "IMAGE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FNbxh",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bMUy3",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ayAJw",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7ZXVd",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K1MsS",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xkCIR",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCUDH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "88J15",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-6.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "7xIHT",
+ "x": 195,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ScLXr",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xVjnU",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "role",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iEQQT",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0z6Qu",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7BVbW",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RJuqk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "shugE",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "twLZp",
+ "x": 1335,
+ "y": 2999,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YNg0S",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ely3r",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I5G9l",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xAJFW",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Od2Y",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0Q2vJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "gz23J",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gzMU3",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XHb0s",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4lVwT",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VmTYc",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q4Ge5",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8oVLE",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9TWWv",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "IMAGE",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7czmF",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VMVXR",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zELFI",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Mh9Zp",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SNmqB",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RK1xT",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lAOZ2",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hljRB",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-6.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "usfsS",
+ "x": 190,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycSAi",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CqDba",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "prop",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jPrbX",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oZmtQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XD4hY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vHk7y",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Jg823",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xFWqE",
+ "x": 1643,
+ "y": 2428,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b3oiC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yc5yu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r46Gm",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JV1ZZ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wTYNi",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qQFW0",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "gPMgz",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rJWi6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rmWcf",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "nQLKr",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iY2iV",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "l5yNW",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "znpWz",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MxmJ3",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qcQ8n",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VyIGz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CLMHV",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i3xdY",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5yVjp",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "53FSP",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J5Cor",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PDxX2",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "D64HP",
+ "x": 185,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWNmo",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qBbUW",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "audio",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SK7XV",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nfPbH",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JxLzY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iYBWS",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fNwNX",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "o1ORq",
+ "x": 1643,
+ "y": 2702,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XvKx4",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PUbQ0",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qa4HH",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2Vg6",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dI7aP",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m3Rhy",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "chI7p",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2v64b",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jgx7K",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kPaAP",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LC4YV",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZvKFx",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QQcZD",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Dp02F",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MH6BO",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZRDQE",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ciWVj",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sbA77",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2qola",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HpQnI",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gLEmp",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "okD0P",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "0MsQM",
+ "x": 182,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xpolo",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JHkb4",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "image",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3CvNA",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QWmvz",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XEFNZ",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LUy0A",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "uwpCy",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8HUBF",
+ "x": 1643,
+ "y": 2976,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GPWXm",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lEwa4",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wpaPv",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z63bL",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2nqM1",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mcvCZ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "Z6MGQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SEDDf",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YqvQE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NUUMf",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NlWYb",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "5lODe",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LvfxW",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oljrZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xEN83",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sAYXk",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AC84B",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SPQI4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GQcdK",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EnYxF",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x1t1r",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YAFyv",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "aowbj",
+ "x": 185,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnd5T",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "r30mZ",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "video",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m21P4",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cxLak",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rMrSD",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DSRvg",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "dcZZX",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VQ012",
+ "x": 1643,
+ "y": 3250,
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MAD38",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "scK93",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o98xA",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XwlW1",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VIhuH",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S6lFZ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "shenlinbianyuan",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "KSy8X",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UFrzb",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2H7Bs",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cIkai",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lo08N",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "k9YLc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6zz1N",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xKi74",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "AUDIO",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sm0ve",
+ "name": "like",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kLTO4",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7GvBm",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UmMLu",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "usJrg",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eaCl4",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "2026.04.27",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QNT6D",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kQ9WM",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/Project-image-5.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gYLZ7",
+ "x": 195,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwwov",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AaUqC",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "text",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kGjAg",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qAmXX",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8by0r",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hizh8",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "SLZrI",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "../images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "id": "CMvk9",
+ "x": 78,
+ "y": 2187,
+ "name": "image 45",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "width": 282,
+ "height": 17,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": "#111827"
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--secondary": {
+ "type": "color",
+ "value": "#f4f4f5"
+ },
+ "--card": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--secondary-foreground": {
+ "type": "color",
+ "value": "#171717"
+ },
+ "--border": {
+ "type": "color",
+ "value": "#d9dde3"
+ },
+ "--foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#737373"
+ }
+ ]
+ },
+ "--accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--ui-color-nav-chip-bg": {
+ "type": "color",
+ "value": "#ffffff14"
+ },
+ "--ui-color-nav-chip-border": {
+ "type": "color",
+ "value": "#ffffff2e"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "--sidebar": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--sidebar-border": {
+ "type": "color",
+ "value": "#e4e4e7"
+ },
+ "--sidebar-foreground": {
+ "type": "color",
+ "value": "#09090b"
+ },
+ "--sidebar-accent": {
+ "type": "color",
+ "value": "#f4f4f4"
+ },
+ "--sidebar-accent-foreground": {
+ "type": "color",
+ "value": "#18181b"
+ },
+ "--muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--input": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e5e5"
+ }
+ ]
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": "#3FCDD9"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/button-test_2026.02.27/button test.json b/ui/features/spx/button-test_2026.02.27/button test.json
new file mode 100644
index 0000000000..760d7e4ad0
--- /dev/null
+++ b/ui/features/spx/button-test_2026.02.27/button test.json
@@ -0,0 +1,235 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i1KMn",
+ "x": 254,
+ "y": 42.147595552034176,
+ "name": "Button/Large/Primary/Default",
+ "reusable": true,
+ "rotation": 0.0545587321577637,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f4Jct",
+ "name": "container",
+ "fill": "#0bc0cf",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5DKcQ",
+ "name": "icon/play-filled",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RrAU2",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wGmz3",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JJvOt",
+ "x": 254,
+ "y": 121,
+ "name": "Button/Large/Primary/Disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KjoaK",
+ "name": "container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ow3kW",
+ "name": "icon/play-filled",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j7zBJ",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise700",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PIOpV",
+ "name": "Button Text",
+ "fill": "$turquoise700",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "hDaSm",
+ "x": 438.48595789639694,
+ "y": 40.01028163123175,
+ "width": 250,
+ "height": 219,
+ "content": "修改了禁用状态的文字颜色"
+ }
+ ],
+ "variables": {
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": "#3fcdd9"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey500": {
+ "type": "color",
+ "value": "#d9dfe5"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/button-test_2026.02.27/button test.pen b/ui/features/spx/button-test_2026.02.27/button test.pen
new file mode 100644
index 0000000000..760d7e4ad0
--- /dev/null
+++ b/ui/features/spx/button-test_2026.02.27/button test.pen
@@ -0,0 +1,235 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i1KMn",
+ "x": 254,
+ "y": 42.147595552034176,
+ "name": "Button/Large/Primary/Default",
+ "reusable": true,
+ "rotation": 0.0545587321577637,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f4Jct",
+ "name": "container",
+ "fill": "#0bc0cf",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5DKcQ",
+ "name": "icon/play-filled",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RrAU2",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$grey100",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wGmz3",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JJvOt",
+ "x": 254,
+ "y": 121,
+ "name": "Button/Large/Primary/Disabled",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KjoaK",
+ "name": "container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey500",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ow3kW",
+ "name": "icon/play-filled",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j7zBJ",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "$turquoise700",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PIOpV",
+ "name": "Button Text",
+ "fill": "$turquoise700",
+ "content": "Button Text",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "note",
+ "id": "hDaSm",
+ "x": 438.48595789639694,
+ "y": 40.01028163123175,
+ "width": 250,
+ "height": 219,
+ "content": "修改了禁用状态的文字颜色"
+ }
+ ],
+ "variables": {
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": "#3fcdd9"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey500": {
+ "type": "color",
+ "value": "#d9dfe5"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/features/spx/images/Project-image-1.png b/ui/features/spx/images/Project-image-1.png
new file mode 100644
index 0000000000..472c4633cd
Binary files /dev/null and b/ui/features/spx/images/Project-image-1.png differ
diff --git a/ui/features/spx/images/Project-image-2.png b/ui/features/spx/images/Project-image-2.png
new file mode 100644
index 0000000000..4671417948
Binary files /dev/null and b/ui/features/spx/images/Project-image-2.png differ
diff --git a/ui/features/spx/images/Project-image-3.png b/ui/features/spx/images/Project-image-3.png
new file mode 100644
index 0000000000..207d31dee8
Binary files /dev/null and b/ui/features/spx/images/Project-image-3.png differ
diff --git a/ui/features/spx/images/Project-image-4.png b/ui/features/spx/images/Project-image-4.png
new file mode 100644
index 0000000000..576d787f79
Binary files /dev/null and b/ui/features/spx/images/Project-image-4.png differ
diff --git a/ui/features/spx/images/Project-image-5.png b/ui/features/spx/images/Project-image-5.png
new file mode 100644
index 0000000000..205f04e77d
Binary files /dev/null and b/ui/features/spx/images/Project-image-5.png differ
diff --git a/ui/features/spx/images/Project-image-6.png b/ui/features/spx/images/Project-image-6.png
new file mode 100644
index 0000000000..9108aa1c7b
Binary files /dev/null and b/ui/features/spx/images/Project-image-6.png differ
diff --git a/ui/features/spx/images/Upload-profile-picture ( circle ).png b/ui/features/spx/images/Upload-profile-picture ( circle ).png
new file mode 100644
index 0000000000..b9b5ed9630
Binary files /dev/null and b/ui/features/spx/images/Upload-profile-picture ( circle ).png differ
diff --git a/ui/features/spx/images/ai canvas logo.png b/ui/features/spx/images/ai canvas logo.png
new file mode 100644
index 0000000000..25ded9d9d2
Binary files /dev/null and b/ui/features/spx/images/ai canvas logo.png differ
diff --git a/ui/features/spx/images/asset-3.png b/ui/features/spx/images/asset-3.png
new file mode 100644
index 0000000000..1e18a89248
Binary files /dev/null and b/ui/features/spx/images/asset-3.png differ
diff --git a/ui/features/spx/images/asset-menu.png b/ui/features/spx/images/asset-menu.png
new file mode 100644
index 0000000000..65a8a4e1b4
Binary files /dev/null and b/ui/features/spx/images/asset-menu.png differ
diff --git a/ui/features/spx/images/assets-1.png b/ui/features/spx/images/assets-1.png
new file mode 100644
index 0000000000..7b2c870973
Binary files /dev/null and b/ui/features/spx/images/assets-1.png differ
diff --git a/ui/features/spx/images/assets-2.png b/ui/features/spx/images/assets-2.png
new file mode 100644
index 0000000000..5ec9829663
Binary files /dev/null and b/ui/features/spx/images/assets-2.png differ
diff --git a/ui/features/spx/images/avatar.png b/ui/features/spx/images/avatar.png
new file mode 100644
index 0000000000..3a2aeb2b05
Binary files /dev/null and b/ui/features/spx/images/avatar.png differ
diff --git "a/ui/features/spx/images/builder\344\275\277\347\224\250.png" "b/ui/features/spx/images/builder\344\275\277\347\224\250.png"
new file mode 100644
index 0000000000..8035e7f84c
Binary files /dev/null and "b/ui/features/spx/images/builder\344\275\277\347\224\250.png" differ
diff --git a/ui/features/spx/images/canvas-view.png b/ui/features/spx/images/canvas-view.png
new file mode 100644
index 0000000000..c658d0b428
Binary files /dev/null and b/ui/features/spx/images/canvas-view.png differ
diff --git a/ui/features/spx/images/card menu.png b/ui/features/spx/images/card menu.png
new file mode 100644
index 0000000000..9546006306
Binary files /dev/null and b/ui/features/spx/images/card menu.png differ
diff --git a/ui/features/spx/images/figma-community.png b/ui/features/spx/images/figma-community.png
new file mode 100644
index 0000000000..de063134e5
Binary files /dev/null and b/ui/features/spx/images/figma-community.png differ
diff --git a/ui/features/spx/images/figma-private.png b/ui/features/spx/images/figma-private.png
new file mode 100644
index 0000000000..53d592ee63
Binary files /dev/null and b/ui/features/spx/images/figma-private.png differ
diff --git a/ui/features/spx/images/figma-team.png b/ui/features/spx/images/figma-team.png
new file mode 100644
index 0000000000..0bb5d85d84
Binary files /dev/null and b/ui/features/spx/images/figma-team.png differ
diff --git a/ui/features/spx/images/intro.png b/ui/features/spx/images/intro.png
new file mode 100644
index 0000000000..aef6e23edf
Binary files /dev/null and b/ui/features/spx/images/intro.png differ
diff --git a/ui/features/spx/images/material-library-1.png b/ui/features/spx/images/material-library-1.png
new file mode 100644
index 0000000000..c01430dbc2
Binary files /dev/null and b/ui/features/spx/images/material-library-1.png differ
diff --git a/ui/features/spx/images/material-library-2.png b/ui/features/spx/images/material-library-2.png
new file mode 100644
index 0000000000..4e6e506bf0
Binary files /dev/null and b/ui/features/spx/images/material-library-2.png differ
diff --git a/ui/features/spx/images/material-library-3.png b/ui/features/spx/images/material-library-3.png
new file mode 100644
index 0000000000..be33d71ab9
Binary files /dev/null and b/ui/features/spx/images/material-library-3.png differ
diff --git a/ui/features/spx/images/material-library-4.png b/ui/features/spx/images/material-library-4.png
new file mode 100644
index 0000000000..e51749ba5f
Binary files /dev/null and b/ui/features/spx/images/material-library-4.png differ
diff --git a/ui/features/spx/images/navbar bg.png b/ui/features/spx/images/navbar bg.png
new file mode 100644
index 0000000000..f14450799b
Binary files /dev/null and b/ui/features/spx/images/navbar bg.png differ
diff --git a/ui/features/spx/images/personal-information-background.png b/ui/features/spx/images/personal-information-background.png
new file mode 100644
index 0000000000..63c770cca8
Binary files /dev/null and b/ui/features/spx/images/personal-information-background.png differ
diff --git a/ui/features/spx/images/sprite.png b/ui/features/spx/images/sprite.png
new file mode 100644
index 0000000000..27214af47a
Binary files /dev/null and b/ui/features/spx/images/sprite.png differ
diff --git a/ui/features/spx/images/studio-canvas.png b/ui/features/spx/images/studio-canvas.png
new file mode 100644
index 0000000000..d26054285c
Binary files /dev/null and b/ui/features/spx/images/studio-canvas.png differ
diff --git a/ui/features/spx/images/studio-canvaslist.png b/ui/features/spx/images/studio-canvaslist.png
new file mode 100644
index 0000000000..f44d02d582
Binary files /dev/null and b/ui/features/spx/images/studio-canvaslist.png differ
diff --git a/ui/features/spx/images/studio-list.png b/ui/features/spx/images/studio-list.png
new file mode 100644
index 0000000000..7766a04691
Binary files /dev/null and b/ui/features/spx/images/studio-list.png differ
diff --git a/ui/features/spx/images/studio-projectlist.png b/ui/features/spx/images/studio-projectlist.png
new file mode 100644
index 0000000000..6983ba72ae
Binary files /dev/null and b/ui/features/spx/images/studio-projectlist.png differ
diff --git a/ui/features/spx/images/studio-storyboard.png b/ui/features/spx/images/studio-storyboard.png
new file mode 100644
index 0000000000..b578b1cbd3
Binary files /dev/null and b/ui/features/spx/images/studio-storyboard.png differ
diff --git a/ui/features/spx/images/studio-view.png b/ui/features/spx/images/studio-view.png
new file mode 100644
index 0000000000..84c69e8497
Binary files /dev/null and b/ui/features/spx/images/studio-view.png differ
diff --git a/ui/features/spx/images/upload-profile-picture.png b/ui/features/spx/images/upload-profile-picture.png
new file mode 100644
index 0000000000..76a1ce0f8b
Binary files /dev/null and b/ui/features/spx/images/upload-profile-picture.png differ
diff --git "a/ui/features/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png" "b/ui/features/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png"
new file mode 100644
index 0000000000..47fa6c720a
Binary files /dev/null and "b/ui/features/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png" differ
diff --git "a/ui/features/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png" "b/ui/features/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png"
new file mode 100644
index 0000000000..2390a81dee
Binary files /dev/null and "b/ui/features/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png" differ
diff --git "a/ui/features/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png" "b/ui/features/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png"
new file mode 100644
index 0000000000..4a712ebf8d
Binary files /dev/null and "b/ui/features/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png" differ
diff --git a/ui/spx/community.pen b/ui/spx/community.pen
new file mode 100644
index 0000000000..d436ba7193
--- /dev/null
+++ b/ui/spx/community.pen
@@ -0,0 +1,32866 @@
+{
+ "version": "2.7",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zouv0",
+ "x": 0,
+ "y": 0,
+ "name": "Community Home",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zDQUY",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 226
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AT2re",
+ "name": "Frame",
+ "width": 1240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RbFNI",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F05oc",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xBJTY",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OTBiZ",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2MTty",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8VLn4",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "uXcix",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aZiHm",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZU1Ge",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "uHx0i",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "y7t4E",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8nSwG",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EFKaC",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l5ykb",
+ "name": "右",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w4nkk",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8wnRf",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PNFTj",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "V6fsN",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zHUnA",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nod4R",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QECrg",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "3mOBM",
+ "name": "Frame 162689",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JSGdg",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NEBSZ",
+ "x": 2.917236566543579,
+ "y": 1.7494304180145264,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#24292fff",
+ "width": 9.332624435424805,
+ "height": 10.500417709350586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8750000596046448
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "w2yQX",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Sign in",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FHwJY",
+ "name": "Content",
+ "width": 1240,
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 20,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7e6dX",
+ "name": "Frame 1000004673",
+ "clip": true,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "layout": "vertical",
+ "padding": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hHXgt",
+ "name": "Banner",
+ "width": 964,
+ "height": 200,
+ "fill": "$blue100",
+ "cornerRadius": 12,
+ "padding": [
+ 48,
+ 52
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z5n5E",
+ "name": "文字",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RLBbz",
+ "name": "Frame 1000003090",
+ "width": 400,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 28,
+ "children": [
+ {
+ "type": "frame",
+ "id": "b8gcs",
+ "name": "Frame 1000003089",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "nNI87",
+ "name": "文字内容为空",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Join XBuilder",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "700"
+ },
+ {
+ "type": "text",
+ "id": "4itow",
+ "name": "文字内容为空",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Build and share your projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UHZJD",
+ "name": "Button",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G3Ls4",
+ "name": "Frame 162689",
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CZfZF",
+ "name": "icon/play-filled",
+ "enabled": false,
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QBnRE",
+ "x": 3.750732421875,
+ "y": 2.249267578125,
+ "name": "play",
+ "geometry": "M14.66003 11.38685l-10.07605 6.16602c-2.005 1.227-4.58398-0.21211-4.58398-2.55811l0-11.98901c0-2.346 2.57898-3.78486 4.58398-2.55786l10.07605 6.16601c1.785 1.093 1.785 3.68095 0 4.77295z",
+ "fill": "#ffffffff",
+ "width": 11.999088287353516,
+ "height": 13.50053596496582,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "F7uwB",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Join now",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x5Psw",
+ "name": "配图",
+ "width": 270,
+ "height": 190,
+ "fill": "#f0faffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "mZ8h3",
+ "x": 4.6728515625,
+ "y": 8.7392578125,
+ "name": "方案一",
+ "enabled": false,
+ "children": [
+ {
+ "type": "group",
+ "id": "oqZi2",
+ "x": 0,
+ "y": 0,
+ "name": "装饰",
+ "children": [
+ {
+ "type": "group",
+ "id": "fLMVK",
+ "x": 33.3271484375,
+ "y": 1.260934829711914,
+ "name": "方块",
+ "children": [
+ {
+ "type": "path",
+ "id": "I8chZ",
+ "x": 139.365234375,
+ "y": 124.4736328125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#2285d0ff",
+ "width": 22.47957992553711,
+ "height": 22.47957992553711,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "lU8iB",
+ "x": 166.1298828125,
+ "y": 98.5654296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#2285d0ff",
+ "width": 4.976806640625,
+ "height": 4.976806640625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "qbHDY",
+ "x": 198.77587890625,
+ "y": 163,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l14.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19788c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-14.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 8.889850616455078,
+ "height": 8.889850616455078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "n5jXt",
+ "x": 140.732421875,
+ "y": 159.1904296875,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -65.70659981256874,
+ "geometry": "M4.26031 0l4.19785 0c2.35291 0 4.26031 1.90741 4.26032 4.26031l0 4.19788c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19785 0c-2.35291 0-4.26031-1.9074-4.26031-4.26032l0-4.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 9.368156433105469,
+ "height": 9.368178367614746,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "sqxlQ",
+ "x": 0,
+ "y": 143.916015625,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.857532978057861,
+ "height": 4.857539653778076,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "HzD5D",
+ "x": 28.72149085998535,
+ "y": 15,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26031 0l4.19787 0c2.35291 0 4.26033 1.90741 4.26033 4.26032l0 4.19786c0 2.35291-1.90742 4.26032-4.26033 4.26032l-4.19787 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 7.858949184417725,
+ "height": 7.858945369720459,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.479214072227478
+ }
+ },
+ {
+ "type": "path",
+ "id": "BgwLM",
+ "x": 7.85546875,
+ "y": 35.529296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94492 0l10.61116 0c2.731 0 4.94491 2.21391 4.94492 4.94492l0 10.61117c0 2.731-2.21391 4.94492-4.94492 4.94492l-10.61116 0c-2.731 0-4.94492-2.21391-4.94492-4.94492l0-10.61117c0-2.731 2.21392-4.94492 4.94492-4.94492z",
+ "fill": "#2285d0ff",
+ "width": 5.704196453094482,
+ "height": 5.704198837280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "ysvOT",
+ "x": 74.0185546875,
+ "y": 90,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -17.11439929492411,
+ "geometry": "M11.75429 0l54.71132 0c6.49171 0 11.75428 5.26257 11.75428 11.75428l-0.14493 51.57401c-6.95657-6.56945-12.84407 1.76846-19.33579 1.76846l-46.98488 13.12314c-6.49171 0-11.75429-5.26257-11.75429-11.75429l0-54.71131c0-6.49171 5.26258-11.75428 11.75429-11.75429z",
+ "fill": "#1cb0f6ff",
+ "width": 78.21988677978516,
+ "height": 78.21988677978516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "nB2Yg",
+ "x": 137.3974609375,
+ "y": 49.5390625,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": 15.591400740078207,
+ "geometry": "M21.97058 0l78.24881 0c12.13403 0 21.97061 9.83658 21.97061 21.9706l0 78.24881c0 12.13402-9.83658 21.97059-21.97061 21.97059l-78.24881 0c-12.13403 0-21.97058-9.83657-21.97058-21.97059l0-78.24881c0-12.13403 9.83655-21.9706 21.97058-21.9706z",
+ "fill": "#1cb0f6ff",
+ "width": 32.61341857910156,
+ "height": 32.61341857910156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "RvBjr",
+ "x": 188.6474609375,
+ "y": 108.6826171875,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#1cb0f6ff",
+ "width": 34.01329040527344,
+ "height": 34.01329040527344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3825813829898834
+ }
+ },
+ {
+ "type": "path",
+ "id": "i9RMl",
+ "x": 60,
+ "y": 99.7548828125,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.004698276519775,
+ "height": 4.004703044891357,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "DpB88",
+ "x": 232.4326171875,
+ "y": 92.9267578125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -38.507700908575345,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#2285d0ff",
+ "width": 5.630392551422119,
+ "height": 5.630389213562012,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.44269290566444397
+ }
+ },
+ {
+ "type": "path",
+ "id": "6bTGx",
+ "x": 76.26713562011719,
+ "y": 41.99989318847656,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26033 0l4.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19786 0c-2.35291 0-4.26033-1.90741-4.26033-4.26032l0-4.19786c0-2.35291 1.90742-4.26032 4.26033-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 6.3787007331848145,
+ "height": 6.378698825836182,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5015290975570679
+ }
+ },
+ {
+ "type": "path",
+ "id": "mRMjw",
+ "x": 220.72264099121094,
+ "y": 96,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -74.9999982305801,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 10.065617561340332,
+ "height": 10.065617561340332,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7914150953292847
+ }
+ },
+ {
+ "type": "path",
+ "id": "JYbEc",
+ "x": 52.8212890625,
+ "y": 67.9990234375,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -68.54410113046838,
+ "geometry": "M4.26032 0l14.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19787c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19786 0c-2.35291 0-4.26032-1.90741-4.26032-4.26032l0-14.19787c0-2.35291 1.90741-4.26031 4.26032-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 7.329061031341553,
+ "height": 7.329061031341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "zAyZk",
+ "x": 198.6953887939453,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94489 0l10.6112 0c2.731 0 4.94489 2.21392 4.94489 4.94492l0 10.61116c0 2.73101-2.21388 4.94492-4.94489 4.94492l-10.6112 0c-2.731 0-4.94489-2.21391-4.94489-4.94492l0-10.61116c0-2.731 2.21388-4.94492 4.94489-4.94492z",
+ "fill": "#1cb0f6ff",
+ "width": 6.613680362701416,
+ "height": 6.613687515258789,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "OpDky",
+ "x": 47.2822265625,
+ "y": 0,
+ "name": "圆弧",
+ "opacity": 0.699999988079071,
+ "children": [
+ {
+ "type": "path",
+ "id": "s0vKr",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "fill": "#e6f7ffaf",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5200784802436829
+ }
+ },
+ {
+ "type": "path",
+ "id": "X5WNn",
+ "x": 96.52252960205078,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.14000000059604645,
+ "geometry": "M0 0l0 16",
+ "width": 0,
+ "height": 8.321256637573242,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "caOD6",
+ "x": 26.571407318115234,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 0l11.5 11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "B7ngp",
+ "x": 160.4927520751953,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 11.5l11.5-11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x3ICI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7799999713897705,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "I8hhH",
+ "x": 4.1611328125,
+ "y": 4.16015625,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M0 142c18.227-81.2734 90.817-142 177.591-142 25.767 0 50.28499 5.3551 72.499 15.013",
+ "width": 130.06643676757812,
+ "height": 73.85115051269531,
+ "stroke": {
+ "align": "center",
+ "thickness": 8.321255683898926,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RZhuT",
+ "x": 1.260298728942871,
+ "y": 0.5204735398292542,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M366.33701 137c-22.944-79.1286-96.26499-137-183.168-137-86.904 0-160.22401 57.8714-183.16901 137",
+ "width": 190.5240020751953,
+ "height": 71.2507553100586,
+ "stroke": {
+ "align": "center",
+ "thickness": 5,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "48NZN",
+ "x": 194.8486328125,
+ "y": 30.173828125,
+ "name": "折线图",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "25jVh",
+ "x": 2.504420042037964,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M154.10001 16.5l-33-16.5m-6.5 1.25l-34 34m-7 2l-32-8m-6.4 2l-35.20001 38",
+ "width": 60.30000305175781,
+ "height": 27.09782600402832,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "91DzP",
+ "x": 0,
+ "y": 28.95703125,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3gjN3",
+ "x": 15.651932716369629,
+ "y": 11.739412307739258,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "buozJ",
+ "x": 31.3046875,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "woEEw",
+ "x": 46.956722259521484,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "m0qwV",
+ "x": 62.6086540222168,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "WZhpq",
+ "x": 211.6962890625,
+ "y": 99.716796875,
+ "name": "竖线",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "WiusL",
+ "x": 0,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bqnYO",
+ "x": 4.695209980010986,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FYqyG",
+ "x": 9.39111328125,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "J1oG8",
+ "x": 14.086553573608398,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tvtl2",
+ "x": 18.78271484375,
+ "y": 3.912109375,
+ "name": "Vector",
+ "geometry": "M0 0l0 100",
+ "width": 0,
+ "height": 39.130435943603516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qEodr",
+ "x": 23.47789764404297,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 120",
+ "width": 0,
+ "height": 46.956520080566406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1UGHq",
+ "x": 28.174034118652344,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pS1ix",
+ "x": 32.869140625,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7w3Wj",
+ "x": 37.56537628173828,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ihOR2",
+ "x": 42.26058578491211,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "T5zYt",
+ "x": 0,
+ "y": 100.1953125,
+ "name": "Vector",
+ "opacity": 0.1599999964237213,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nnVEd",
+ "x": 185.9345703125,
+ "y": 94.1953125,
+ "name": "Vector",
+ "opacity": 0.11999999731779099,
+ "flipX": true,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hIZq7",
+ "x": 21.3271484375,
+ "y": 14.2607421875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.1599999964237213,
+ "geometry": "M88.82609 58.8913l-58.89131-58.8913-29.93478 0",
+ "width": 88.82608795166016,
+ "height": 58.89130401611328,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.782608687877655,
+ "cap": "round",
+ "fill": "#2285d0ff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "Sl8iX",
+ "x": 15.2158203125,
+ "y": 29.1455078125,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "yU9H2",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "xyTZi",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "a5Ppj",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "u7xED",
+ "x": 48.583984375,
+ "y": 64.6513671875,
+ "name": "人物",
+ "children": [
+ {
+ "type": "path",
+ "id": "xR4GP",
+ "x": 9.5087890625,
+ "y": 47.556640625,
+ "name": "Vector",
+ "geometry": "M6 0l10 0c3.3 0 6 2.7 6 6l0 12-22 0 0-12c0-3.3 2.7-6 6-6z",
+ "fill": "#073156ff",
+ "width": 69.7480239868164,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "irSPS",
+ "x": 0,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M30 10l0-2c0-4.4-3.6-8-8-8l-22 0 0 3c0 2.2 1.8 4 4 4l4 0 0 8 27 0c1.1 0 2-0.9 2-2 0-1.7-1.3-3-3-3l-4 0z",
+ "fill": "#ffca58ff",
+ "width": 117.3034896850586,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cHnDf",
+ "x": 68.2431411743164,
+ "y": 59.0673828125,
+ "name": "Vector",
+ "geometry": "M26.8678 25.36292c0-13.94961-11.41331-25.36292-25.36292-25.36292l-1.50488 0",
+ "width": 26.8677978515625,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jnNfh",
+ "x": 45.96875,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M7 0l0 4.5c0 1.9-1.6 3.5-3.5 3.5-1.9 0-3.5-1.6-3.5-3.5l0-4.5 7 0z",
+ "width": 22.192548751831055,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uuYry",
+ "x": 50.7265625,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M0 0l2 4 2-4-4 0z m21 13c0-1.7-1.3-3-3-3l-8 0 0 3c0 1.1 0.9 2 2 2l7 0c1.1 0 2-0.9 2-2z",
+ "fill": "#eacaacff",
+ "width": 66.57765197753906,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Fn4W9",
+ "x": 82.4267578125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l0 8 4 0",
+ "width": 12.681458473205566,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ak10R",
+ "x": 0,
+ "y": 19.022640228271484,
+ "name": "Vector",
+ "geometry": "M4 0c-0.6 0-1 0.4-1 1l0 2c-1.7 0-3 1.3-3 3l0 9c0 2.2 1.8 4 4 4l1 0 0-18c0-0.6-0.4-1-1-1z",
+ "fill": "#eacaacff",
+ "width": 15.851820945739746,
+ "height": 60.23693084716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5wXW2",
+ "x": 6.33984375,
+ "y": 34.87109375,
+ "name": "Vector",
+ "geometry": "M1 2c-0.6 0-1-0.4-1-1 0-0.6 0.4-1 1-1l0.5 0c0.8 0 1.5 0.7 1.5 1.5l0 0.5",
+ "width": 9.511094093322754,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RDWeZ",
+ "x": 9.7431640625,
+ "y": 36.609375,
+ "name": "Vector",
+ "geometry": "M0 0c2.53629 0 4.75555 1.21926 4.75555 3.75555l0 1.58518",
+ "width": 4.755547046661377,
+ "height": 5.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nQuiZ",
+ "x": 22.189321517944336,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bhN4y",
+ "x": 76.0888671875,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "bjry4",
+ "x": 25.36328125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l2 0",
+ "width": 6.340729236602783,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HcdZ0",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 9c0 1.1819 0.23279 2.35222 0.68508 3.44415 0.45229 1.09193 1.11523 2.08408 1.95096 2.91981 0.83573 0.83573 1.82788 1.49866 2.91981 1.95095 1.09193 0.45229 2.26225 0.68509 3.44415 0.68509 1.1819 0 2.35222-0.23279 3.44415-0.68509 1.09193-0.45229 2.08408-1.11523 2.91981-1.95095 0.83573-0.83573 1.49867-1.82788 1.95096-2.91981 0.45229-1.09193 0.68508-2.26226 0.68508-3.44415 0-1.1819-0.23279-2.35222-0.68508-3.44415-0.45229-1.09193-1.11523-2.08408-1.95096-2.91981-0.83573-0.83573-1.82788-1.49866-2.91981-1.95096-1.09193-0.45229-2.26225-0.68508-3.44415-0.68508-1.1819 0-2.35222 0.23279-3.44415 0.68508-1.09193 0.45229-2.08408 1.11523-2.91981 1.95096-0.83573 0.83573-1.49866 1.82788-1.95096 2.91981-0.45229 1.09193-0.68508 2.26225-0.68508 3.44415z",
+ "fill": "#eacaacff",
+ "width": 57.066558837890625,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9dgzV",
+ "x": 44.74297332763672,
+ "y": 7.357206344604492,
+ "name": "Vector",
+ "geometry": "M0 47.25195c3.46182 1.43393 8.57451 1.4574 12.32156 1.4574 3.74704 0 7.45739-0.73803 10.91921-2.17197 3.46182-1.43393 6.6073-3.53568 9.25686-6.18524 2.64956-2.64956 4.75131-5.79503 6.18524-9.25685 1.43393-3.46182 2.17196-7.17218 2.17197-10.91922 0-3.74704-0.73803-7.4574-2.17197-10.91921-1.43393-3.46182-3.53569-6.6073-6.18524-9.25686",
+ "width": 40.854835510253906,
+ "height": 48.7093505859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qH8a0",
+ "x": 50.72636032104492,
+ "y": 39.62913513183594,
+ "name": "Vector",
+ "geometry": "M0 0c0 1.4 1.1 2.5 2.5 2.5 1.4 0 2.5-1.1 2.5-2.5l-5 0z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 7.925910472869873,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g9ckd",
+ "x": 52.3095703125,
+ "y": 41.212890625,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.21071 0.51957 0.58579 0.70711 0.37507 0.18754 0.88378 0.29289 1.41421 0.29289 0.53043 0 1.03914-0.10536 1.41421-0.29289 0.37507-0.18754 0.58579-0.44189 0.58579-0.70711 0-0.26522-0.21071-0.51957-0.58579-0.70711-0.37507-0.18754-0.88378-0.29289-1.41421-0.29289-0.53043 0-1.03914 0.10536-1.41421 0.29289-0.37507 0.18754-0.58579 0.44189-0.58579 0.70711z",
+ "fill": "#ff4e5eff",
+ "width": 12.681458473205566,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eETn5",
+ "x": 28.53125,
+ "y": 3,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 28.533279418945312,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "F3EZy",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z m0 0c15.85182 0 28.53328 12.68146 28.53328 28.53328-15.85182 0-28.53328-12.68146-28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 57.066558837890625,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "I32Qk",
+ "x": 38.0419921875,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "3d4Ci",
+ "x": 72.916015625,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZOpCk",
+ "x": 41.212890625,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UubjI",
+ "x": 63.4052734375,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AAQ2d",
+ "x": 42.212890625,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.9596 0 3.73381 0.67977 5.10436 1.82105m-13.03027 6.10486c0 1.16241 0.23919 2.25958 0.67201 3.24596",
+ "width": 13.0302734375,
+ "height": 11.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zEFxc",
+ "x": 64.4052734375,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.03281 0 2.01412 0.18883 2.91198 0.53453m-10.83789 7.39138c0 2.02779 0.72791 3.85707 1.94186 5.24596",
+ "width": 10.837890625,
+ "height": 13.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "md0XO",
+ "x": 28.53125,
+ "y": 24.7255859375,
+ "name": "Vector",
+ "geometry": "M16 0.2l2 1m-4.5-1.2l0 0.4m-4.5-0.2l2 0m-7 0l-4 1",
+ "width": 57.066558837890625,
+ "height": 3.8044400215148926,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "i2q6a",
+ "x": 99.310546875,
+ "y": 89.376953125,
+ "name": "人物眼睛",
+ "children": [
+ {
+ "type": "path",
+ "id": "O3aUn",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "m2EmY",
+ "x": 20.6162109375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "zeCjT",
+ "x": 43.583984375,
+ "y": 156.5908203125,
+ "name": "书本",
+ "children": [
+ {
+ "type": "path",
+ "id": "8tilL",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12 4l-10 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l10 0 0 4z",
+ "fill": "#219ffcff",
+ "width": 38.044376373291016,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FRPKe",
+ "x": 4.3408203125,
+ "y": 10.6815185546875,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M31.70365 0l-31.70365 0",
+ "width": 31.70364761352539,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yVOdX",
+ "x": 25.363178253173828,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10 4l-8 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l8 0 0 4z",
+ "fill": "#ffffffff",
+ "width": 31.703641891479492,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rnM9a",
+ "x": 23.3271484375,
+ "y": 86.8447265625,
+ "name": "电脑",
+ "children": [
+ {
+ "type": "path",
+ "id": "TeMuM",
+ "x": 116.1943359375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l26 0c1.1 0 2 0.9 2 2l0 18c0 1.1-0.9 2-2 2l-26 0c-1.1 0-2-0.9-2-2l0-18c0-1.1 0.9-2 2-2z",
+ "fill": "#a8b4c4ff",
+ "width": 95.1109390258789,
+ "height": 69.7480239868164,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Cknkw",
+ "x": 147.896484375,
+ "y": 53.896484375,
+ "name": "Vector",
+ "geometry": "M8 7c0 1.1-0.9 2-2 2l-6 0c1.1 0 2-0.9 2-2l0-5c0-1.1 0.9-2 2-2l2 0c1.1 0 2 0.9 2 2l0 5z",
+ "fill": "#8b9cb0ff",
+ "width": 25.362916946411133,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 6.2985076904296875,
+ "id": "GGV1K",
+ "x": 0,
+ "y": 81.64453125,
+ "name": "Rectangle 859",
+ "fill": "#3c5d87ff",
+ "width": 230,
+ "height": 7,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IkrSB",
+ "x": 162,
+ "y": 28.416015625,
+ "name": "badge",
+ "geometry": "M8.2438 4.24236l-0.29394 0.29403c-0.18733 0.18735-0.29272 0.44204-0.29272 0.70739l0 0.41404c0 1.10409-0.8946 1.99882-1.99857 1.99882l-0.41398 0c-0.26533 0-0.51934 0.10534-0.70734 0.29269l-0.29467 0.29403c-0.78065 0.78073-2.04595 0.78073-2.8266 0l-0.29467-0.29403c-0.18733-0.18735-0.44201-0.29269-0.70734-0.29269l-0.41397 0m7.65714-7.2426l0-0.41404m0.29272 1.12143c-0.18733-0.18802-0.29272-0.44204-0.29272-0.70739m0.58666 1.00142l-0.29394-0.29403m0.29394 3.12093c0.78065-0.78073 0.78065-2.04616 0-2.8269m-8.2438 6.24118l7.65714-7.65664",
+ "width": 8.829282760620117,
+ "height": 8.828908920288086,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "fill": "#07315633"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Sk6lg",
+ "x": 158,
+ "y": 24.416015625,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#f2f6fbff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "M6MZJ",
+ "x": 125,
+ "y": 0.416015625,
+ "name": "Rectangle 865",
+ "fill": "#ffffff00",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "adGmb",
+ "x": 140.3271484375,
+ "y": 24.2607421875,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "lnOm5",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 90,
+ "height": 54,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2A2QY",
+ "x": 8,
+ "y": 16,
+ "name": "text",
+ "geometry": "M10.48472 8.81026l-1.57142 0 0 4.45664 2.34425 0 0 2.55034c-0.29196 0.03435-0.54957 0.0687-0.77283 0.10304-0.20609 0.03435-0.48946 0.04294-0.85011 0.02577-0.60109 0-1.18501-0.12881-1.75175-0.38642-0.54957-0.27478-1.03044-0.65261-1.44262-1.13348-0.395-0.48087-0.70413-1.0562-0.92739-1.72599-0.22326-0.68696-0.32631-1.43403-0.30913-2.2412 0-0.68696 0.11163-1.34816 0.33489-1.9836 0.22326-0.63544 0.52381-1.19359 0.90163-1.67446 0.395-0.48087 0.8587-0.86729 1.3911-1.15924 0.54957-0.30913 1.14207-0.47228 1.7775-0.48946 0.84153-0.05152 1.89773 0.06011 3.16861 0.33489 1.27088 0.25761 2.30131 0.81576 3.09131 1.67446l0-5.59013c-0.37783-0.24044-0.86729-0.44652-1.46837-0.61826-0.58392-0.17174-1.1249-0.33489-1.62294-0.48946-0.49804-0.17174-1.01327-0.29196-1.54566-0.36066-0.51522-0.0687-1.01326-0.10304-1.49414-0.10304-1.47696 0-2.80795 0.2662-3.99295 0.79859-1.18501 0.51522-2.20686 1.2537-3.06556 2.21545-0.8587 0.96174-1.5199 2.09523-1.98359 3.40044-0.4637 1.28805-0.69555 2.69632-0.69555 4.2248 0 1.73457 0.23185 3.28023 0.69555 4.63698 0.4637 1.33957 1.10772 2.47305 1.93207 3.40045 0.82435 0.9274 1.80327 1.64011 2.93675 2.13816 1.15066 0.51522 2.42153 0.77283 3.81263 0.77283 0.53239 0 1.04761-0.01717 1.54566-0.05152 0.49805-0.01718 1.00468-0.07729 1.51989-0.18033 0.53239-0.08587 1.07338-0.20609 1.62295-0.36065 0.54957-0.13739 1.15066-0.31772 1.80326-0.54098l0-11.6182-3.47773 0c-0.65261-0.01717-1.28805-0.02576-1.90631-0.02576z m47.5105-8.16613l4.55969 0 0 6.54329c0.37783-0.32631 0.79859-0.54957 1.26229-0.66979 0.46369-0.13739 0.97892-0.20609 1.54566-0.20609 0.79 0 1.53706 0.1975 2.2412 0.59251 0.72131 0.37783 1.34816 0.91022 1.88054 1.59718 0.53239 0.66979 0.95316 1.48555 1.2623 2.44729 0.3263 0.94457 0.48946 1.99218 0.48946 3.14284 0 1.21935-0.16315 2.3099-0.48946 3.27164-0.30914 0.96174-0.7299 1.75175-1.2623 2.37001-0.53239 0.63544-1.15924 1.11631-1.88054 1.44262-0.70413 0.32631-1.45119 0.48946-2.2412 0.48946-0.79 0-1.46838-0.1288-2.03512-0.38642-0.56674-0.24044-1.03902-0.56674-1.41685-0.97891 0 0.06869-0.00859 0.29196-0.02577 0.66978l0 0.66978-3.8899 0 0-20.99519z m6.56905 15.86876c0.58392 0 1.08196-0.24044 1.49413-0.72131 0.42935-0.48087 0.62685-1.15924 0.59251-2.03511-0.03435-0.75566-0.24902-1.36533-0.64403-1.82903-0.37783-0.48087-0.8587-0.72131-1.44261-0.72131-0.63544 0-1.13348 0.24043-1.49414 0.72131-0.34348 0.48087-0.51522 1.10772-0.51522 1.88055l0 0.36065c0.03435 0.73848 0.23184 1.31381 0.5925 1.72599 0.37783 0.41217 0.85012 0.61826 1.41686 0.61826z m52.12382 5.12643l-3.88991 0c0-0.06869-0.00859-0.29196-0.02576-0.66978l0-0.66978c-0.39501 0.41218-0.87587 0.73848-1.44261 0.97891-0.56674 0.25761-1.24512 0.38641-2.03512 0.38642-0.77283 0-1.5199-0.16315-2.24121-0.48946-0.7213-0.32631-1.34815-0.80718-1.88054-1.44262-0.51523-0.61826-0.93599-1.40827-1.2623-2.37001-0.30913-0.96174-0.46369-2.05229-0.46369-3.27164 0-1.15066 0.15456-2.19827 0.46369-3.14284 0.32631-0.96174 0.74707-1.77751 1.2623-2.44729 0.53239-0.68696 1.15924-1.21935 1.88054-1.59718 0.72131-0.395 1.46838-0.5925 2.24121-0.59251 0.58391 0 1.10772 0.0687 1.57142 0.20609 0.4637 0.12022 0.87587 0.34348 1.23652 0.66979l0-6.54329 4.58546 0 0 20.99519z m-4.58546-7.90861c0-0.65261-0.17173-1.19359-0.51521-1.62295-0.34349-0.44652-0.83295-0.66979-1.46839-0.66978-0.60109 0-1.09912 0.21468-1.49413 0.64402-0.37782 0.41217-0.57533 0.95316-0.59251 1.62295-0.01717 0.73848 0.17174 1.3224 0.56675 1.75174 0.41217 0.42935 0.9188 0.64402 1.51989 0.64403 0.56675 0 1.03045-0.17174 1.3911-0.51522 0.37782-0.36065 0.57533-0.88446 0.5925-1.57142l0-0.28337z m25.30928-4.45665l0-2.75643-4.27632 0 0 15.30202 4.27632 0 0-8.37232c0-0.18891 0.04294-0.40359 0.12882-0.64402 0.10304-0.25761 0.27478-0.50663 0.51521-0.74707 0.37784-0.32631 0.77283-0.54957 1.18501-0.66979 0.41219-0.13739 0.88445-0.20609 1.41684-0.20608 0.44652 0 0.89305 0.04294 1.33957 0.1288 0.4637 0.08587 0.8587 0.20609 1.18501 0.36066l0-4.5597c-0.22325-0.18891-0.51523-0.33489-0.87588-0.43793-0.34348-0.12022-0.69554-0.18033-1.0562-0.18033-0.20609 0-0.35205 0.00859-0.43793 0.02576-0.84152 0.10304-1.51991 0.36065-2.03512 0.77283-0.51522 0.395-0.97032 1.0562-1.36533 1.9836z m-6.04459 7.34174c-1.75175 0.44652-3.31457 0.66979-4.68849 0.66978-1.18502 0-2.13817-0.18033-2.85948-0.54098-0.70413-0.36066-1.06478-0.80718-1.08195-1.33957l8.52688 0c0.03435-0.22326 0.05152-0.57533 0.05152-1.0562 0-1.23653-0.11162-2.29273-0.33489-3.1686-0.20608-0.87587-0.57533-1.63153-1.10773-2.26697-1.20217-1.52848-2.76501-2.29273-4.6885-2.29272-1.94065 0-3.47773 0.7299-4.61121 2.18968-1.23653 1.39109-1.85479 3.22871-1.85479 5.51285 0 2.30131 0.64403 4.14752 1.93208 5.53861 1.30523 1.33957 3.03979 2.00936 5.20371 2.00936 2.23261 0 4.07024-0.63544 5.51285-1.90631l0-3.34893z m-8.16622-4.40513c0.17174-1.27088 0.83293-1.90631 1.98358-1.90631 0.58392 0 1.03045 0.15456 1.33958 0.4637 0.32631 0.30913 0.53239 0.79 0.61826 1.44261l-3.94142 0z m-25.27613 8.65575c0.94456 0.53239 2.26696 0.79859 3.96718 0.79859l0-5.30676c-1.28805 0-1.93207-1.15925-1.93207-3.47774l0-12.2107-4.58545 0 0 12.0819c0 2.33566 0.18892 4.14752 0.56674 5.43557 0.395 1.27087 1.05621 2.16392 1.9836 2.67914z m-4.75372-20.14498l0 5.02339-4.74001 0 0-5.02339 4.74001 0z m0 6.49176l0 14.42615-4.74001 0 0-14.42615 4.74001 0z m-10.99099 12.36527l0 2.42153 4.17328 0 0-15.43083-4.27633 0 0 7.59949c0 0.30913-0.25761 0.84152-0.77283 1.59718-0.32631 0.34348-0.6526 0.5925-0.97891 0.74707-0.30913 0.15457-0.65263 0.23185-1.03045 0.23185-0.72131 0-1.26228-0.23185-1.62293-0.69554-0.34348-0.4637-0.51522-1.20218-0.51522-2.21545l0-7.2646-4.14752 0 0 9.94374c0 1.73457 0.44652 3.02262 1.33957 3.86415 0.96175 1.03044 2.1124 1.54566 3.45197 1.54566 0.84152 0 1.60577-0.1975 2.29273-0.59251 0.70413-0.395 1.39968-0.97892 2.08664-1.75174z m-33.5829-10.253l-4.79155 0 0-5.25524-5.12643 0 0 5.25524-4.97187 0 0 3.99295 4.97187 0 0 5.77046 5.12643 0 0-5.77046 4.79155 0 0-3.99295z m-28.64968-0.54098c1.28805-1.56283 3.02262-2.34425 5.20371-2.34425 2.12957 0 3.84697 0.78142 5.1522 2.34425 1.33957 1.52848 2.00936 3.28882 2.00935 5.281 0 2.09523-0.67837 3.88991-2.03511 5.38405-1.30522 1.52848-3.01403 2.29273-5.12644 2.29273-2.12957 0-3.86415-0.74707-5.20371-2.24121-1.3224-1.52848-1.9836-3.34034-1.9836-5.43557 0-1.99218 0.6612-3.75252 1.9836-5.281z m3.24588 6.92971c0.4637 0.54957 1.11631 0.82435 1.95783 0.82435 0.77283 0 1.40827-0.27478 1.90632-0.82435 0.51522-0.49804 0.77283-1.17642 0.77282-2.03512 0-0.87587-0.25761-1.55425-0.77282-2.03512-0.49805-0.54957-1.13348-0.82435-1.90632-0.82435-0.84153 0-1.49414 0.27478-1.95783 0.82435-0.51522 0.48087-0.77283 1.15924-0.77283 2.03512 0 0.8587 0.25761 1.53707 0.77283 2.03512z",
+ "fillRule": "evenodd",
+ "fill": [
+ "#fbb547ff",
+ "#0bc0cfff"
+ ],
+ "width": 74,
+ "height": 11.628570556640625,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.8358208537101746
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#015e67",
+ "offset": {
+ "x": 0.8358208537101746,
+ "y": 0.4179104268550873
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "OqPmH",
+ "x": 143.3271484375,
+ "y": 152.2607421875,
+ "name": "Rectangle 864",
+ "opacity": 0.10000000149011612,
+ "fill": "#073156ff",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5dD67",
+ "x": 4.6728515625,
+ "y": 8.7392578125,
+ "name": "方案二",
+ "enabled": false,
+ "children": [
+ {
+ "type": "group",
+ "id": "l7vmK",
+ "x": 0,
+ "y": 0,
+ "name": "装饰",
+ "children": [
+ {
+ "type": "group",
+ "id": "W4Zk6",
+ "x": 33.3271484375,
+ "y": 1.260934829711914,
+ "name": "方块",
+ "children": [
+ {
+ "type": "path",
+ "id": "268g3",
+ "x": 139.365234375,
+ "y": 124.4736328125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#2285d0ff",
+ "width": 22.47957992553711,
+ "height": 22.47957992553711,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "MpXkW",
+ "x": 166.1298828125,
+ "y": 98.5654296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#2285d0ff",
+ "width": 4.976806640625,
+ "height": 4.976806640625,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "NCtzm",
+ "x": 198.77587890625,
+ "y": 163,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -80.8166004921447,
+ "geometry": "M4.26031 0l14.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19788c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-14.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 8.889850616455078,
+ "height": 8.889850616455078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ci9RB",
+ "x": 140.732421875,
+ "y": 159.1904296875,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -65.70659981256874,
+ "geometry": "M4.26031 0l4.19785 0c2.35291 0 4.26031 1.90741 4.26032 4.26031l0 4.19788c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19785 0c-2.35291 0-4.26031-1.9074-4.26031-4.26032l0-4.19788c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 9.368156433105469,
+ "height": 9.368178367614746,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "fBAvN",
+ "x": 0,
+ "y": 143.916015625,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.857532978057861,
+ "height": 4.857539653778076,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "wmPi4",
+ "x": 28.72149085998535,
+ "y": 15,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26031 0l4.19787 0c2.35291 0 4.26033 1.90741 4.26033 4.26032l0 4.19786c0 2.35291-1.90742 4.26032-4.26033 4.26032l-4.19787 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 7.858949184417725,
+ "height": 7.858945369720459,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.479214072227478
+ }
+ },
+ {
+ "type": "path",
+ "id": "ptjFa",
+ "x": 7.85546875,
+ "y": 35.529296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94492 0l10.61116 0c2.731 0 4.94491 2.21391 4.94492 4.94492l0 10.61117c0 2.731-2.21391 4.94492-4.94492 4.94492l-10.61116 0c-2.731 0-4.94492-2.21391-4.94492-4.94492l0-10.61117c0-2.731 2.21392-4.94492 4.94492-4.94492z",
+ "fill": "#2285d0ff",
+ "width": 5.704196453094482,
+ "height": 5.704198837280273,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3913043439388275
+ }
+ },
+ {
+ "type": "path",
+ "id": "p4WJb",
+ "x": 74.0185546875,
+ "y": 90,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -17.11439929492411,
+ "geometry": "M11.75429 0l54.71132 0c6.49171 0 11.75428 5.26257 11.75428 11.75428l-0.14493 51.57401c-6.95657-6.56945-12.84407 1.76846-19.33579 1.76846l-46.98488 13.12314c-6.49171 0-11.75429-5.26257-11.75429-11.75429l0-54.71131c0-6.49171 5.26258-11.75428 11.75429-11.75429z",
+ "fill": "#1cb0f6ff",
+ "width": 78.21988677978516,
+ "height": 78.21988677978516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "HpKg4",
+ "x": 137.3974609375,
+ "y": 49.5390625,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": 15.591400740078207,
+ "geometry": "M21.97058 0l78.24881 0c12.13403 0 21.97061 9.83658 21.97061 21.9706l0 78.24881c0 12.13402-9.83658 21.97059-21.97061 21.97059l-78.24881 0c-12.13403 0-21.97058-9.83657-21.97058-21.97059l0-78.24881c0-12.13403 9.83655-21.9706 21.97058-21.9706z",
+ "fill": "#1cb0f6ff",
+ "width": 32.61341857910156,
+ "height": 32.61341857910156,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "qAH2x",
+ "x": 188.6474609375,
+ "y": 108.6826171875,
+ "name": "Vector",
+ "opacity": 0.09000000357627869,
+ "rotation": -21.016399841193742,
+ "geometry": "M12 0l33.44781 0c6.62742 0 12 5.37258 12.00001 12l0 33.44781c0 6.62742-5.37258 12-12 12.00001l-33.44782 0c-6.62742 0-12-5.37258-12-12l0-33.44782c0-6.62742 5.37258-12 12-12z",
+ "fill": "#1cb0f6ff",
+ "width": 34.01329040527344,
+ "height": 34.01329040527344,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3825813829898834
+ }
+ },
+ {
+ "type": "path",
+ "id": "vitwb",
+ "x": 60,
+ "y": 99.7548828125,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": 10.884700187711632,
+ "geometry": "M3.80588 0l4.80194 0c2.10193 0 3.80588 1.70396 3.80588 3.80589l0 4.80193c0 2.10193-1.70395 3.80589-3.80588 3.80589l-4.80194 0c-2.10193 0-3.80588-1.70396-3.80588-3.80589l0-4.80193c0-2.10193 1.70395-3.80589 3.80588-3.80589z",
+ "fill": "#1cb0f6ff",
+ "width": 4.004698276519775,
+ "height": 4.004703044891357,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "uvZPX",
+ "x": 232.4326171875,
+ "y": 92.9267578125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.10000000149011612,
+ "rotation": -38.507700908575345,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19788 0c-2.35291 0-4.26031-1.90741-4.26031-4.26032l0-4.19786c0-2.35291 1.90741-4.26032 4.26031-4.26032z",
+ "fill": "#2285d0ff",
+ "width": 5.630392551422119,
+ "height": 5.630389213562012,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.44269290566444397
+ }
+ },
+ {
+ "type": "path",
+ "id": "bj6sk",
+ "x": 76.26713562011719,
+ "y": 41.99989318847656,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -79.26830024458425,
+ "geometry": "M4.26033 0l4.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26032l0 4.19786c0 2.35291-1.9074 4.26032-4.26032 4.26032l-4.19786 0c-2.35291 0-4.26033-1.90741-4.26033-4.26032l0-4.19786c0-2.35291 1.90742-4.26032 4.26033-4.26032z",
+ "fill": "#1cb0f6ff",
+ "width": 6.3787007331848145,
+ "height": 6.378698825836182,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5015290975570679
+ }
+ },
+ {
+ "type": "path",
+ "id": "w3ZHP",
+ "x": 220.72264099121094,
+ "y": 96,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -74.9999982305801,
+ "geometry": "M4.26031 0l4.19788 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 4.19787c0 2.35291-1.9074 4.26033-4.26032 4.26033l-4.19788 0c-2.35291 0-4.26031-1.90742-4.26031-4.26033l0-4.19787c0-2.35291 1.90741-4.26031 4.26031-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 10.065617561340332,
+ "height": 10.065617561340332,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7914150953292847
+ }
+ },
+ {
+ "type": "path",
+ "id": "vw8ly",
+ "x": 52.8212890625,
+ "y": 67.9990234375,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -68.54410113046838,
+ "geometry": "M4.26032 0l14.19786 0c2.35291 0 4.26032 1.90741 4.26032 4.26031l0 14.19787c0 2.35291-1.90741 4.26032-4.26032 4.26032l-14.19786 0c-2.35291 0-4.26032-1.90741-4.26032-4.26032l0-14.19787c0-2.35291 1.90741-4.26031 4.26032-4.26031z",
+ "fill": "#1cb0f6ff",
+ "width": 7.329061031341553,
+ "height": 7.329061031341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ },
+ {
+ "type": "path",
+ "id": "tBC6A",
+ "x": 198.6953887939453,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "rotation": -24.05089976672797,
+ "geometry": "M4.94489 0l10.6112 0c2.731 0 4.94489 2.21392 4.94489 4.94492l0 10.61116c0 2.73101-2.21388 4.94492-4.94489 4.94492l-10.6112 0c-2.731 0-4.94489-2.21391-4.94489-4.94492l0-10.61116c0-2.731 2.21388-4.94492 4.94489-4.94492z",
+ "fill": "#1cb0f6ff",
+ "width": 6.613680362701416,
+ "height": 6.613687515258789,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.32260316610336304
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "51oWN",
+ "x": 47.2822265625,
+ "y": 0,
+ "name": "圆弧",
+ "opacity": 0.699999988079071,
+ "children": [
+ {
+ "type": "path",
+ "id": "YDxRo",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "fill": "#e6f7ffaf",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5200784802436829
+ }
+ },
+ {
+ "type": "path",
+ "id": "6BtrQ",
+ "x": 96.52252960205078,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.14000000059604645,
+ "geometry": "M0 0l0 16",
+ "width": 0,
+ "height": 8.321256637573242,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4k18u",
+ "x": 26.571407318115234,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 0l11.5 11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nOR3I",
+ "x": 160.4927520751953,
+ "y": 28.99336051940918,
+ "name": "Vector",
+ "geometry": "M0 11.5l11.5-11.5",
+ "width": 5.980903148651123,
+ "height": 5.980903148651123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.0401569604873657,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ReH4s",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M185.59169 16c-82.949 0-152.359 58.05121-169.784 135.75101-0.967 4.311-5.24601 7.02198-9.55701 6.05499-4.311-0.967-7.022-5.24501-6.055-9.55701 19.028-84.8469 94.79901-148.24899 185.39601-148.24899 90.59801 0 166.369 63.40209 185.39699 148.24899 0.96701 4.312-1.745 8.59001-6.056 9.55701-4.31101 0.96699-8.59-1.74399-9.556-6.05499-17.426-77.6998-86.83499-135.75101-169.78499-135.75101z",
+ "fillRule": "evenodd",
+ "width": 193.04498291015625,
+ "height": 82.17328643798828,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.7799999713897705,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WmtBN",
+ "x": 4.1611328125,
+ "y": 4.16015625,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M0 142c18.227-81.2734 90.817-142 177.591-142 25.767 0 50.28499 5.3551 72.499 15.013",
+ "width": 130.06643676757812,
+ "height": 73.85115051269531,
+ "stroke": {
+ "align": "center",
+ "thickness": 8.321255683898926,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uiaqw",
+ "x": 1.260298728942871,
+ "y": 0.5204735398292542,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M366.33701 137c-22.944-79.1286-96.26499-137-183.168-137-86.904 0-160.22401 57.8714-183.16901 137",
+ "width": 190.5240020751953,
+ "height": 71.2507553100586,
+ "stroke": {
+ "align": "center",
+ "thickness": 5,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "3mEYs",
+ "x": 194.8486328125,
+ "y": 30.173828125,
+ "name": "折线图",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "AlhVy",
+ "x": 2.504420042037964,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M154.10001 16.5l-33-16.5m-6.5 1.25l-34 34m-7 2l-32-8m-6.4 2l-35.20001 38",
+ "width": 60.30000305175781,
+ "height": 27.09782600402832,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5vjbd",
+ "x": 0,
+ "y": 28.95703125,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9WwU2",
+ "x": 15.651932716369629,
+ "y": 11.739412307739258,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KIrr7",
+ "x": 31.3046875,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nlcbq",
+ "x": 46.956722259521484,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aUaTz",
+ "x": 62.6086540222168,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M8 4c0 2.20914-1.79086 4-4 4-2.20914 0-4-1.79086-4-4 0-2.20914 1.79086-4 4-4 2.20914 0 4 1.79086 4 4z",
+ "width": 3.13043475151062,
+ "height": 3.13043475151062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GdZiz",
+ "x": 211.6962890625,
+ "y": 99.716796875,
+ "name": "竖线",
+ "opacity": 0.1599999964237213,
+ "children": [
+ {
+ "type": "path",
+ "id": "EwyvM",
+ "x": 0,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nQanB",
+ "x": 4.695209980010986,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WBS8q",
+ "x": 9.39111328125,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xqLCN",
+ "x": 14.086553573608398,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IZ8rK",
+ "x": 18.78271484375,
+ "y": 3.912109375,
+ "name": "Vector",
+ "geometry": "M0 0l0 100",
+ "width": 0,
+ "height": 39.130435943603516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7lyxk",
+ "x": 23.47789764404297,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 120",
+ "width": 0,
+ "height": 46.956520080566406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1GQtS",
+ "x": 28.174034118652344,
+ "y": 7.8259663581848145,
+ "name": "Vector",
+ "geometry": "M0 0l0 80",
+ "width": 0,
+ "height": 31.304349899291992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qeJgr",
+ "x": 32.869140625,
+ "y": 15.65234375,
+ "name": "Vector",
+ "geometry": "M0 0l0 40",
+ "width": 0,
+ "height": 15.652174949645996,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "54NjW",
+ "x": 37.56537628173828,
+ "y": 11.738486289978027,
+ "name": "Vector",
+ "geometry": "M0 0l0 60",
+ "width": 0,
+ "height": 23.478260040283203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z1P5S",
+ "x": 42.26058578491211,
+ "y": 19.565378189086914,
+ "name": "Vector",
+ "geometry": "M0 0l0 20",
+ "width": 0,
+ "height": 7.826087474822998,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "2QqIg",
+ "x": 0,
+ "y": 100.1953125,
+ "name": "Vector",
+ "opacity": 0.1599999964237213,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z8dwG",
+ "x": 185.9345703125,
+ "y": 94.1953125,
+ "name": "Vector",
+ "opacity": 0.11999999731779099,
+ "flipX": true,
+ "geometry": "M0 69.5c19 0 5 61 27.5 61 22.5 0 12.5-98 36.5-98 24 0 8 64.5 29 64.5 21 0 11-41.5 30-41.5 16 0 6 49.5 26 49.5 20 0 12.5-105 35-105 22.5 0 5.5 85 28 85 18 0 10-74.5 25.5-74.5",
+ "width": 92.93478393554688,
+ "height": 51.065216064453125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "cap": "round",
+ "fill": "#1cb0f6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YB9oH",
+ "x": 21.3271484375,
+ "y": 14.2607421875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.1599999964237213,
+ "geometry": "M88.82609 58.8913l-58.89131-58.8913-29.93478 0",
+ "width": 88.82608795166016,
+ "height": 58.89130401611328,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.782608687877655,
+ "cap": "round",
+ "fill": "#2285d0ff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "tZGJX",
+ "x": 15.2158203125,
+ "y": 29.1455078125,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "UrhoH",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "LxS9G",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZLGhV",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ceU9E",
+ "x": 48.583984375,
+ "y": 64.6513671875,
+ "name": "人物",
+ "children": [
+ {
+ "type": "path",
+ "id": "7dRlT",
+ "x": 9.5087890625,
+ "y": 47.556640625,
+ "name": "Vector",
+ "geometry": "M6 0l10 0c3.3 0 6 2.7 6 6l0 12-22 0 0-12c0-3.3 2.7-6 6-6z",
+ "fill": "#073156ff",
+ "width": 69.7480239868164,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HeDK4",
+ "x": 0,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M30 10l0-2c0-4.4-3.6-8-8-8l-22 0 0 3c0 2.2 1.8 4 4 4l4 0 0 8 27 0c1.1 0 2-0.9 2-2 0-1.7-1.3-3-3-3l-4 0z",
+ "fill": "#ffca58ff",
+ "width": 117.3034896850586,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VgUJP",
+ "x": 68.2431411743164,
+ "y": 59.0673828125,
+ "name": "Vector",
+ "geometry": "M26.8678 25.36292c0-13.94961-11.41331-25.36292-25.36292-25.36292l-1.50488 0",
+ "width": 26.8677978515625,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "anzT0",
+ "x": 45.96875,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M7 0l0 4.5c0 1.9-1.6 3.5-3.5 3.5-1.9 0-3.5-1.6-3.5-3.5l0-4.5 7 0z",
+ "width": 22.192548751831055,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PYpPy",
+ "x": 50.7265625,
+ "y": 57.0673828125,
+ "name": "Vector",
+ "geometry": "M0 0l2 4 2-4-4 0z m21 13c0-1.7-1.3-3-3-3l-8 0 0 3c0 1.1 0.9 2 2 2l7 0c1.1 0 2-0.9 2-2z",
+ "fill": "#eacaacff",
+ "width": 66.57765197753906,
+ "height": 47.55546951293945,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IVtYz",
+ "x": 82.4267578125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l0 8 4 0",
+ "width": 12.681458473205566,
+ "height": 25.362916946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GbFRg",
+ "x": 0,
+ "y": 19.022640228271484,
+ "name": "Vector",
+ "geometry": "M4 0c-0.6 0-1 0.4-1 1l0 2c-1.7 0-3 1.3-3 3l0 9c0 2.2 1.8 4 4 4l1 0 0-18c0-0.6-0.4-1-1-1z",
+ "fill": "#eacaacff",
+ "width": 15.851820945739746,
+ "height": 60.23693084716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qSEGq",
+ "x": 6.33984375,
+ "y": 34.87109375,
+ "name": "Vector",
+ "geometry": "M1 2c-0.6 0-1-0.4-1-1 0-0.6 0.4-1 1-1l0.5 0c0.8 0 1.5 0.7 1.5 1.5l0 0.5",
+ "width": 9.511094093322754,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pY3ha",
+ "x": 9.7431640625,
+ "y": 36.609375,
+ "name": "Vector",
+ "geometry": "M0 0c2.53629 0 4.75555 1.21926 4.75555 3.75555l0 1.58518",
+ "width": 4.755547046661377,
+ "height": 5.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#ffffffff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4h2CE",
+ "x": 22.189321517944336,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZEglX",
+ "x": 76.0888671875,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 2.5c0 0.66304 0.26339 1.29893 0.73223 1.76777 0.46884 0.46884 1.10473 0.73223 1.76777 0.73223 0.66304 0 1.29893-0.26339 1.76777-0.73223 0.46884-0.46884 0.73223-1.10473 0.73223-1.76777 0-0.66304-0.26339-1.29893-0.73223-1.76777-0.46884-0.46884-1.10473-0.73223-1.76777-0.73223-0.66304 0-1.29893 0.26339-1.76777 0.73223-0.46884 0.46884-0.73223 1.10473-0.73223 1.76777z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MFcDV",
+ "x": 25.36328125,
+ "y": 79.259765625,
+ "name": "Vector",
+ "geometry": "M0 0l2 0",
+ "width": 6.340729236602783,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Nh7ky",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 9c0 1.1819 0.23279 2.35222 0.68508 3.44415 0.45229 1.09193 1.11523 2.08408 1.95096 2.91981 0.83573 0.83573 1.82788 1.49866 2.91981 1.95095 1.09193 0.45229 2.26225 0.68509 3.44415 0.68509 1.1819 0 2.35222-0.23279 3.44415-0.68509 1.09193-0.45229 2.08408-1.11523 2.91981-1.95095 0.83573-0.83573 1.49867-1.82788 1.95096-2.91981 0.45229-1.09193 0.68508-2.26226 0.68508-3.44415 0-1.1819-0.23279-2.35222-0.68508-3.44415-0.45229-1.09193-1.11523-2.08408-1.95096-2.91981-0.83573-0.83573-1.82788-1.49866-2.91981-1.95096-1.09193-0.45229-2.26225-0.68508-3.44415-0.68508-1.1819 0-2.35222 0.23279-3.44415 0.68508-1.09193 0.45229-2.08408 1.11523-2.91981 1.95096-0.83573 0.83573-1.49866 1.82788-1.95096 2.91981-0.45229 1.09193-0.68508 2.26225-0.68508 3.44415z",
+ "fill": "#eacaacff",
+ "width": 57.066558837890625,
+ "height": 57.066558837890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BtJsN",
+ "x": 44.74297332763672,
+ "y": 7.357206344604492,
+ "name": "Vector",
+ "geometry": "M0 47.25195c3.46182 1.43393 8.57451 1.4574 12.32156 1.4574 3.74704 0 7.45739-0.73803 10.91921-2.17197 3.46182-1.43393 6.6073-3.53568 9.25686-6.18524 2.64956-2.64956 4.75131-5.79503 6.18524-9.25685 1.43393-3.46182 2.17196-7.17218 2.17197-10.91922 0-3.74704-0.73803-7.4574-2.17197-10.91921-1.43393-3.46182-3.53569-6.6073-6.18524-9.25686",
+ "width": 40.854835510253906,
+ "height": 48.7093505859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "U5rmT",
+ "x": 50.72636032104492,
+ "y": 39.62913513183594,
+ "name": "Vector",
+ "geometry": "M0 0c0 1.4 1.1 2.5 2.5 2.5 1.4 0 2.5-1.1 2.5-2.5l-5 0z",
+ "fill": "#073156ff",
+ "width": 15.851820945739746,
+ "height": 7.925910472869873,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RZasS",
+ "x": 52.3095703125,
+ "y": 41.212890625,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.21071 0.51957 0.58579 0.70711 0.37507 0.18754 0.88378 0.29289 1.41421 0.29289 0.53043 0 1.03914-0.10536 1.41421-0.29289 0.37507-0.18754 0.58579-0.44189 0.58579-0.70711 0-0.26522-0.21071-0.51957-0.58579-0.70711-0.37507-0.18754-0.88378-0.29289-1.41421-0.29289-0.53043 0-1.03914 0.10536-1.41421 0.29289-0.37507 0.18754-0.58579 0.44189-0.58579 0.70711z",
+ "fill": "#ff4e5eff",
+ "width": 12.681458473205566,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3fYBH",
+ "x": 28.53125,
+ "y": 3,
+ "name": "Vector",
+ "opacity": 0.10000000149011612,
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 28.533279418945312,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round"
+ }
+ },
+ {
+ "type": "path",
+ "id": "grjan",
+ "x": 28.53125,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M28.53328 0c-15.85182 0-28.53328 12.68146-28.53328 28.53328 15.85182 0 28.53328-12.68146 28.53328-28.53328z m0 0c15.85182 0 28.53328 12.68146 28.53328 28.53328-15.85182 0-28.53328-12.68146-28.53328-28.53328z",
+ "fill": "#073156ff",
+ "width": 57.066558837890625,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EOGch",
+ "x": 38.0419921875,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "LQwh4",
+ "x": 72.916015625,
+ "y": 38.0439453125,
+ "name": "Vector",
+ "geometry": "M0 1c0 0.26522 0.10536 0.51957 0.29289 0.70711 0.18754 0.18754 0.44189 0.29289 0.70711 0.29289 0.26522 0 0.51957-0.10536 0.70711-0.29289 0.18754-0.18754 0.29289-0.44189 0.29289-0.70711 0-0.26522-0.10536-0.51957-0.29289-0.70711-0.18754-0.18754-0.44189-0.29289-0.70711-0.29289-0.26522 0-0.51957 0.10536-0.70711 0.29289-0.18754 0.18754-0.29289 0.44189-0.29289 0.70711z",
+ "fill": "#f89c7052",
+ "width": 6.340729236602783,
+ "height": 6.340729236602783,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Bq2YR",
+ "x": 41.212890625,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Q3a8z",
+ "x": 63.4052734375,
+ "y": 17.4375,
+ "name": "Vector",
+ "geometry": "M2.5 0c1.4 0 2.5 1.1 2.5 2.5 0 1.4-1.1 2.5-2.5 2.5-1.4 0-2.5-1.1-2.5-2.5 0-1.4 1.1-2.5 2.5-2.5z",
+ "fill": "#ffffffff",
+ "width": 15.851820945739746,
+ "height": 15.851820945739746,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "S9cuq",
+ "x": 42.212890625,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.9596 0 3.73381 0.67977 5.10436 1.82105m-13.03027 6.10486c0 1.16241 0.23919 2.25958 0.67201 3.24596",
+ "width": 13.0302734375,
+ "height": 11.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zcwCZ",
+ "x": 64.4052734375,
+ "y": 18.4375,
+ "name": "Vector",
+ "geometry": "M0 7.92591c0-4.43851 3.4874-7.92591 7.92591-7.92591 1.03281 0 2.01412 0.18883 2.91198 0.53453m-10.83789 7.39138c0 2.02779 0.72791 3.85707 1.94186 5.24596",
+ "width": 10.837890625,
+ "height": 13.171875,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#0731561a"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IAzSf",
+ "x": 28.53125,
+ "y": 24.7255859375,
+ "name": "Vector",
+ "geometry": "M16 0.2l2 1m-4.5-1.2l0 0.4m-4.5-0.2l2 0m-7 0l-4 1",
+ "width": 57.066558837890625,
+ "height": 3.8044400215148926,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "DiDe7",
+ "x": 99.310546875,
+ "y": 89.376953125,
+ "name": "人物眼睛",
+ "children": [
+ {
+ "type": "path",
+ "id": "YTw2C",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kZSOh",
+ "x": 20.6162109375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l0 1.20805",
+ "width": 0,
+ "height": 1.268150806427002,
+ "stroke": {
+ "align": "center",
+ "thickness": 4.199005126953125,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GDiHo",
+ "x": 43.583984375,
+ "y": 156.5908203125,
+ "name": "书本",
+ "children": [
+ {
+ "type": "path",
+ "id": "VOqK4",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12 4l-10 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l10 0 0 4z",
+ "fill": "#219ffcff",
+ "width": 38.044376373291016,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PvIsP",
+ "x": 4.3408203125,
+ "y": 10.6815185546875,
+ "name": "Vector",
+ "opacity": 0.20000000298023224,
+ "geometry": "M31.70365 0l-31.70365 0",
+ "width": 31.70364761352539,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 2,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Nf76r",
+ "x": 25.363178253173828,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M10 4l-8 0c-1.1 0-2-0.9-2-2 0-1.1 0.9-2 2-2l8 0 0 4z",
+ "fill": "#ffffffff",
+ "width": 31.703641891479492,
+ "height": 12.681458473205566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "8uIAi",
+ "x": 23.3271484375,
+ "y": 86.8447265625,
+ "name": "电脑",
+ "children": [
+ {
+ "type": "path",
+ "id": "rsvNF",
+ "x": 116.1943359375,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l26 0c1.1 0 2 0.9 2 2l0 18c0 1.1-0.9 2-2 2l-26 0c-1.1 0-2-0.9-2-2l0-18c0-1.1 0.9-2 2-2z",
+ "fill": "#a8b4c4ff",
+ "width": 95.1109390258789,
+ "height": 69.7480239868164,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sFmBI",
+ "x": 147.896484375,
+ "y": 53.896484375,
+ "name": "Vector",
+ "geometry": "M8 7c0 1.1-0.9 2-2 2l-6 0c1.1 0 2-0.9 2-2l0-5c0-1.1 0.9-2 2-2l2 0c1.1 0 2 0.9 2 2l0 5z",
+ "fill": "#8b9cb0ff",
+ "width": 25.362916946411133,
+ "height": 28.533279418945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 6.2985076904296875,
+ "id": "1RlCP",
+ "x": 0,
+ "y": 81.64453125,
+ "name": "Rectangle 859",
+ "fill": "#3c5d87ff",
+ "width": 230,
+ "height": 7,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3xwk9",
+ "x": 162,
+ "y": 28.416015625,
+ "name": "badge",
+ "geometry": "M8.2438 4.24236l-0.29394 0.29403c-0.18733 0.18735-0.29272 0.44204-0.29272 0.70739l0 0.41404c0 1.10409-0.8946 1.99882-1.99857 1.99882l-0.41398 0c-0.26533 0-0.51934 0.10534-0.70734 0.29269l-0.29467 0.29403c-0.78065 0.78073-2.04595 0.78073-2.8266 0l-0.29467-0.29403c-0.18733-0.18735-0.44201-0.29269-0.70734-0.29269l-0.41397 0m7.65714-7.2426l0-0.41404m0.29272 1.12143c-0.18733-0.18802-0.29272-0.44204-0.29272-0.70739m0.58666 1.00142l-0.29394-0.29403m0.29394 3.12093c0.78065-0.78073 0.78065-2.04616 0-2.8269m-8.2438 6.24118l7.65714-7.65664",
+ "width": 8.829282760620117,
+ "height": 8.828908920288086,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "fill": "#07315633"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vguVF",
+ "x": 158,
+ "y": 24.416015625,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#f2f6fbff",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "i1yyf",
+ "x": 125,
+ "y": 0.416015625,
+ "name": "Rectangle 865",
+ "fill": "#ffffff00",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "f7DCR",
+ "x": 140.3271484375,
+ "y": 24.2607421875,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "K3cTh",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 90,
+ "height": 54,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#073156ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x73Rf",
+ "x": 8,
+ "y": 16,
+ "name": "text",
+ "geometry": "M10.48472 8.81026l-1.57142 0 0 4.45664 2.34425 0 0 2.55034c-0.29196 0.03435-0.54957 0.0687-0.77283 0.10304-0.20609 0.03435-0.48946 0.04294-0.85011 0.02577-0.60109 0-1.18501-0.12881-1.75175-0.38642-0.54957-0.27478-1.03044-0.65261-1.44262-1.13348-0.395-0.48087-0.70413-1.0562-0.92739-1.72599-0.22326-0.68696-0.32631-1.43403-0.30913-2.2412 0-0.68696 0.11163-1.34816 0.33489-1.9836 0.22326-0.63544 0.52381-1.19359 0.90163-1.67446 0.395-0.48087 0.8587-0.86729 1.3911-1.15924 0.54957-0.30913 1.14207-0.47228 1.7775-0.48946 0.84153-0.05152 1.89773 0.06011 3.16861 0.33489 1.27088 0.25761 2.30131 0.81576 3.09131 1.67446l0-5.59013c-0.37783-0.24044-0.86729-0.44652-1.46837-0.61826-0.58392-0.17174-1.1249-0.33489-1.62294-0.48946-0.49804-0.17174-1.01327-0.29196-1.54566-0.36066-0.51522-0.0687-1.01326-0.10304-1.49414-0.10304-1.47696 0-2.80795 0.2662-3.99295 0.79859-1.18501 0.51522-2.20686 1.2537-3.06556 2.21545-0.8587 0.96174-1.5199 2.09523-1.98359 3.40044-0.4637 1.28805-0.69555 2.69632-0.69555 4.2248 0 1.73457 0.23185 3.28023 0.69555 4.63698 0.4637 1.33957 1.10772 2.47305 1.93207 3.40045 0.82435 0.9274 1.80327 1.64011 2.93675 2.13816 1.15066 0.51522 2.42153 0.77283 3.81263 0.77283 0.53239 0 1.04761-0.01717 1.54566-0.05152 0.49805-0.01718 1.00468-0.07729 1.51989-0.18033 0.53239-0.08587 1.07338-0.20609 1.62295-0.36065 0.54957-0.13739 1.15066-0.31772 1.80326-0.54098l0-11.6182-3.47773 0c-0.65261-0.01717-1.28805-0.02576-1.90631-0.02576z m47.5105-8.16613l4.55969 0 0 6.54329c0.37783-0.32631 0.79859-0.54957 1.26229-0.66979 0.46369-0.13739 0.97892-0.20609 1.54566-0.20609 0.79 0 1.53706 0.1975 2.2412 0.59251 0.72131 0.37783 1.34816 0.91022 1.88054 1.59718 0.53239 0.66979 0.95316 1.48555 1.2623 2.44729 0.3263 0.94457 0.48946 1.99218 0.48946 3.14284 0 1.21935-0.16315 2.3099-0.48946 3.27164-0.30914 0.96174-0.7299 1.75175-1.2623 2.37001-0.53239 0.63544-1.15924 1.11631-1.88054 1.44262-0.70413 0.32631-1.45119 0.48946-2.2412 0.48946-0.79 0-1.46838-0.1288-2.03512-0.38642-0.56674-0.24044-1.03902-0.56674-1.41685-0.97891 0 0.06869-0.00859 0.29196-0.02577 0.66978l0 0.66978-3.8899 0 0-20.99519z m6.56905 15.86876c0.58392 0 1.08196-0.24044 1.49413-0.72131 0.42935-0.48087 0.62685-1.15924 0.59251-2.03511-0.03435-0.75566-0.24902-1.36533-0.64403-1.82903-0.37783-0.48087-0.8587-0.72131-1.44261-0.72131-0.63544 0-1.13348 0.24043-1.49414 0.72131-0.34348 0.48087-0.51522 1.10772-0.51522 1.88055l0 0.36065c0.03435 0.73848 0.23184 1.31381 0.5925 1.72599 0.37783 0.41217 0.85012 0.61826 1.41686 0.61826z m52.12382 5.12643l-3.88991 0c0-0.06869-0.00859-0.29196-0.02576-0.66978l0-0.66978c-0.39501 0.41218-0.87587 0.73848-1.44261 0.97891-0.56674 0.25761-1.24512 0.38641-2.03512 0.38642-0.77283 0-1.5199-0.16315-2.24121-0.48946-0.7213-0.32631-1.34815-0.80718-1.88054-1.44262-0.51523-0.61826-0.93599-1.40827-1.2623-2.37001-0.30913-0.96174-0.46369-2.05229-0.46369-3.27164 0-1.15066 0.15456-2.19827 0.46369-3.14284 0.32631-0.96174 0.74707-1.77751 1.2623-2.44729 0.53239-0.68696 1.15924-1.21935 1.88054-1.59718 0.72131-0.395 1.46838-0.5925 2.24121-0.59251 0.58391 0 1.10772 0.0687 1.57142 0.20609 0.4637 0.12022 0.87587 0.34348 1.23652 0.66979l0-6.54329 4.58546 0 0 20.99519z m-4.58546-7.90861c0-0.65261-0.17173-1.19359-0.51521-1.62295-0.34349-0.44652-0.83295-0.66979-1.46839-0.66978-0.60109 0-1.09912 0.21468-1.49413 0.64402-0.37782 0.41217-0.57533 0.95316-0.59251 1.62295-0.01717 0.73848 0.17174 1.3224 0.56675 1.75174 0.41217 0.42935 0.9188 0.64402 1.51989 0.64403 0.56675 0 1.03045-0.17174 1.3911-0.51522 0.37782-0.36065 0.57533-0.88446 0.5925-1.57142l0-0.28337z m25.30928-4.45665l0-2.75643-4.27632 0 0 15.30202 4.27632 0 0-8.37232c0-0.18891 0.04294-0.40359 0.12882-0.64402 0.10304-0.25761 0.27478-0.50663 0.51521-0.74707 0.37784-0.32631 0.77283-0.54957 1.18501-0.66979 0.41219-0.13739 0.88445-0.20609 1.41684-0.20608 0.44652 0 0.89305 0.04294 1.33957 0.1288 0.4637 0.08587 0.8587 0.20609 1.18501 0.36066l0-4.5597c-0.22325-0.18891-0.51523-0.33489-0.87588-0.43793-0.34348-0.12022-0.69554-0.18033-1.0562-0.18033-0.20609 0-0.35205 0.00859-0.43793 0.02576-0.84152 0.10304-1.51991 0.36065-2.03512 0.77283-0.51522 0.395-0.97032 1.0562-1.36533 1.9836z m-6.04459 7.34174c-1.75175 0.44652-3.31457 0.66979-4.68849 0.66978-1.18502 0-2.13817-0.18033-2.85948-0.54098-0.70413-0.36066-1.06478-0.80718-1.08195-1.33957l8.52688 0c0.03435-0.22326 0.05152-0.57533 0.05152-1.0562 0-1.23653-0.11162-2.29273-0.33489-3.1686-0.20608-0.87587-0.57533-1.63153-1.10773-2.26697-1.20217-1.52848-2.76501-2.29273-4.6885-2.29272-1.94065 0-3.47773 0.7299-4.61121 2.18968-1.23653 1.39109-1.85479 3.22871-1.85479 5.51285 0 2.30131 0.64403 4.14752 1.93208 5.53861 1.30523 1.33957 3.03979 2.00936 5.20371 2.00936 2.23261 0 4.07024-0.63544 5.51285-1.90631l0-3.34893z m-8.16622-4.40513c0.17174-1.27088 0.83293-1.90631 1.98358-1.90631 0.58392 0 1.03045 0.15456 1.33958 0.4637 0.32631 0.30913 0.53239 0.79 0.61826 1.44261l-3.94142 0z m-25.27613 8.65575c0.94456 0.53239 2.26696 0.79859 3.96718 0.79859l0-5.30676c-1.28805 0-1.93207-1.15925-1.93207-3.47774l0-12.2107-4.58545 0 0 12.0819c0 2.33566 0.18892 4.14752 0.56674 5.43557 0.395 1.27087 1.05621 2.16392 1.9836 2.67914z m-4.75372-20.14498l0 5.02339-4.74001 0 0-5.02339 4.74001 0z m0 6.49176l0 14.42615-4.74001 0 0-14.42615 4.74001 0z m-10.99099 12.36527l0 2.42153 4.17328 0 0-15.43083-4.27633 0 0 7.59949c0 0.30913-0.25761 0.84152-0.77283 1.59718-0.32631 0.34348-0.6526 0.5925-0.97891 0.74707-0.30913 0.15457-0.65263 0.23185-1.03045 0.23185-0.72131 0-1.26228-0.23185-1.62293-0.69554-0.34348-0.4637-0.51522-1.20218-0.51522-2.21545l0-7.2646-4.14752 0 0 9.94374c0 1.73457 0.44652 3.02262 1.33957 3.86415 0.96175 1.03044 2.1124 1.54566 3.45197 1.54566 0.84152 0 1.60577-0.1975 2.29273-0.59251 0.70413-0.395 1.39968-0.97892 2.08664-1.75174z m-33.5829-10.253l-4.79155 0 0-5.25524-5.12643 0 0 5.25524-4.97187 0 0 3.99295 4.97187 0 0 5.77046 5.12643 0 0-5.77046 4.79155 0 0-3.99295z m-28.64968-0.54098c1.28805-1.56283 3.02262-2.34425 5.20371-2.34425 2.12957 0 3.84697 0.78142 5.1522 2.34425 1.33957 1.52848 2.00936 3.28882 2.00935 5.281 0 2.09523-0.67837 3.88991-2.03511 5.38405-1.30522 1.52848-3.01403 2.29273-5.12644 2.29273-2.12957 0-3.86415-0.74707-5.20371-2.24121-1.3224-1.52848-1.9836-3.34034-1.9836-5.43557 0-1.99218 0.6612-3.75252 1.9836-5.281z m3.24588 6.92971c0.4637 0.54957 1.11631 0.82435 1.95783 0.82435 0.77283 0 1.40827-0.27478 1.90632-0.82435 0.51522-0.49804 0.77283-1.17642 0.77282-2.03512 0-0.87587-0.25761-1.55425-0.77282-2.03512-0.49805-0.54957-1.13348-0.82435-1.90632-0.82435-0.84153 0-1.49414 0.27478-1.95783 0.82435-0.51522 0.48087-0.77283 1.15924-0.77283 2.03512 0 0.8587 0.25761 1.53707 0.77283 2.03512z",
+ "fillRule": "evenodd",
+ "fill": [
+ "#fbb547ff",
+ "#0bc0cfff"
+ ],
+ "width": 74,
+ "height": 11.628570556640625,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.8358208537101746
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#015e67",
+ "offset": {
+ "x": 0.8358208537101746,
+ "y": 0.4179104268550873
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 1,
+ "id": "iO0kK",
+ "x": 143.3271484375,
+ "y": 152.2607421875,
+ "name": "Rectangle 864",
+ "opacity": 0.10000000149011612,
+ "fill": "#073156ff",
+ "width": 90,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pKORX",
+ "x": 0,
+ "y": -3,
+ "name": "方案三",
+ "clip": true,
+ "width": 270,
+ "height": 200,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "IZI8A",
+ "x": 14.888671875,
+ "y": 29.884765625,
+ "name": "备份",
+ "children": [
+ {
+ "type": "path",
+ "id": "rUwXX",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2 0l29.9 0c1.1 0 2 0.9 2 2l0 16c0 1.1-0.9 2-2 2l-29.9 0c-1.1 0-2-0.9-2-2l0-16c0-1.1 0.9-2 2-2z",
+ "fill": [
+ "#ffffffff",
+ "#1cb0f624"
+ ],
+ "width": 108.67533874511719,
+ "height": 64.115234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2081151306629181
+ }
+ },
+ {
+ "type": "path",
+ "id": "66ucL",
+ "x": 44.8798828125,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M3.6 0.8l2.2 3.8c0.2 0.4 0.1 0.8-0.3 1-0.1 0.1-0.2 0.1-0.4 0.1l-4.3 0c-0.4 0-0.8-0.3-0.8-0.7 0-0.1 0-0.3 0.1-0.4l2.2-3.8c0.2-0.4 0.7-0.5 1-0.3 0.2 0.1 0.3 0.2 0.3 0.3z m6.3-0.8l4 0c0.6 0 1 0.4 1 1l0 4c0 0.6-0.4 1-1 1l-4 0c-0.6 0-1-0.4-1-1l0-4c0-0.6 0.4-1 1-1z",
+ "fill": "#ffffffff",
+ "width": 47.765846252441406,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z4ikc",
+ "x": 16.02880859375,
+ "y": 22.4404296875,
+ "name": "Vector",
+ "opacity": 0.8999999761581421,
+ "geometry": "M0 3c0 0.79565 0.31607 1.55871 0.87868 2.12132 0.56261 0.56261 1.32567 0.87868 2.12132 0.87868 0.79565 0 1.55871-0.31607 2.12132-0.87868 0.56261-0.56261 0.87868-1.32567 0.87868-2.12132 0-0.79565-0.31607-1.55871-0.87868-2.12132-0.56261-0.56261-1.32567-0.87868-2.12132-0.87868-0.79565 0-1.55871 0.31607-2.12132 0.87868-0.56261 0.56261-0.87868 1.32567-0.87868 2.12132z",
+ "fill": "#ffffffff",
+ "width": 19.23457145690918,
+ "height": 19.23457145690918,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5xfTU",
+ "x": 8,
+ "y": 179,
+ "name": "背景",
+ "children": [
+ {
+ "type": "path",
+ "id": "PlEy3",
+ "x": 9.577312469482422,
+ "y": -142.8759765625,
+ "name": "1",
+ "enabled": false,
+ "opacity": 0.3100000023841858,
+ "geometry": "M12 0l68.24 0c6.62742 0 12 5.37258 12.00001 12l0 95.14998c0 6.62742-5.37258 12-12 12l-68.24001 0c-6.62742 0-12-5.37258-12-12l0-95.14998c0-6.62742 5.37258-12 12-12z",
+ "fill": "#d1ebf8ff",
+ "width": 44.263458251953125,
+ "height": 57.04499053955078,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#d1ebf8ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rhDaL",
+ "x": 51,
+ "y": -122.4375,
+ "name": "2",
+ "enabled": false,
+ "opacity": 0.20999999344348907,
+ "geometry": "M12 0l84.58998 0c6.62742 0 12 5.37258 12 12l0 120.47c0 6.62741-5.37258 12-12 12l-84.58998 0c-6.62742 0-12-5.37259-12-12l0-120.47c0-6.62742 5.37258-12 12-12z",
+ "fill": "#67c6e7ff",
+ "width": 52.1093635559082,
+ "height": 69.16736602783203,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#67c6e7ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "qw9xA",
+ "x": 194,
+ "y": -144,
+ "name": "2",
+ "enabled": false,
+ "opacity": 0.20999999344348907,
+ "geometry": "M4.40997 0l84.79004 0c2.43558 0 4.40997 1.97443 4.40997 4.41l0 113.29001c0 2.43558-1.9744 4.41001-4.40997 4.41001l-84.79004 0c-2.43558 0-4.40997-1.97443-4.40997-4.41001l0-113.29001c0-2.43558 1.9744-4.41 4.40997-4.41z",
+ "fill": "#91d2ddff",
+ "width": 45,
+ "height": 48,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#91d2ddff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4dMdx",
+ "x": 179,
+ "y": -120.02001953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.5099999904632568,
+ "geometry": "M12 0l129.10001 0c6.62741 0 12 5.37258 12 12l0 204.95c0 6.62741-5.37259 12-12 12l-129.10001 0c-6.62742 0-12-5.37259-12-12l0-204.95c0-6.62742 5.37258-12 12-12z",
+ "fill": "#ebf5eeff",
+ "width": 73.468505859375,
+ "height": 109.61353302001953,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#ebf5eeff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7R6oQ",
+ "x": 15.36937141418457,
+ "y": -127.76132202148438,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "GAmyJ",
+ "x": 15.369384765625,
+ "y": -120,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uAYOQ",
+ "x": 15.369384765625,
+ "y": -112,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#fffcf6ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffcf6ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yHCcB",
+ "x": 208,
+ "y": -86,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "sVvfL",
+ "x": 208,
+ "y": -78.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "aNrVB",
+ "x": 208,
+ "y": -70.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "24E77",
+ "x": 208,
+ "y": -62,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "KiYra",
+ "x": 208,
+ "y": -54.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "7UfN2",
+ "x": 208,
+ "y": -46.23876953125,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.75,
+ "geometry": "M2.10001 0l65.38 0c1.1598 0 2.09999 0.94021 2.09999 2.10001l0 0.00999c0 1.1598-0.94019 2.10001-2.09999 2.10001l-65.38 0c-1.1598 0-2.10001-0.94021-2.10001-2.10001l0-0.00999c0-1.1598 0.94021-2.10001 2.10001-2.10001z",
+ "fill": "#c7e3e0ff",
+ "width": 33.38954162597656,
+ "height": 2.0156092643737793,
+ "stroke": {
+ "align": "center",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "lWw4s",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.699999988079071,
+ "geometry": "M7.10001 0l531.82003 0c3.92121 0 7.09998 3.17878 7.09998 7.10001l0 1.86999c0 3.92122-3.17877 7.10001-7.09998 7.10001l-531.82003 0c-3.92122 0-7.10001-3.17878-7.10001-7.10001l0-1.86999c0-3.92122 3.17878-7.10001 7.10001-7.10001z",
+ "fill": [
+ "#6abcc3ff",
+ {
+ "type": "color",
+ "color": "#00000080",
+ "enabled": false
+ }
+ ],
+ "width": 250,
+ "height": 8,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0gGQB",
+ "x": 8.999998092651367,
+ "y": -69.9998779296875,
+ "name": "Vector",
+ "enabled": false,
+ "opacity": 0.20000000298023224,
+ "geometry": "M56.5268 30.36336c-1.29565 1.06765-2.87444 1.24479-4.45321 1.33097-1.82352 0.10054-1.78513 0.06223-2.32259 1.78579-0.46068 1.46981-1.03653 2.90133-1.49241 4.17007 1.18049 1.31661 2.32739 2.56618 3.44549 3.8397 0.56145 0.63676 0.56625 1.24479-0.03359 1.92942-0.71021 0.80433-1.26686 1.74749-1.98667 2.53746-0.25433 0.27768-0.88776 0.51228-1.19009 0.3878-1.68435-0.68464-3.31592-1.48416-5.07225-2.29328-1.53079 1.06765-3.28233 2.29328-4.9139 3.43274 0.17275 1.71877 0.3551 3.43276 0.51826 5.14674 0.08158 0.82827-0.31192 1.26873-1.1277 1.46982-1.01253 0.24896-2.00586 0.58888-2.9944 0.90965-0.62863 0.20587-1.1565 0.09097-1.46841-0.49313-0.7342-1.38842-1.42043-2.80078-2.15943-4.1892-0.13437-0.24896-0.42228-0.59367-0.64783-0.59846-1.98667-0.04788-3.97335-0.02872-5.83525-0.02872-0.83018 1.44587-1.66995 2.91569-2.52413 4.37113-0.45588 0.7756-1.07971 0.93838-1.93388 0.5793-0.98854-0.41653-2.04426-0.67506-3.028-1.10594-0.31192-0.13884-0.69581-0.63197-0.67182-0.93838 0.13916-1.83846 0.3839-3.66735 0.59984-5.56806-1.4972-1.12989-3.18155-2.39861-4.81792-3.63383-1.40123 0.64634-2.82645 1.38841-4.31406 1.96772-1.43002 0.55537-1.48281 0.47398-2.33218-0.74208-0.48947-0.699-0.93095-1.4363-1.47801-2.09221-0.60944-0.72773-0.54705-1.36927 0.06239-2.00603 1.15649-1.2017 2.32738-2.38425 3.49347-3.57159-0.49907-1.8241-1.02213-3.79662-1.60277-5.74519-0.05279-0.17236-0.49427-0.27769-0.7726-0.33515-1.47801-0.30162-2.96562-0.56494-4.44362-0.87613-0.7534-0.15799-1.08451-0.6224-1.02213-1.44109 0.07678-1.03892 0.06718-2.08742 0.03839-3.13114-0.01919-0.72294 0.30233-1.18254 0.97414-1.30702 1.5164-0.27769 3.03759-0.54101 4.56839-0.71815 0.55185-0.06224 0.79179-0.17715 0.95495-0.75646 0.51346-1.7858 1.1421-3.53808 1.70834-5.26164-1.02693-1.10595-2.17862-2.22627-3.19115-3.46148-0.95495-1.15861-0.88777-1.2783 0.00959-2.44649 0.51826-0.67985 1.06052-1.34055 1.5308-2.05391 0.45108-0.68942 0.98374-0.92881 1.76593-0.58889 0.81098 0.3495 1.66515 0.61283 2.44735 1.02457 0.7486 0.39259 1.42522 0.92881 2.07785 1.36448 1.77073-1.23522 3.50307-2.43692 5.17783-3.6051-0.18235-1.53205-0.44628-3.10719-0.53266-4.6967-0.08638-1.51769 0.0192-1.53685 1.43962-1.9821 0.92136-0.29205 1.82831-0.62718 2.74487-0.94317l0.95014 0c1.16609 1.50333 2.13064 3.11677 2.6633 4.9648 0.06238 0.21066 0.47027 0.44525 0.7294 0.45005 1.70835 0.06224 3.4167 0.02394 5.12025 0.11012 0.59024 0.03351 0.80618-0.14364 1.03652-0.65113 0.53746-1.17298 1.08931-2.35074 1.78033-3.43754 0.86857-1.36448 1.01733-1.35012 2.56252-0.82348 0.32631 0.1149 0.65742 0.2298 0.98854 0.33992 2.70648 0.91923 2.77846 0.99584 2.32258 3.83972-0.17755 1.10595-0.50386 2.18796-0.72941 3.15506 1.75633 1.32618 3.44068 2.59969 4.92829 3.72001 1.72274-0.73251 3.36391-1.44587 5.01468-2.12093 0.56625-0.22981 1.03172-0.06223 1.37723 0.48356 0.46068 0.71815 0.96934 1.40757 1.45881 2.10657 1.07012 1.51769 1.12291 1.56078-0.15835 2.97793-0.98854 1.09159-2.11145 2.05869-3.12398 3.03058 0.60944 1.99167 1.22368 4.00249 1.86191 6.09949 2.06345-0.01915 4.1365 0.29204 6.032 1.36926l0 4.74458-0.0096 0.00479z m-40.76518 7.08574c3.73341 5.3143 12.02081 7.79432 18.40311 4.92651-1.4972-2.57098-2.97521-5.13717-4.4964-7.67942-0.11517-0.19151-0.51346-0.31119-0.7726-0.29683-1.70355 0.09097-3.26314-0.2729-4.66436-1.28309-0.18235-0.12927-0.56145-0.20109-0.7342-0.10055-2.58651 1.45545-5.15384 2.9492-7.73555 4.43338z m-2.33698-4.01685c2.60091-1.49854 5.20182-2.98751 7.77874-4.50998 0.15836-0.09575 0.22554-0.47877 0.20634-0.71815-0.11997-1.63738 0.23993-3.15028 1.19008-4.48604 0.33111-0.45961 0.33591-0.78039 0.05279-1.25436-1.10371-1.84325-2.16422-3.71044-3.24394-5.56805-0.35991-0.61282-0.72461-1.22565-1.09411-1.84326-5.76807 4.37114-7.5484 12.58198-4.8899 18.37505l0 0.00479z m29.67532-11.72499c-2.54812 1.46981-5.09624 2.92526-7.62997 4.41423-0.19195 0.11012-0.3839 0.44525-0.3647 0.6559 0.20634 1.95816-0.3743 3.67694-1.57398 5.24729 1.55479 2.68109 3.09997 5.34781 4.64996 8.02411 5.68169-4.04557 7.67316-12.56761 4.9139-18.34153l0.00479 0z m-20.7209-8.97207c1.502 2.5997 2.95601 5.14674 4.45802 7.66505 0.12477 0.20587 0.57585 0.32076 0.86377 0.3064 1.60757-0.08139 3.09038 0.26811 4.40523 1.18735 0.45588 0.32077 0.79179 0.35428 1.27166 0.06702 2.28899-1.35012 4.60198-2.66194 6.90057-3.99291 0.17755-0.10054 0.32631-0.25374 0.48467-0.38301-3.83418-5.32388-12.51028-7.64111-18.38392-4.8499z m2.91763 14.84654c0 1.63259 1.30525 2.9444 2.94161 2.96834 1.66036 0.02394 3.00401-1.31661 3.00881-2.99708 0-1.63738-1.31485-2.95398-2.94162-2.95398-1.71794 0-3.00881 1.28789-3.004 2.98272l-0.0048 0z",
+ "fillRule": "evenodd",
+ "fill": "#6a84c1ff",
+ "width": 56.53639602661133,
+ "height": 55.10490798950195,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "HeXrp",
+ "x": 35.24487521178594,
+ "y": 113.35449003245412,
+ "name": "四肢",
+ "children": [
+ {
+ "type": "group",
+ "id": "yFpph",
+ "x": 12.680698137212858,
+ "y": 12.683223972062478,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "mNB2u",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.0675 0.1375c6.57 0.52 11.52999 6.33 11.00999 12.91001l-3.78 47.88c-0.52 6.58-6.32999 11.53999-12.90998 11.01999l-1.34002-0.1c-6.58-0.52-11.52999-6.32997-11.00999-12.90998l3.78-47.89001c0.52-6.58 6.33-11.53001 12.91-11.01001l1.34 0.1z",
+ "fill": "#fef0e2ff",
+ "width": 13.971455574035645,
+ "height": 34.463958740234375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "zKUrc",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12.38751 71.9475l-1.34002-0.1c-6.58-0.52-11.52999-6.32997-11.00999-12.90998l3.78-47.89001c0.52-6.58 6.33-11.53001 12.91-11.01001l1.34 0.1c6.57 0.52 11.52999 6.33 11.00999 12.91001l-3.78 47.88c-0.52 6.58-6.32999 11.53999-12.90999 11.01999z",
+ "width": 13.971455574035645,
+ "height": 34.463958740234375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "M2pzp",
+ "x": 0,
+ "y": 0.05311313454330957,
+ "name": "Vector",
+ "geometry": "M52.62263 16.85763c-0.06-0.21-0.09-0.42001-0.11-0.63-0.13-0.08-0.26001-0.17-0.37001-0.28-0.2-0.18-0.34-0.39997-0.42-0.65997-0.13-0.24-0.18999-0.5-0.17999-0.78 0-0.73-0.07001-1.45001-0.15001-2.17002 0-0.07 0.02002-0.14 0.03001-0.22-0.34-0.52-0.73001-1.01-1.17001-1.44-1.69-1.67-3.94-3.02-6.17-3.81-1.75-0.62-3.61-0.73001-5.45-0.70001-3.16-1.41-6.09-3.07-9.44999-4.03-2.59-0.74-5.28-1.16999-7.97-1.32998-0.11-0.04-0.21001-0.09002-0.32001-0.11002-0.34-0.08-0.65999-0.12998-0.96999-0.13998-0.22-0.12-0.46-0.22-0.75-0.28-2.31-0.44-4.52-0.35-6.69 0.22-0.32-0.04-0.67-0.03-1.06 0.06-0.32 0.08-0.6 0.2-0.86 0.33999-4.15 1.66-7.99001 3.76001-9.76001 8.17002-1.85 4.63-0.28 9.17999 2.45 13.07998 0.97 1.39 2.09001 2.48002 3.34001 3.36002 0.22 0.03 0.42999 0.08997 0.62999 0.21997 0.31 0.19 0.64001 0.34002 0.98001 0.49002 0.38 0.15 0.75 0.30998 1.12 0.47998 0.71-0.16 1.49 0.11002 1.97999 0.65002 0.16 0.05 0.32 0.09997 0.48 0.12998 0.51 0.1 1.03001 0.15002 1.53001 0.27002 0.71 0.17 1.46 0.34999 2.14 0.61999 0.46 0.18 0.90999 0.39 1.34999 0.62 0.09 0.04 0.18 0.09 0.27001 0.13-0.07-0.04-0.04999-0.04999 0.16 0.07001 0.09 0.03 0.16999 0.05999 0.25999 0.07999 0.29 0.08 0.53001 0.22002 0.74001 0.39001 1.02 0.28 2.01999 0.59999 2.98999 1.01999 2.31 0.99 4.42 2.37999 6.77 3.26999 2.57 0.97 5.13 0.21 7.7-0.33999 2.67-0.56 5.33-1.12999 8-1.71 1.21-0.26 2.42001-0.52001 3.63-0.79001 1.34-0.29 2.90001-0.42 4.13001-1.05999 2.13-1.12 2.81-4.14 2.94-6.34 0.07-1.18-0.07-2.42-0.36999-3.56-0.31-1.16-1.07001-2.16-1.39002-3.28l-0.00999-0.01001z",
+ "fill": "#600e12ff",
+ "width": 26.110050201416016,
+ "height": 16.476041793823242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ApP2K",
+ "x": 0.04414603807435924,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M39.04018 6.14899l-4.52-1.97c-5.13-3.18-15.1-3.97001-19.73-4.17001-1.7-0.07-3.38 0.27-4.91 1-3.6 1.73-9.91999 5.45001-9.87999 10.23001 0.05 6.68 18.43999 6.39999 18.43999 6.39999 0 0 0.8-4.65999 4.13-5.92999",
+ "width": 18.734317779541016,
+ "height": 8.445751190185547,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ihnC4",
+ "x": 10.843729715276822,
+ "y": 2.938676128129373,
+ "name": "Vector",
+ "geometry": "M26.92551 6.07099c0.76-0.27 0.94001-1.27001 0.32001-1.79001-1.94-1.63-5.73001-4.34-9.40001-4.28-4.17 0.08-13.56 3.50999-17.17 4.89999-0.71 0.27-0.91 1.19001-0.36 1.73001 1.71 1.67 5.25 4.52998 9.16001 4.28998 4.33-0.26 13.67-3.48997 17.44999-4.84997z",
+ "width": 13.254007339477539,
+ "height": 5.235384941101074,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9a9md",
+ "x": 8.893295030523404,
+ "y": 8.176847705582986,
+ "name": "Vector",
+ "geometry": "M12.04001 0c0 0 1.13 2.15 0 4.88-1.13 2.73-12.04001-4.33002-12.04001-4.33001",
+ "width": 6.018673419952393,
+ "height": 2.6368701457977295,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NbDBc",
+ "x": 14.291862230230436,
+ "y": 5.376062164048562,
+ "name": "Vector",
+ "geometry": "M20.44 0c0 0 2.75001 3.29999 0.49001 6.39999-2.26 3.1-20.93001 4.95001-20.93001 4.95002",
+ "width": 10.471519470214844,
+ "height": 5.434000015258789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "t7ctf",
+ "x": 0.021127847437128366,
+ "y": 5.376062164048562,
+ "name": "Vector",
+ "geometry": "M51.7986 4.89001c0 0 4.51 2.26999 0.75 13.9l-22.02001 4.91998c0 0-6.31999-4.53999-19.00999-7.61999-12.8-3.1-11.48001-16.09-11.48001-16.09",
+ "width": 25.9348201751709,
+ "height": 11.351544380187988,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ycZi4",
+ "x": 47.914794921875,
+ "y": 126.392578125,
+ "name": "衣服",
+ "children": [
+ {
+ "type": "path",
+ "id": "RAhpr",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M188.92 52.11639c-0.01-1.58 0-3.16999-0.38001-4.70999-0.72999-2.97-2.98001-5.11-4.48001-7.69-0.14-0.24-0.14999-0.47999-0.07998-0.67999-1.31-1.09-2.73002-2.09-3.79001-3.41001-1.30001-1.61-2.21001-3.6-3.19001-5.44-0.36-0.35-0.70999-0.69001-1.07998-1.01001-0.17-0.07-0.34-0.14-0.5-0.22-0.7-0.36-1.18001-0.84-1.48001-1.44-0.06-0.09-0.09999-0.19999-0.15-0.29999 0-0.03-0.03001-0.04999-0.04001-0.07999-0.1-0.26-0.16996-0.53002-0.15997-0.86001 0-0.11 0.03998-0.2 0.06998-0.28-0.7-0.76-1.4-1.52001-2.15-2.23001-1.16-1.1-2.57998-1.93999-3.63998-3.12-0.89999-1-1.61003-2.13-2.59003-3.06-1.08999-1.03-2.37997-1.84-3.40997-2.94-0.36999-0.39-0.84003-0.98001-0.90002-1.57001-0.14-0.08-0.28-0.14998-0.41001-0.22998-1.14-0.64-2.35998-1.34001-2.97998-2.54-0.03999-0.07-0.03999-0.13001-0.06-0.20002-0.11-0.03-0.22001-0.06998-0.33001-0.09997-4.95-1.18-12.21997 0.57-17.09998 1.91-6.2 1.7-9.83002 6.65999-14.64001 10.48999-0.74 0.59-6.89001 4.30999-9.54001 5.98999-0.47-0.46-0.97-0.90001-1.34-1.29001-1.76999-1.91-3.57999-3.68-5.61999-5.30999-8.58-6.87-19.03002-10.92997-29.67002-13.37998-4.61-1.06-9.27-1.73-13.86999-1.03-2.32-5.57-8.76998-9.68002-15.63999-5.96002-8.32 4.51-16.10001 10.05999-23.79 15.67999-0.08-0.02-0.16-0.05999-0.25-0.07998-12.99-3.16-18.94999 10.46001-21.82 20.73001-0.44 1.57-0.82001 3.15999-1.18 4.76999 0.43-0.89 1.93001-0.44999 1.6 0.57-0.2 0.63-0.35001 1.26999-0.59001 1.88999-0.22 0.56-0.49999 1.07002-0.54999 1.68002-0.09 1.17-0.14 2.17-0.47 3.31-0.69 2.34-1.48001 4.68998-1.57001 7.13998-0.05 1.26-0.17 2.50001-0.14 3.76001 0.02 0.7 0.03 1.29998-0.08999 1.97998-0.12 0.72-0.28 1.44-0.41001 2.16001-0.06 0.33-0.13 0.67001-0.16 1.01001-0.01 0.11 0.01 0.28001-0.03 0.39001-0.1 0.27 0.3 0.33 0 0-0.07-0.08-0.15999-0.17-0.31999-0.29001 0.29 0.22 0.38999 0.53999 0.34999 0.82999 0.11 0.13 0.19 0.3 0.19 0.53-0.01 1.75-0.16999 3.5-0.20999 5.25-0.04 1.76 0.23999 3.29002 0.65 4.99002 0.35 1.48 0.09 2.79 0 4.25 0.07 0.43 0.07 0.85998 0.08999 1.28998 0.49 0.73 0.80001 1.47002 0.74001 2.37002 0.07 0.22 0.14 0.42999 0.19999 0.65 0.09 0.34-0.03 0.60999-0.22999 0.79998 0.3 0.33 0.59 0.65002 0.75 1.14002 0.14 0.45 0.17 0.91998 0.33 1.35998 0.16 0.46 0.41999 0.88 0.62999 1.32001 0.36 0.76 0.55001 1.5 0.68001 2.31 0.04 0.03 0.09 0.04999 0.13 0.07999 0.56 0.47 0.88999 1.17 1.18999 1.80999 0.28 0.6 0.61001 1.17 0.93001 1.75 0.34 0.62 0.67 1.26002 1.05 1.86002 0.34 0.53 0.75999 1.03999 1.23999 1.32999 0.37 0.22 0.46 0.59 0.38001 0.91 0.61 0.65 1.18 1.32001 1.58 2.13001 0.08 0.16999 0.1 0.33 0.08 0.48001 2.72 2.05 5.78999 3.47 9.03999 4.5 0.12-0.24 0.35-0.42001 0.72001-0.38001 1.21 0.13 2.29 0.67 3.49 0.84 1.12 0.16 2.25999 0.14998 3.37999 0.32998 2.44 0.41001 4.77 1.03 7.25 1.19001 4.53 0.3 9.06 0.68 13.59 1.03 0.05-0.04001 0.08002-0.09 0.15002-0.12 1.33-0.59 2.67-0.64999 4.09-0.34 0.28 0.06 0.60998 0.14 0.94998 0.23999 0.33-0.12999 0.68002 0.03003 0.89001 0.31003 0.51 0.21 0.98999 0.49 1.29999 0.84 0.04 0.05 0.07001 0.11 0.11002 0.16 4.06-6.26999 1.39999-16.87001-8.01001-17.42001-0.86-1.01-1.92999-1.85999-3.20999-2.45999 0.7-0.75 1.40999-1.50002 2.14999-2.21003 1.76-1.7 3.22999-3.21 5.54999-3.83999 0.65-0.49 1.40001-0.79997 2.16-1.09998 0.68-0.27 1.18999-0.40002 1.70999-0.71002 1.16-0.7 2.28001-1.49999 3.60001-1.86999 0.36-0.1 0.75-0.11998 1.11999-0.16999 0.15-0.02 0.29-0.04002 0.44001-0.05002 0.03 0 0.22002-0.03001 0.30001-0.04 0.1-0.02 0.23999-0.04999 0.24-0.04999 0.12-0.03 0.23001-0.06 0.35-0.09 0.04-0.01 0.07-0.01999 0.09-0.01999 0.12-0.08 0.34-0.21001 0.11999-0.04001 0.89-0.72 2.00001-0.81 2.88001 0 0.51 0.47 0.70001 1.33001 0.51001 2.04001 0.5-0.14 1-0.29 1.5-0.47 2.12-0.76 4.15-1.72 6.22-2.63-0.02-0.05-0.04999-0.09999-0.06-0.15-0.49-2.14-0.88002-4.19-0.49002-6.38 0.07-0.38 0.28002-0.69 0.55002-0.94 0-0.02-0.00001-0.05002-0.01001-0.08002-0.45-3.18-0.44999-6.16998-0.01999-9.35999 0.22-1.63 0.48999-3.25 0.67999-4.88 0.19-1.6 0.03999-3.1-0.16-4.69-0.39-3.16 0.22999-6.36999 0.23999-9.54999 0.01-2.62 4.08001-2.62 4.07001 0-0.01 3.34-0.60999 6.65998-0.18 9.97998 0.44 3.43-0.29001 6.66-0.70001 10.06-0.38 3.1-0.17999 6.02002 0.23001 8.96002 0.23 1.66 0.52998 3.57 0.22998 5.31 0.15-0.05 0.29-0.09999 0.44001-0.15 15.59-4.73 20.31002 20.02998 22.43002 30.03998 1.69999 7.99 12.95998 10.76001 18.38998 4.85001 6.6-7.18 18.34001-7.77002 26.61002-12.51001 2.6-1.49 4.6-3.28 6.03-5.37 1.16 0.07 2.30999-0.02 3.36999-0.31 0.04-0.01 0.08-0.03001 0.12-0.04001-0.41001 0.03-0.86-0.07999-1.19001-0.26998-0.47-0.28-0.76001-0.71-0.94-1.22001-0.25-0.72-0.22998-1.54999-0.13998-2.30999 0.08999-0.73 0.20997-1.46 0.31997-2.19001 0.03-0.26 0.06-0.52 0.06-0.77999 0-0.85 0.52002-1.53001 1.24002-1.85001-0.53-2.23-0.47999-4.35998-1.05999-6.53998-0.29-1.1 0.35998-2.16001 1.41998-2.51001 1.03999-0.34 2.23001 0.38998 2.51001 1.41998 0.33 1.25 0.5 2.53001 0.66 3.82001 0.04 0.31 0.08 0.62 0.12 0.92999 0.02 0.15 0.03999 0.31002 0.05999 0.46003-0.02-0.16-0.01001-0.11001 0.01999 0.14999 0.02001 0.12 0.04003 0.24001 0.06003 0.35001 0.58 0.11 1.12999 0.41998 1.4 0.94998 0.77 1.47 1.38 3.00001 1.77999 4.6 1.34-2.47 1.73-5.49001 1.25-8.51001-0.13-0.82-0.33001-1.6-0.55001-2.36999 7.61999-1.93 15.76001-3.99 19.82-10.63001-0.19999-0.15-0.35-0.35999-0.35-0.63998-0.02001-0.62-0.57001-1.13999-0.66001-1.76999-0.08999-0.69 0.18001-1.37 0.51001-1.97 0.60001-1.07 1.47002-1.61 2.58002-2.06 1.47-0.59 2.25998-1.35 3.00998-2.72 0.67-1.23 1.34999-2.36001 1.59-3.76001 0.24-1.42 0.16999-2.9 0.16-4.33999l0.04001 0.04998z m-113.07999-10.26001c-0.43 0.14-0.96003-0.15998-1.06003-0.59997-0.19-0.85-0.62-1.62001-0.86999-2.45001-0.27-0.9-0.02999-1.86-0.01999-2.78 0-0.48 0.38998-0.83998 0.85999-0.85999 0.46-0.02 0.87002 0.40998 0.86001 0.85999 0 0.45-0.06 0.9-0.09 1.33999-0.01 0.2-0.02001 0.41002-0.01 0.61002 0 0.06 0 0.10998 0 0.16998 0 0.01 0 0.01002 0 0.02002 0 0.01-0.00001 0.03999 0.01998 0.07999 0.02 0.06 0.03002 0.11001 0.05002 0.17001 0.25 0.8 0.64999 1.53999 0.84 2.35999 0.11 0.47-0.14001 0.91-0.60001 1.05999l0.02002 0.01999z m34.13999-16.48999c-0.15001 0.35-0.44001 0.49-0.79001 0.53-0.30001 0.04-0.58999-0.03-0.85999-0.16-0.32 0.31-0.88 0.29001-1.19-0.01999-0.5-0.51-0.78-1.15-1.09-1.78-0.03 0-0.05002-0.00999-0.08001-0.01999-0.04 0-0.06999 0-0.10999 0-0.08 0-0.15001-0.00002-0.23001 0.00998-0.48 0.05-0.83999-0.43999-0.85999-0.85998 0-0.22 0.1-0.46002 0.25-0.61002 0.17-0.17 0.37999-0.23 0.60999-0.25 0.49-0.05 0.99002 0.06 1.46002 0.25 0.12 0.01 0.22999 0.04 0.32999 0.09 0.15 0.07 0.27999 0.16001 0.39999 0.26001 0.06 0.04 0.13001 0.07002 0.19 0.11001 0.65001 0.41 1.25 0.93 1.78 1.5 0.24 0.26 0.32 0.61997 0.18 0.93997l0.01001 0.01001z m4.70001 3.86002c-0.07-0.32 0.06997-0.35002 0.31997-0.24002-0.19999 0.14-0.31997 0.23002-0.31997 0.24002z",
+ "fill": "#f5b2afff",
+ "width": 90.65753936767578,
+ "height": 56.124351501464844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "SNaXj",
+ "x": 51.874229431152344,
+ "y": 38.50544738769531,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 12.63 15.84999 45.47 5.87l-0.25 8.47-39.20999 20.37002-6.01001-34.71002z",
+ "fill": "#de8d96ff",
+ "width": 21.81981086730957,
+ "height": 16.61798858642578,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "b2eOa",
+ "x": 20.029888153076172,
+ "y": 13.439123153686523,
+ "name": "Vector",
+ "geometry": "M72.44998 87.1561c-0.19-0.02-0.38999-0.11002-0.51999-0.24002-0.17-0.17-0.23-0.37998-0.25-0.60999-0.02-0.19-0.02-0.36999-0.03-0.56-0.16-0.16-0.26999-0.37-0.23999-0.58999 0.19-1.48 0.28999-2.99 0.13999-4.47-0.15-1.48-0.98999-2.76002-1.01999-4.27002 0-0.45 0.26999-0.70998 0.60998-0.78998-0.41-2.09-0.89998-4.16001-1.50997-6.20001-2.09-7.01-2.33002-14.46-4.17002-21.56-0.47-2.76-0.95001-5.51999-1.42001-8.26999-0.1-0.55-0.31998-1.09002-0.63999-1.58002-0.06-0.92-0.11-1.83999-0.19-2.76999-0.13-1.49-0.25-2.99001-0.38-4.48001-0.18-0.15-0.32998-0.37999-0.38999-0.67999-0.55-2.52-1.40002-4.98002-1.74002-7.55002-0.16-1.19-0.07998-2.42999-0.25998-3.60998-0.2-1.25-0.84-2.26999-0.72-3.59 0-0.09 0.01999-0.18001 0.04999-0.26001-1.2-2.98-2.44999-5.94999-2.20999-9.04999 0.39-4.95-7.02002-8.24002-10.24002-4.24002-1.73 2.15-3.03998 4.40001-4.03998 6.73001-3.08-3.07-9.25-3.21999-10.16 2.13001-0.24 1.38-0.46999 2.76999-0.71 4.14999 0.94 1.22 0.62998 2.87001 0.38999 4.29001-0.12 0.71-0.1 1.49999 0.03 2.29999 0.15 0.92 0.34002 1.83001 0.30001 2.76001 0.35 0.47 0.58999 1.01999 0.60999 1.64999 0.06 1.5-0.3 3.00001-0.22 4.48001 0.09 1.72 0.85001 3.24999 1.07001 4.93 0.32 2.45 1.07998 5.57 0.69998 8.02999-0.03 0.19-0.10999 0.40001-0.20999 0.63001 0.38 0.82 0.40002 1.79998 0.08001 2.63998 0.44 0.71 0.56997 1.59001 0.40998 2.42002 0.74 0.7 0.46001 2.31-0.87 2.30999-0.29 0-0.51999-0.07999-0.70999-0.20999-0.32 0.15-0.67999 0.23999-1.07999 0.26999-0.27 0.1-0.56001 0.18001-0.88 0.20001-1.86 0.15-4.56002 1.36-6.86002 1.37-0.6 0.42-1.37 0.61-2.13 0.59-0.03 0-0.05998 0.00999-0.09998 0.01998-0.11 0.03-0.22002 0.07001-0.33001 0.10001-0.12 0.22-0.25998 0.43001-0.44999 0.60001-0.28 0.3-0.61001 0.51001-0.98001 0.63-0.36 0.19-0.75999 0.28001-1.17999 0.26001 0 0-0.00001 0-0.01001 0-0.27-0.04-0.54-0.07002-0.81-0.11001 0 0-0.00001 0-0.01001 0-0.17-0.05-0.34998-0.12001-0.50998-0.20002-4.33 2.57-7.11001 5.28003-12.42001 5.37003-0.37 0.59-0.94999 1.04999-1.73999 1.23999-0.07 0.12-0.16001 0.29-0.20001 0.34-0.43 0.57-0.85999 1.10999-1.4 1.57998-0.93 0.81-1.97 1.38001-2.83999 2.17002-0.03 0.18-0.05 0.36999-0.06 0.54998 0.56 0.33 1 0.84001 1.25 1.51001 0.17 0.17 0.32999 0.37 0.45999 0.60001 0.41 0.69 0.71999 1.47 1.04999 2.25 0.05 0.07 0.11002 0.13001 0.15002 0.20001 0.15 0.22 0.27999 0.45997 0.4 0.68997 0.55 0.6 0.92 1.15002 1.25 1.74002 0.44 0.62 0.89 1.24999 1.33999 1.87 0.68 0.66 1.37001 1.30999 2.07001 1.92999 0.05 0.4 0.14999 0.79002 0.26999 1.17001 5.81 7.43 12.77002 14.43 20.61002 19.25001 0.69 0.43 1.09999 0.99001 1.29998 1.6 1.91 1.18 3.82 2.31999 5.69001 3.45999 0.47 1.02 1.21 1.98001 2.22 2.75 2.88 2.21 5.76999 2.59999 8.95999 3.91999 1.47 0.61 2.62001 1.41002 3.82001 2.12002 0.53-0.19 1.17001-0.19 1.88 0.09 5.5 2.19999 11.87998-2.32001 15.10999-6.54001 0.39-0.78 0.76002-1.56999 1.08001-2.4 0.17-0.43 0.82999-3.37 0.62-3.01 0.53-1.22 1.59-2.17999 2.09-3.51999 0.61-1.65 0.8-3.39001 0.88-5.13001 0.02-0.25 0.03998-0.50001 0.03998-0.76001 0-0.26 0.00001-0.51-0.01999-0.75-0.01-0.63-0.04001-1.26-0.07001-1.89999l0 0.01001z m-49.97998-13.52002c-0.14-0.12-0.29002-0.23-0.43002-0.35001 0.16-0.08 0.32001-0.17 0.48001-0.25-0.02 0.2-0.03999 0.39003-0.04999 0.59003l0 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 34.80995178222656,
+ "height": 53.49345016479492,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "0GUZ7",
+ "x": 25.893054962158203,
+ "y": 44.65980529785156,
+ "name": "Vector",
+ "geometry": "M2.25183 13.64539c3.75 4.36 8.71 7.53999 13.78 10.15 3.71 1.92 8.85998 1.08001 10.94998-2.87 1.94-3.67 1.1-8.88998-2.86999-10.94998-2.14-1.1-4.23998-2.27-6.22998-3.63-0.44-0.3-0.88002-0.59999-1.30002-0.93 0.67 0.52 0.04999 0-0.23001-0.25-0.98-0.91-1.91-1.83003-2.78-2.84002-2.74-3.18-8.54-3.02-11.31 0-3.11 3.39-2.92 7.92003 0 11.31002l-0.00998 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 13.428168296813965,
+ "height": 11.865200996398926,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "GNESK",
+ "x": 55.00810623168945,
+ "y": 33.600826263427734,
+ "name": "Vector",
+ "geometry": "M86.35937 41.82431c0 0-0.28001-2.10003-0.29001-2.15002-0.17-0.66-0.45001-1.30998-0.79001-1.88998-0.63-2.5-1.75999-4.98999-2.76999-7.43-1.68-4.05-3.6-7.93001-5.81-11.67001 0.25-0.7 0.16999-1.55-0.35-2.19-1.7-2.08-2.66-4.66-3.67999-7.13001-0.29-1.25-0.82001-2.43-1.55002-3.47-0.81-1.61-1.75999-3.13-2.98999-4.5-0.12-0.14-0.25001-0.23999-0.38001-0.32999-1.72-1.47-3.52999-1.15-5.67999-0.61999-1.09 0.27-2.19 0.54999-3.28 0.82998-0.19-0.14-0.37001-0.26999-0.48001-0.35998-0.1-0.08-0.24001-0.19002-0.38-0.30002-0.11 0.22-0.26999 0.42001-0.48999 0.54001-0.61 0.33-1.14999 0.25-1.79999 0.34-0.62 0.09-1.24002 0.34001-1.83002 0.51001-1.16 0.34-2.27 0.69-3.38 1.19-1.53 0.7-3.08999 1.86-4.79999 1.97 0 0.02-0.00001 0.02999-0.01001 0.04999-0.85 0.3-1.66 0.66999-2.36999 1.17999-0.1-0.02-0.21-0.01999-0.31-0.01999-0.18 0-0.35 0-0.53 0.06l-0.04999 0.02002c-0.15 0.04-0.29002 0.08999-0.43002 0.17999-0.14 0.08-0.25999 0.17-0.35999 0.28-0.13 0.13-0.26001 0.27-0.35 0.44l-0.01999 0.04999c-0.08 0.13-0.13999 0.26999-0.18 0.42999-0.02 0.18-0.05001 0.35-0.07 0.53 0 0.18 0.02001 0.36 0.07 0.53 0.16 0.39 0.32 0.78001 0.47001 1.17001 0.06 0.26 0.17999 0.48999 0.35998 0.68 0.14 0.22 0.33 0.39002 0.56 0.52002 0.15 0.06 0.29 0.11999 0.44 0.17999-0.17 0.47-0.34999 0.94-0.51999 1.41 0.29 0.17 0.51999 0.43999 0.57999 0.76999 0.02 0.15 0.09002 0.28999 0.14001 0.42999 0.02 0.04 0.03999 0.08 0.04999 0.12 0.06 0.13 0.12001 0.26001 0.17001 0.39001 0.55 1.22 1.16999 2.45 1.51999 3.75 0.11 0.4 0.19 0.85001 0.19001 1.29001 0.59 0.29 1.03 0.74 1.25 1.37 0.24 0.7-0.28001 1.41-0.92002 1.61999-0.05 0.02-0.09999-0.00001-0.14999 0.01999-0.19 0.14-0.44001 0.23002-0.73001 0.24002-1.05 0.03-2.00998 0.73998-2.97998 1.06998-1.17 0.4-2.38002 0.68002-3.55002 1.08002-1.09 0.37-1.95998 1.03-2.97998 1.52999-0.7 0.34-1.51002 0.71999-1.83002 1.46-0.24 0.54-0.92998 0.73-1.47998 0.58999-0.07 0.16-0.15001 0.31-0.20001 0.47-0.21 0.05-0.42001 0.11-0.63001 0.16001-1.37-0.35-2.77999-0.54999-4.20999-0.60999-1.84-0.03-3.72 0.24999-5.59 0.38999-0.32-0.1-0.64001-0.2-0.98001-0.28-2.24-0.57-4.49998-0.64999-6.75998-0.51999-0.49-0.06-0.98-0.08001-1.47-0.04001-1.47 0.12-2.83002 0.68999-4.27002 0.95999l-0.95999-0.01999-0.16 0c-0.28-0.01-0.52999 0.04001-0.76999 0.17002-0.25 0.08-0.46001 0.21997-0.64002 0.40997-0.1 0.13-0.21 0.27003-0.30999 0.40002-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.05 0.18-0.05 0.35 0 0.53 0.01 0.25 0.09 0.48001 0.22 0.70001-0.12 0.18-0.22001 0.36999-0.32001 0.54999 1.02 0.05 1.03999 1.59001 0.04999 1.70001-0.11 0.46-0.43999 0.85998-0.98999 0.94999-0.04 0.27-0.08001 0.53002-0.10001 0.80001-0.17 0-0.32998 0.04998-0.47998 0.09998 0 0.07 0 0.15-0.03 0.22-0.53 1.25-1.29001 2.40001-1.70001 3.70001-0.17 0.56-0.37999 1.1-0.54999 1.66001-0.09 0.28-0.16 0.56998-0.22 0.85998-0.05 0.24-0.06001 0.31002-0.04001 0.61002 0 0.15-0.05 0.28998-0.11999 0.41998 0.34 0.5 0.46999 1.14001 0.32998 1.73001-0.15 0.64-0.28 1.28001-0.38 1.92002-0.1 0.85-0.11998 1.69999-0.03998 2.54998 0.06 0.39 0.12999 0.77002 0.23999 1.14002 0.17 0.58 0.03999 1.14999-0.26001 1.60998 0 0.01 0 0.02001 0 0.04001 0.12 0.91 0.14001 1.81998 0.17002 2.72998 0.39 0.56 0.68998 1.13001 0.88998 1.82001 0.21 0.68 0.29 1.24001 0.69 1.85001 0.77 1.14 1.68001 2.36001 2.67002 3.32 1.92 1.86 5.10001 2.29 7.63 2.56 1.79 0.19 3.62999 0.44998 5.42999 0.38998 1.71-0.06 3.39-0.40998 5.10001-0.47998 2.92-0.12 6.32999 0.71998 9.07999-0.55002 0.48-0.22 1.00999-0.29998 1.48999-0.19998 0.3-0.59 0.87002-1.04001 1.71002-1.08001 2.08-0.09 4.09-0.59 6.13-1 2.05-0.4 4.11-0.58999 6.19001-0.70999 0.1 0 0.2-0.01999 0.30999-0.01999 0.07-0.06 0.12998-0.12001 0.19999-0.17002 1.47-1.07 3.89-1.02999 5.63-1.08999 0.08 0 0.17 0 0.25 0 1.5-0.61 2.97001-1.29 4.57001-1.56 0.4-0.07 0.79998-0.03999 1.16998 0.07001 0.24-0.14 0.50001-0.25002 0.76001-0.33002 0.28-0.35 0.64001-0.56001 1.07001-0.73001 1.14-0.46 2.38998-0.61999 3.60998-0.59 0.34 0 0.67001 0.03002 1.01001 0.05002 0.15-0.09 0.30001-0.15999 0.45001-0.17999 0.38-0.05 0.74998-0.12002 1.12998-0.18002 1.77-0.67 3.55002-1.20998 5.39001-1.60999 0.39-0.77 1.29001-1.13001 2.13001-1.04001 0.06-0.02 0.18998 0 0.25997 0 0.01 0 0.03001 0 0.04001 0 0.33-0.07 0.66001-0.16001 0.98002-0.26001 0.34-0.11 0.67-0.23998 1-0.37997 0.04-0.02 0.15999-0.07003 0.20999-0.09003 0.1-0.04 0.19001-0.07999 0.29001-0.11999 0.59-0.25 1.18999-0.44999 1.79998-0.65 1.54-1.22 2.93001-2.64 4.10001-4.33999 0.23-0.17 0.20999-0.14 0.39999-0.31 0.51-0.47 0.93-1.05 1.28-1.65 0.36-0.63 0.67999-1.30001 0.84-2.01001 0.02-0.08 0.28001-2.05999 0.29001-2.14999 0-0.01 0-0.02 0-0.03 0-0.01 0-0.02 0-0.03l-0.01999-0.03z m-47.78 5.72001c-0.54-0.47-1.16001-0.85001-1.85-1.13001-0.36-0.75-0.86-1.42001-1.5-1.98001 0.36-0.1 0.72-0.20999 1.08999-0.32999 0.78 1.32 1.87001 2.45999 3.14002 3.23999-0.29 0.06-0.59 0.13-0.88001 0.19001l0 0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 41.45109176635742,
+ "height": 31.255340576171875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "CgYUb",
+ "x": 57.026973724365234,
+ "y": 46.81403350830078,
+ "name": "Vector",
+ "geometry": "M1.45228 5.16585c0.87 0.2 1.78002 0.1 2.61001-0.22 0.68-0.27 1.33-0.61002 2-0.90002l-0.48001 0.20001c0.33-0.14 0.67-0.25 1.03-0.31l-0.53 0.07001c0.21-0.02 0.42-0.03 0.63001 0l-0.53-0.07001c0.19 0.03 0.35998 0.07999 0.53998 0.15l-0.47998-0.19999c0.17 0.08 0.32998 0.17 0.47998 0.28l-0.4-0.30999c0.12 0.1 0.23 0.19998 0.34 0.31997 0.7 0.79 2.13002 0.76 2.83002 0 0.77-0.84 0.74-1.98999 0-2.82998-0.48-0.54-1.11001-0.90999-1.79001-1.15-0.72-0.25-1.45-0.23002-2.19-0.11001-1 0.16-1.90001 0.73-2.82001 1.13l0.48001-0.20001c-0.34 0.14-0.68999 0.26-1.04999 0.31l0.53-0.06998c-0.16 0.02-0.32001 0.02998-0.48001 0.00998l0.53 0.07001c-0.06 0-0.13-0.02001-0.19-0.04001-1.02-0.23-2.20999 0.31002-2.46 1.40002-0.23 1.02 0.30999 2.20999 1.4 2.45999l0 0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 4.82684326171875,
+ "height": 2.522634983062744,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Gi2Ey",
+ "x": 70.48849487304688,
+ "y": 53.49032974243164,
+ "name": "Vector",
+ "geometry": "M0 2.01106c0.06 0.57 0.16 1.11 0.5 1.59 0.23 0.34 0.48999 0.65 0.79999 0.91 0.61 0.5 1.26 0.96 1.91 1.41 1.14 0.79 2.28001 1.57001 3.42001 2.35001 0.41 0.28 1.07998 0.33001 1.53998 0.20001 0.46-0.13 0.97001-0.49001 1.20002-0.92001 0.25-0.46 0.37001-1.03001 0.20001-1.54001-0.17-0.51-0.47001-0.88998-0.92002-1.19998-1.58-1.09-3.21001-2.13002-4.73001-3.30002l0.40003 0.31c-0.24-0.19-0.46002-0.37999-0.65003-0.60999l0.31003 0.4c-0.07-0.09-0.12001-0.19001-0.17001-0.29001l0.20001 0.48001c-0.03-0.08-0.05001-0.15999-0.07001-0.23999l0.07001 0.53 0-0.09c-0.06-0.54-0.19003-1.01-0.59003-1.41-0.35-0.35-0.91997-0.61-1.40997-0.59-0.49 0.02-1.05 0.19-1.41 0.59-0.34 0.37-0.64 0.9-0.59 1.41l-0.01001 0.00998z",
+ "fill": "#fef0e2ff",
+ "width": 4.630465030670166,
+ "height": 4.088329792022705,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "xRosu",
+ "x": 91.02522277832031,
+ "y": 54.42655944824219,
+ "name": "Vector",
+ "geometry": "M7.4538 0.96556c-0.08 0.13-0.14999 0.26001-0.23999 0.39001-0.05 0.08-0.11 0.14998-0.16001 0.22998-0.14 0.2 0.27001-0.31998 0.10001-0.13998-0.22 0.24-0.43001 0.47998-0.67001 0.69998-0.11 0.1-0.23 0.20002-0.34 0.30002-0.2 0.17 0.06998-0.06001 0.13998-0.10001-0.08 0.05-0.14998 0.11001-0.22998 0.17002-0.27 0.19-0.54001 0.35999-0.82 0.51999-0.28 0.16-0.59999 0.31999-0.9 0.45999-0.1 0.05-0.20002 0.09-0.30002 0.13-0.24 0.11 0.37003-0.13999 0.12003-0.04999-0.16 0.06-0.32002 0.13-0.49002 0.19001-0.72 0.27-1.44999 0.49998-2.17999 0.72998-1 0.31-1.73999 1.41002-1.4 2.46002 0.32 1 1.38999 1.72999 2.45999 1.39999 3.22-1.02 6.59-2.29002 8.37-5.36001 0.52-0.91 0.24-2.22999-0.72-2.73999-0.96-0.51-2.17999-0.25-2.73999 0.72l0-0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 5.360929489135742,
+ "height": 4.03882360458374,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "D9gNG",
+ "x": 48.645225524902344,
+ "y": 8.11822509765625,
+ "name": "Vector",
+ "geometry": "M0.34886 3.72987c1 1.38 2.18 2.02999 3.75 2.61999 0.35 0.13 0.92001 0.28999 1.14002 0.46 0.57 0.44 0.90998 1.3 1.38998 1.83999 1.1 1.26 2.5 2.31 3.75 3.41001 1.37 1.21 2.71 2.47002 4.13001 3.64001 0.78 0.64 1.74002 1.07999 2.77002 0.79999 1.09-0.3 1.66998-1.05 2.28998-1.94 1.06-1.52 2.08-3.06999 3.13-4.60999 0.34-0.51 0.76001-1.46001 1.23001-1.79001 0.45-0.31 1.4-0.42998 1.91001-0.66998 1.45-0.69 2.66999-1.93001 3.35998-3.38001 0.96-2.03-0.61001-4.10001-2.82001-3.67001-1.61 0.31-3.07998 1.01999-4.63998 1.45999-1.56 0.44-3.05002 0.43001-4.61002 0.35001-3.3-0.18-6.52-0.64999-9.78 0.17001-2.14 0.54-2.37998 3.47001-0.59997 4.57001 2.2 1.36 4.36997 2.82998 6.62997 4.09997 2.42 1.37 5.28002 0.92 6.33002-1.86999 0.48-1.26-0.53-2.73999-1.75-3.07999-1.4-0.39-2.60002 0.48-3.08002 1.75l-0.09997 0.26999 0.63998-1.1c0.09-0.11 0.84 0.02001 0.78-0.10999-0.04-0.1-0.49999-0.29002-0.60999-0.36002-0.73-0.44-1.45001-0.89998-2.17001-1.34997-1.38-0.86-2.76999-1.71001-4.14999-2.57001l-0.60001 4.57001c3.04-0.76 6.22-0.03001 9.31 0.04999 1.63 0.04 3.3-0.08 4.87-0.5 1.57-0.42 3.18001-1.19999 4.86001-1.51999l-2.82001-3.67002c-0.39 0.81-0.83999 1.29-1.67999 1.59-1.47 0.52-2.55 1.02001-3.5 2.32001-0.78 1.06-1.49001 2.17999-2.23001 3.26999-0.39 0.58-0.77998 1.15001-1.16998 1.73001-0.17 0.26-0.35002 0.50999-0.52002 0.76999-0.13 0.19-0.25998 0.38002-0.38999 0.58001-0.17 0.22-0.18 0.25-0.03 0.09l1.93-0.25-0.23999-0.07001 1.09997 0.64002c-1.35-1.05-2.59998-2.27-3.87997-3.41001-1.28-1.14-2.70003-2.17999-3.84003-3.42999-1-1.1-1.52999-2.29002-2.92999-3.02002-0.66-0.35-1.38001-0.57001-2.07001-0.85-0.24-0.1-0.31999-0.10999-0.54999-0.23999-0.05-0.03-0.33999-0.26-0.20999-0.09-0.79-1.09-2.18001-1.61999-3.42001-0.9-1.08 0.63-1.68999 2.31998-0.9 3.41999l-0.01001-0.01999z",
+ "fill": "#fef0e2ff",
+ "width": 14.149805068969727,
+ "height": 7.940731048583984,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "BpDDv",
+ "x": 35.152408599853516,
+ "y": 24.477602005004883,
+ "name": "Vector",
+ "geometry": "M1.11639 2.5c-0.5 4.44-1.19002 8.90999-1.11001 13.38998 0.08 4.48 0.87002 9.18002 0.58001 13.80002-0.2 3.21 4.8 3.2 5 0 0.29-4.62-0.51002-9.19002-0.58001-13.80002-0.07-4.61 0.62002-8.94998 1.11001-13.38998 0.15-1.34-1.26-2.5-2.5-2.5-1.48 0-2.35 1.15-2.5 2.5z",
+ "fill": "#fef0e2ff",
+ "width": 2.940376043319702,
+ "height": 15.36540699005127,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "bl5xk",
+ "x": 23.289384841918945,
+ "y": 40.68296813964844,
+ "name": "Vector",
+ "geometry": "M1.25757 7.32182c0.41 0.29 1.03 0.44001 1.52999 0.45001 0.57 0 1.08-0.14999 1.59-0.39999 0.47-0.24 0.83002-0.64 1.24002-0.97l-0.51001 0.38998c0.4-0.3 0.83999-0.51999 1.29999-0.70999l-0.59998 0.25c0.67-0.28 1.35999-0.53 2.01999-0.84 0.66-0.31 1.25001-0.72 1.76001-1.22 0.46-0.44 0.72998-1.13999 0.72998-1.76999 0-0.63-0.26998-1.35002-0.72998-1.77002-0.46-0.42-1.10002-0.75998-1.77002-0.72998-0.67 0.03-1.27999 0.25998-1.76999 0.72998-0.09 0.09-0.19001 0.17001-0.29 0.26001l0.51001-0.39001c-0.39 0.3-0.83001 0.52-1.29001 0.72l0.6-0.25c-0.71 0.3-1.44001 0.56001-2.13 0.89002-0.69 0.33-1.27 0.84-1.87 1.33999l0.51001-0.38998c-0.09 0.07-0.18 0.11998-0.28 0.16998l0.59998-0.25c0 0-0.09999 0.03001-0.14999 0.04001l0.66-0.09c0 0-0.09999 0.01-0.14999 0l0.66 0.09c0 0-0.10001-0.01-0.14002-0.03l0.60001 0.25c0 0-0.09-0.04001-0.11999-0.07001-0.5-0.36-1.35999-0.41-1.93-0.25-0.57 0.16-1.21002 0.60999-1.49002 1.15-0.31 0.58-0.46 1.27999-0.25 1.92999l0.25 0.60001c0.22 0.38 0.51999 0.66999 0.9 0.89999l0.01001-0.03z",
+ "fill": "#fef0e2ff",
+ "width": 4.951116561889648,
+ "height": 3.7208917140960693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "mRc1u",
+ "x": 23.303647994995117,
+ "y": 38.939476013183594,
+ "name": "Vector",
+ "geometry": "M3.76785 10.52345l4.35998-2.21997c0.33-0.17 0.66002-0.34 0.99002-0.50001 0.16-0.08 0.31998-0.16001 0.47998-0.23001 0.75-0.35-0.17999 0.04998 0.26001-0.11001 0.33-0.12 0.67999-0.17998 1.01999-0.28998 0.41-0.13-0.36998 0.02-0.00998 0 0.18-0.01 0.36-0.03001 0.53-0.04001 1.41-0.1 2.93-0.18001 4.13001-1.04001 0.06-0.04 1.08999-0.74999 1.01999-0.89999 0.04 0.11-0.81001 0.33999-0.04001 0.14999-0.6 0.14 0.24-0.03 0.41-0.05999 0.17-0.03 0.34-0.05 0.5-0.09 0.43-0.1 0.86001-0.28999 1.23001-0.51999 1.11-0.69 1.63999-2.26001 0.9-3.42001-0.74-1.16-2.23001-1.63999-3.42002-0.9-0.28 0.17-0.09 0 0.06 0-0.13 0-0.26999 0.04999-0.39999 0.07999 0.7-0.15-0.38998 0.05001-0.50998 0.07001-0.13 0.02-0.27002 0.04002-0.40003 0.08001-0.78 0.2-1.7 0.69997-2.16 1.37998 0.09-0.13 0.29-0.18999 0.03-0.01999-0.26 0.17-0.12998 0.01999 0.05002-0.01001-0.13 0.02-0.26001 0.07002-0.39002 0.11002-0.61 0.16 0.31-0.00001-0.06 0.01998-0.6 0.04-1.21 0.07999-1.80999 0.15-1.75 0.22-3.25 0.93-4.81 1.72l-4.48999 2.28c-1.17 0.59-1.59999 2.33001-0.9 3.42001 0.77 1.19 2.16998 1.52999 3.41999 0.9l0.01001-0.01001z",
+ "fill": "#fef0e2ff",
+ "width": 9.545011520385742,
+ "height": 5.192017555236816,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "SaEZH",
+ "x": 73.56698608398438,
+ "y": 37.302818298339844,
+ "name": "Vector",
+ "geometry": "M1.37477 0.72194c-0.96 1.12-1.47002 2.46999-1.36001 3.95999 0.1 1.4 0.64001 2.61 1.23001 3.87 0.11 0.24 0.22001 0.46999 0.32001 0.70999 0.06 0.14 0.11997 0.27999 0.18997 0.42999-0.1-0.24-0.09998-0.21998 0.02002 0.05002 0.23 0.58 0.44998 1.15001 0.66998 1.73001 0.22 0.58 0.43002 1.11997 0.61002 1.68998 0.04 0.13 0.08 0.26001 0.11999 0.39001 0.06 0.29 0.06999 0.26001 0.01999-0.07999 0.01 0.13 0.02 0.25998 0 0.38999-0.01-0.19 0.03001-0.37 0.14001-0.53-0.56 1.18-0.37001 2.75001 0.9 3.42001 1.11 0.59 2.82001 0.35997 3.42001-0.90002 0.66-1.39 0.65-2.76999 0.16001-4.20999-0.39-1.12-0.81001-2.24-1.26001-3.34-0.27-0.67-0.55001-1.33001-0.85001-1.98001-0.12-0.25-0.23001-0.50998-0.35001-0.75998-0.12-0.26-0.12-0.25001 0 0.01999-0.04-0.1-0.07999-0.19001-0.10998-0.29001-0.08-0.23-0.13999-0.46998-0.20999-0.69998-0.06-0.31-0.06-0.27002 0 0.09997-0.01-0.12-0.02002-0.23999-0.02002-0.36999 0.02-0.28-0.00001-0.24001-0.04001 0.11999 0.02-0.12 0.05002-0.23998 0.08002-0.34997 0.09-0.26 0.07998-0.23002-0.05002 0.09997 0.15-0.23 0.12001-0.20999-0.07999 0.07001 0.85-0.99 1.05-2.56998 0-3.53998-0.93-0.86-2.63001-1.06-3.54001 0l-0.00998 0z",
+ "fill": "#fef0e2ff",
+ "width": 3.919534921646118,
+ "height": 8.16830825805664,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "vJW0Z",
+ "x": 48.375953674316406,
+ "y": 9.497001647949219,
+ "name": "Vector",
+ "geometry": "M21.53003 1.25l-12.54001 6.54001-8.99002-7.79001",
+ "fill": "#efd5ceff",
+ "width": 10.331672668457031,
+ "height": 3.729593276977539,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#efd5ceff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9eMxg",
+ "x": 87.25044250488281,
+ "y": 44.1357421875,
+ "name": "Vector",
+ "opacity": 0.33000001311302185,
+ "geometry": "M18.70001 20.84c0.04-0.94 0.02-1.86-0.22-2.78-0.15-0.6-0.35-1.17001-0.41-1.79001-0.05-0.54 0.03998-1.10998-0.08002-1.63998-0.23-1.01-0.99-2.03-1.36999-3-0.45-1.16-0.78998-2.36002-1.22998-3.52002-0.69-1.81-1.84999-3.16998-2.12-5.09998-0.47-0.75-0.98002-1.46002-1.55002-2.11002-0.25-0.29-0.4-0.58999-0.47-0.89999-6.37 1.06-11.25 6.60001-11.25 13.26001 0 7.42 6.03999 13.45999 13.45999 13.45999 1.49 0 2.93002-0.24999 4.27002-0.70999 0.81-1.61 0.9-3.34001 0.97-5.17001z",
+ "fill": "#f9cc9fff",
+ "width": 8.981422424316406,
+ "height": 12.792634963989258,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "gEgVF",
+ "x": 20.440521240234375,
+ "y": 35.29544448852539,
+ "name": "Vector",
+ "geometry": "M2.03426 3.83476c0 0 10.05999 0.07999 14.14999 5.17999l12.54001-3.55999c0 0-10.53999-9.39-22.04999-3.53-11.51 5.86-4.64001 1.89999-4.64001 1.89999l0 0.01001z",
+ "fill": "#de8d96ff",
+ "width": 13.78398609161377,
+ "height": 4.315959930419922,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ndcsF",
+ "x": 0.5699742436408997,
+ "y": 31.290437698364258,
+ "name": "Vector",
+ "geometry": "M45.02225 35.61002c-37.65-1.65-44.44-35.61002-44.44-35.61002 0 0-5.20001 34.76001 15.47999 40.26001 20.68 5.5 34.31999 3.57001 34.32 3.57001l-5.35999-8.23001 0 0.01001z",
+ "fill": "#de8d96ff",
+ "width": 24.17705726623535,
+ "height": 21.141477584838867,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#de8d96ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aMN0k",
+ "x": 2.3951027393341064,
+ "y": 17.76051139831543,
+ "name": "Vector",
+ "geometry": "M3.95888 0c0 0-6.86999 42.18999-2.50999 59.76999",
+ "width": 1.8997591733932495,
+ "height": 28.615854263305664,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xFbkV",
+ "x": 58.45328140258789,
+ "y": 5.4083333015441895,
+ "name": "Vector",
+ "geometry": "M0 35.75c0 0 26.27002-17.02 24.33002-35.75",
+ "width": 11.724446296691895,
+ "height": 17.115894317626953,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2q7vf",
+ "x": 48.00165557861328,
+ "y": 18.205760955810547,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 7.02002 9.78999 10.15002 10.29999",
+ "width": 4.8707194328308105,
+ "height": 4.931286811828613,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nyAD6",
+ "x": 74.5482177734375,
+ "y": 32.64780807495117,
+ "name": "Vector",
+ "geometry": "M0 7.49489c0 0 15.54001-8.53001 25.39001-7.39002",
+ "width": 12.183974266052246,
+ "height": 3.588299512863159,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LzPxk",
+ "x": 18.844602584838867,
+ "y": 36.02064895629883,
+ "name": "Vector",
+ "geometry": "M0 13.36002c0 0 12.71999-11.77002 24.45999-13.36002",
+ "width": 11.73768138885498,
+ "height": 6.39632511138916,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8faeaff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JuXSy",
+ "x": 8.656959533691406,
+ "y": 2.267627716064453,
+ "name": "Vector",
+ "geometry": "M80.59988 25.19c4.51 28.04 12.55001 55.86 14.76001 84.22 0.73 9.29-2.21001 20.7-11.83001 24.34-10.17 3.85001-20.61999-4.61998-28.04999-10.53998-10.2-8.13-20.16-16.84002-27.31-27.90002l-4.43003-6.53-5.97-9.10999c-10.87-5.67-20.86998-17.67001-16.86998-30.67001 7-20 20.99998-35 36.99999-49 0 0 1.00002 1.00002 2.46002 0.61002",
+ "width": 45.8115234375,
+ "height": 64.49893951416016,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yo4P0",
+ "x": 17.06426429748535,
+ "y": 32.061256408691406,
+ "name": "Vector",
+ "geometry": "M0 17.45001c9.39-7.67 20.39001-14.67001 32.17001-17.45001",
+ "width": 15.437509536743164,
+ "height": 8.354476928710938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ajVzF",
+ "x": 20.1258544921875,
+ "y": 34.913116455078125,
+ "name": "Vector",
+ "geometry": "M4.95947 0.19434c5.47535-1.11553 9.51829 2.93839 9.51829 2.93839 0 0-10.99869 2.23105-14.47776 6.77454",
+ "width": 14.477764129638672,
+ "height": 9.907265663146973,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d12vA",
+ "x": 73.87639617919922,
+ "y": 27.5704288482666,
+ "name": "Vector",
+ "geometry": "M26.84 7.28l0.89999 5.30002c-9.65-0.58-27.73999 8.09-27.73999 8.08999l0.20001-4.45001c3.6-0.13 21.16998-16.22 21.16999-16.22",
+ "width": 13.311662673950195,
+ "height": 9.89610481262207,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "SFKrm",
+ "x": 55.06413650512695,
+ "y": 33.59331512451172,
+ "name": "Vector",
+ "geometry": "M66.94258 0c0 0 22.77001 39.65999 18.70001 47.01999-4.07 7.36-31.9 12.32999-41.75 14.39999-0.22 0.05-0.42 0.1-0.63 0.16001-2.38 0.68-19.07001 5.17001-34.07001 2.92001-3.86-0.58-7.05999-3.36-8.07998-7.13-1.22-4.53-1.98002-11.31002 0.69998-18.93003 0.63-1.79 1.81003-3.35998 3.34002-4.47998 3.45-2.54 10.75-6.24002 22.81-4.86001 1.83 0.21 3.56 0.95002 5 2.11001 4.68 3.76 14.07999 13.63001 10.57999 30.29001",
+ "width": 41.33131408691406,
+ "height": 31.17998504638672,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VydiM",
+ "x": 47.133087158203125,
+ "y": 8.759696960449219,
+ "name": "Vector",
+ "geometry": "M0 0l19.89001 16.03 13.69001-15.00998",
+ "width": 16.114131927490234,
+ "height": 7.674622535705566,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PBcdH",
+ "x": 48.90862274169922,
+ "y": 4.3454718589782715,
+ "name": "Vector",
+ "geometry": "M0 18.98787c0 0 1.33884 2.64759 2.51933 2.81994l5.15718-9.04609 2.74152 8.41412c0 0 6.44949-4.95523 11.64172-13.47727 1.40603-2.31244 2.72567-4.88821 3.79099-7.69857 0 0 14.40097 12.69688 15.68223 19.39003 1.28126 6.69315-4.63557 7.57888-4.63557 7.57888l-5.32657-0.49313",
+ "width": 41.71461486816406,
+ "height": 26.96891212463379,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VnIZF",
+ "x": 70.71884155273438,
+ "y": 14.327751159667969,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 7.32 32.27 6.78 43.88-0.54 11.61-0.75 21.04999-0.75 21.04999",
+ "width": 3.2671992778778076,
+ "height": 31.08629035949707,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "aQaVV",
+ "x": 0.28728312253952026,
+ "y": 1.6128746271133423,
+ "name": "Vector",
+ "geometry": "M54.06132 107.18758c0 0-34.95999 0.79001-43.32998-6.91999-8.37-7.71-16.64-29.25001-4.91-69.30001 11.73-40.05 49.14999-29.79001 49.14999-29.79001",
+ "width": 26.37923812866211,
+ "height": 51.328739166259766,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "e2eYB",
+ "x": 4.298579692840576,
+ "y": 2.612339973449707,
+ "name": "Vector",
+ "geometry": "M22.67224 0c0 0-21.45999 27.99001-22.54 52.57001-1.08 24.58 4.81 47.41 4.81 47.41",
+ "width": 10.879785537719727,
+ "height": 47.86705780029297,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wqdfF",
+ "x": 57.14910888671875,
+ "y": 43.7030029296875,
+ "name": "Vector",
+ "geometry": "M0.25775 12.35389c0 0-2.11998-5.80002 5.80001-5.80001 7.92 0 17.44998 1.42001 17.44999 1.42001l2.64999 0.35999c12.56-10.45 34.30002-8.10998 34.30002-8.10999",
+ "width": 29.012025833129883,
+ "height": 5.914628505706787,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OPIeD",
+ "x": 73.75162506103516,
+ "y": 40.66947937011719,
+ "name": "Vector",
+ "geometry": "M0 0l3.07001 8.39999",
+ "width": 1.4732125997543335,
+ "height": 4.021633625030518,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kjTz3",
+ "x": 35.00852584838867,
+ "y": 16.836496353149414,
+ "name": "Vector",
+ "geometry": "M1.81622 0c0 0-5.23 69.21999 2.06 82.07999",
+ "width": 1.8600913286209106,
+ "height": 39.2971305847168,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "q3bo9",
+ "x": 54.503936767578125,
+ "y": 55.17609405517578,
+ "name": "Vector",
+ "geometry": "M0 0l1.66998 0.20999",
+ "width": 0.8013791441917419,
+ "height": 0.10053682327270508,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GUEHv",
+ "x": -62,
+ "y": -48,
+ "name": "头发",
+ "children": [
+ {
+ "type": "path",
+ "id": "ISFvI",
+ "x": 110.20271301269531,
+ "y": 184.46568298339844,
+ "name": "Vector",
+ "geometry": "M22.6201 5.9362c-0.04-0.26-0.00001-0.51 0.12999-0.72-0.19-0.26-0.4-0.48-0.64-0.66001-0.47-0.58-1.01999-1.07001-1.65999-1.51001-0.18-0.16-0.37001-0.30999-0.57001-0.42999-3.33-3.15-6.87001-2.68999-11.24-2.42999-0.96-0.15-1.88-0.18001-2.84-0.10001-0.04 0-0.08 0-0.11999 0-0.02 0-0.04 0-0.06 0-0.1 0.37-0.46001 0.69998-0.84001 0.66999-0.05 0-0.1 0-0.14 0-0.05 0.02-0.09999 0.03001-0.15 0.04-0.03 0.02-0.06 0.03002-0.08999 0.05002-0.06 0.04-0.13 0.08-0.19001 0.12-0.12 0.11-0.04 0.03 0 0 0 0 0.01-0.00002 0.02001-0.02002-0.03 0.03-0.06001 0.05001-0.09001 0.07001-0.06 0.05-0.11999 0.09999-0.18 0.14999-0.18 0.15-0.37001 0.29001-0.57 0.42001-0.68 0.45-1.30999 0.97-1.96999 1.44001 0 0-0.01 0-0.02 0-0.5 0.76-0.76 1.72-0.72 2.66-0.1 0.45-0.14 0.90999-0.13001 1.35998-0.68 1.06-0.81999 2.44001 0.10001 3.89002 1.33 2.11 3.26 3.79 5.69999 4.5 2.56 0.74 5.44 0.31998 8.06 0.22998 0.25 0 0.48001-0.04 0.71001-0.09 0.66-0.02 1.38-0.16999 2.19-0.45999 1.81-0.66 3.56-1.85 4.73-3.38-0.05-0.28 0.02-0.57 0.22999-0.78 0.06-0.06 0.11-0.11001 0.16001-0.17002 0 0 0.04999-0.05999 0.06999-0.07998 0.02-0.02 0.05-0.06999 0.05-0.07999 0.03-0.04 0.06-0.09001 0.08-0.14001 0.03-0.04 0.05001-0.08998 0.07001-0.13999 0 0 0.02-0.04003 0.03-0.06003 0-0.03 0.01999-0.05998 0.01999-0.06997 0.01-0.05 0.03001-0.09001 0.04001-0.14002 0.02-0.09 0.04-0.17999 0.05999-0.26999 0-0.05-0.00001-0.09001 0.01-0.14001 0.02-0.21 0.02-0.42 0.03-0.63001 0.01-0.55 0.08001-1.09999 0.09001-1.64999 0.01-0.4-0.29001-0.97-0.37001-1.44l0.01001-0.00998z",
+ "fill": "#dc899dff",
+ "width": 11.02763843536377,
+ "height": 7.5962371826171875,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ppIqS",
+ "x": 110.34671783447266,
+ "y": 184.44949340820312,
+ "name": "Vector",
+ "geometry": "M8.04001 0l6.36 0c4.44037 0 8.03999 3.59961 8.03999 8.03998l0 0.01001c0 4.44037-3.59962 8.04001-8.03999 8.04001l-6.36 0c-4.44037 0-8.04001-3.59964-8.04001-8.04001l0-0.01001c0-4.44037 3.59964-8.03998 8.04001-8.03998z",
+ "width": 10.768343925476074,
+ "height": 7.703347682952881,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oEB7j",
+ "x": 116.28204345703125,
+ "y": 175.8033905029297,
+ "name": "Vector",
+ "geometry": "M26.15145 5.40912c-1.38-0.8-3.40001-1.82998-5.45001-2.38999-0.4-0.99-1.23-1.82-2.55999-2.19-0.07-0.02-0.13999-0.03999-0.21-0.04999-0.42-0.2-0.88999-0.31002-1.39999-0.33001-2.24-0.47-4.45-0.58999-6.8-0.26999-0.76 0.1-1.43001 0.37-1.99001 0.75-0.66 0.08-1.32 0.30998-1.92 0.72998-0.66 0.12-1.32 0.40002-1.94999 0.90002-0.84 0.68-1.26 1.12998-1.66001 1.91999-1.41 1.89-2.46 4.15002-2.16 6.46002 0.37 2.84 2.06 6.57999 4.78 7.79999 1.34 0.6 2.66001 0.53001 4.07 0.79 1.2 0.23 2.34 0.64999 3.53 0.93 0.06-0.06 0.11999-0.12 0.18-0.16001 0.22-0.13 0.44001-0.12 0.68-0.08999-0.21-0.03 0.12 0.00001 0.16001 0.01001 0.08 0 0.15 0.00999 0.22999 0.01999 0.18 0 0.36 0.00999 0.53 0.01999 0.33 0 0.66001 0 0.98001 0.02999 0.46 0.04 0.90999 0.13 1.35999 0.22001 0.72-0.14 1.44001-0.34 2.14001-0.59 6.64 0.28 15.06-10.05999 7.44001-14.48999l0.01998-0.02002z",
+ "fill": "#dc899dff",
+ "width": 13.988730430603027,
+ "height": 9.819077491760254,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "r5lhT",
+ "x": 116.20596313476562,
+ "y": 175.86520385742188,
+ "name": "Vector",
+ "geometry": "M9.95 0l9.31999 0c5.49523 0 9.95001 4.45478 9.95001 9.95001 0 5.49523-4.45478 9.95001-9.95001 9.95001l-9.31999 0c-5.49523 0-9.95-4.45478-9.95-9.95001 0-5.49523 4.45476-9.95001 9.95-9.95001z",
+ "width": 14.021880149841309,
+ "height": 9.527460098266602,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MbmRL",
+ "x": 123.7985610961914,
+ "y": 164.09512329101562,
+ "name": "Vector",
+ "geometry": "M25.59788 18.56421c0.59-1.93 3.16-5.21999 3.19-7.21 0.04-2.88-2.15-4.11-2.59-7-0.32-2.09-3.09998-3.41001-4.69998-3.35-0.94-0.61-2.14003-0.93-3.62002-0.94001-3.68-0.04-7.72997-0.55999-10.65998 2.20002-1.04 0.98-2.18 2.41999-3.22 4.01999 0.17 0.22 0.25999 0.49 0.15 0.75-0.26 0.63-0.62002 1.14-1.05002 1.66-0.06 0.07-0.11999 0.13999-0.17999 0.20999 0.03 0.05 0.06002 0.1 0.08001 0.16 0.22 0.6 0.17 1.33-0.44 1.69001-0.04 0.03-0.09001 0.02999-0.14001 0.04998-0.07 0.48-0.02999 1.02002-0.15 1.49003-0.12 0.51-0.36999 0.92998-0.70999 1.31997-0.13 0.15-0.27 0.28001-0.41 0.42002-0.12 0.13-0.19001 0.20999-0.23001 0.29998-0.08 0.22-0.22998 0.41002-0.41999 0.52002 0.01 0.11 0 0.23 0.03 0.34-0.63 2.36-0.81002 4.93 0.09998 7.25 0.53 1.38 1.39003 2.13998 2.37002 2.88998 0.89 1.17 1.89998 2.12 3.13999 2.66001 1.18 1.13 2.25999 2.13002 4.14999 2.74002 2.68 0.87 5.32002 0.72998 7.96002-0.21002 0.62-0.22 1.14999-0.54999 1.57999-0.95999 0.42-0.1 0.84-0.29 1.25-0.59 1.19-0.87 2.14001-1.76001 2.88-2.79001 0.85-0.82 1.51999-1.74999 2.10999-2.82999 0.78-1.42 0.49001-3.10999-0.37-4.36999-0.03-0.14-0.06001-0.28001-0.1-0.42001z",
+ "fill": "#dc899dff",
+ "width": 13.814776420593262,
+ "height": 14.992220878601074,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "M3c1K",
+ "x": 123.97763791506259,
+ "y": 132.46027070661148,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "fwIXA",
+ "x": 1.105971189093907,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "JAkd3",
+ "x": 11.277007102966309,
+ "y": 33.302982330322266,
+ "name": "Vector",
+ "geometry": "M0 0c2.35 2.3 3.66999 5.5 3.60999 8.78-1.51-2.87-2.71999-5.82-3.60999-8.78z",
+ "fill": "#fef0e2ff",
+ "width": 1.7332738637924194,
+ "height": 4.2035675048828125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "PZDqB",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M22.23001 64.23999c-0.09-0.48 0.09998-0.97001 0.16998-1.45001-1.55 1.42-3.41001 2.49-5.48001 3.06-2.54-0.94-5.22998-0.94999-7.66998-0.21-5.37-1.81-9.25-7.02-9.25-13.16 0-7.65 6.02-13.85001 13.44-13.85001 7.42 0 12.83998 5.61002 13.38999 12.74002 1.7-2.58 3.80002-4.99002 6.27002-7.18002 3.5-24.95 25.71999-44.18997 52.61999-44.18997 29.33 0 53.10999 22.86999 53.10999 51.07999 0 1.83-0.11 3.63-0.31 5.41 1.36999-0.75 2.89999-1.17999 4.53-1.17999 5.57001 0 10.08001 4.92999 10.08001 11.01999 0 6.09-4.51 11.03-10.08001 11.02999-2.37 0-4.54-0.89999-6.26999-2.39999-2.16 21.31-28.57001 36.07001-60.79001 33.35001-24.68-2.08-40.99001-15.01001-48.88-29.97 0.06-3.28-1.25999-6.48-3.60999-8.78-0.54-1.77-0.95999-3.55001-1.26999-5.32001z",
+ "fill": "#fef0e2ff",
+ "width": 73.48290252685547,
+ "height": 52.00971221923828,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "fxhji",
+ "x": 4.438822269439697,
+ "y": 31.173561096191406,
+ "name": "Vector",
+ "geometry": "M7.66998 0.7377c-1.11 0.31-2.27998 0.48001-3.47998 0.48001-1.46 0-2.87-0.24-4.19-0.69 2.44-0.74 5.12998-0.73001 7.66998 0.20999z",
+ "fill": "#fef0e2ff",
+ "width": 3.680615186691284,
+ "height": 0.5830001831054688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MUCYd",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "dkVN8",
+ "x": 9.225407929969151,
+ "y": 31.526747878593596,
+ "name": "Vector",
+ "geometry": "M0 0c0.21 0.08 0.42 0.17001 0.63 0.26001l2.37 1.03c1.37 0.6 2.57002 1.42001 3.58002 2.42001",
+ "width": 3.1575703620910645,
+ "height": 1.776233434677124,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5zrum",
+ "x": 0,
+ "y": 31.426209624809417,
+ "name": "Vector",
+ "geometry": "M29.4147 12.70001c-0.01 1.54-0.32998 3.1-0.97998 4.59l-3.07001 7.04001c-2.64 6.05-9.74999 8.83998-15.79999 6.19998l-2.36001-1.03c-6.05-2.64-8.84999-9.74001-6.20999-15.79001l3.07-7.03998c1.45-3.33 4.24999-5.67001 7.48999-6.67001",
+ "width": 14.115309715270996,
+ "height": 15.093751907348633,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g2N8Z",
+ "x": 1.105971189093907,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M27.10999 78.34c7.89 14.96 24.2 27.89 48.88 29.97 32.22 2.72 58.63001-12.04001 60.79001-33.35001 1.72999 1.5 3.89999 2.39999 6.26999 2.39999 5.57001 0 10.08001-4.94 10.08001-11.02999 0-6.09-4.51-11.01999-10.08001-11.01999-1.63001 0-3.16001 0.42999-4.53 1.17999 0.2-1.78 0.31-3.58 0.31-5.41 0-28.21-23.77999-51.07999-53.10999-51.07999-26.9 0-49.11999 19.23997-52.61999 44.18997-2.47 2.19-4.57002 4.60002-6.27002 7.18003-0.55-7.13-6.32999-12.74002-13.38999-12.74003-7.42 0-13.44 6.20001-13.44 13.85001 0 6.14 3.88 11.35 9.25 13.16 1.32 0.45 2.73 0.69 4.19 0.69001 1.2 0 2.36998-0.17001 3.47998-0.48001 2.07-0.57 3.93001-1.64 5.48001-3.06-0.07 0.48-0.25998 0.97001-0.16998 1.45001 0.31 1.77 0.72999 3.55001 1.26999 5.32001 0.89 2.96 2.09999 5.91 3.60999 8.78z",
+ "width": 73.48290252685547,
+ "height": 52.00971221923828,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "ZAOOi",
+ "x": 139.5929412841797,
+ "y": 149.7820281982422,
+ "name": "Vector",
+ "geometry": "M38.67419 0c0 0-10.98002 16.04001-29.46002 19.13001-18.48 3.09-3.44998-9.93002-3.44998-9.93003l32.91-9.19998z",
+ "fill": "#efd5ceff",
+ "width": 18.55868911743164,
+ "height": 9.385869026184082,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#efd5ceff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8pOZX",
+ "x": 176.05372619628906,
+ "y": 140.81178283691406,
+ "name": "Vector",
+ "geometry": "M0.08407 1.46616c-0.09 0.47-0.13998 0.95001 0.02002 1.42001 0.06 0.17 0.14 0.35999 0.22 0.51999 0.02 0.03 0.02999 0.06001 0.04999 0.10001 0.04 0.06 0.09 0.11999 0.13001 0.17999 0.18 0.27 0.31 0.60002 0.44 0.90002l-0.20001-0.48001c0.1 0.24 0.12999 0.49999 0.20999 0.73999 0.08 0.24 0.18001 0.5 0.32 0.72 0.26 0.39 0.49999 0.63001 0.9 0.89002 0.23 0.15 0.48002 0.22999 0.74002 0.23999 0.27 0.06 0.52999 0.04999 0.79999-0.04001 0.26-0.06 0.48999-0.17999 0.67999-0.35998 0.22-0.14 0.39002-0.33 0.52002-0.56 0.25-0.46 0.36998-1.03001 0.19998-1.54001-0.17-0.51-0.46998-0.90001-0.91998-1.20001-0.02-0.01-0.05001-0.02999-0.07001-0.04999l0.39999 0.31c0 0-0.06-0.06-0.08999-0.09l0.31 0.39999c-0.04-0.06-0.07999-0.11999-0.10999-0.17999l0.19998 0.48001c-0.07-0.17-0.09998-0.35-0.13998-0.53-0.08-0.34-0.24001-0.66-0.39002-0.97-0.08-0.17-0.16-0.35002-0.25-0.52002-0.09-0.17-0.20998-0.31-0.28997-0.47l0.19998 0.48001c-0.02-0.06-0.03999-0.11001-0.04999-0.17001l0.06998 0.53c0-0.06 0-0.11999 0-0.17999l-0.06998 0.52999 0-0.03997c0.09-0.27 0.09998-0.53002 0.03998-0.80002-0.01-0.27-0.08999-0.50999-0.23999-0.73999-0.13-0.23-0.29999-0.42-0.51999-0.56-0.19-0.18-0.41999-0.30002-0.67999-0.36002-0.51-0.12-1.09001-0.08999-1.54001 0.20002-0.42 0.27-0.82001 0.68998-0.92002 1.19998l0.03 0z",
+ "fill": "#f198a1ff",
+ "width": 2.4921860694885254,
+ "height": 3.2240047454833984,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "VmDFW",
+ "x": 139.72293090820312,
+ "y": 151.19012451171875,
+ "name": "Vector",
+ "geometry": "M1.21333 4.65892c1.77 1.06 3.65998 2.14998 5.69998 2.53997 1.27 0.25 2.45001 0.26002 3.73001 0.05002 1.07-0.17 2.12999-0.47 3.17999-0.72 1.21-0.29 1.95001-1.56002 1.79001-2.74002-0.15-1.1-1.21999-2.31998-2.45999-2.16998-0.89 0.11-1.77999 0.24001-2.67999 0.32-0.94 0.08-1.87003-0.03-2.81003 0-0.94 0.03-1.86 0.24999-2.75 0.57999-0.35 0.13-0.7 0.27-1.06 0.38001-0.18 0.05-0.35998 0.09-0.53998 0.13-0.19 0.04-0.12001 0.03 0.21-0.03-0.12 0-0.25 0-0.37 0-1.31-0.03-2.56 1.17-2.5 2.5 0.03 0.65 0.23998 1.31999 0.72998 1.76999 0.52 0.48 1.07002 0.64001 1.77002 0.73001 1.99 0.26 3.97998 0.14 5.94998-0.25 0.89-0.18 1.74003-0.46001 2.62003-0.70001 0.39-0.11 0.84998-0.28001 1.25998-0.29001-0.59 0 0.03999 0.01 0.17999 0 0.28 0 0.56001 0.01002 0.85001 0.05002l-0.66001-4.91c-1.79 0.49-3.61 0.89999-5.44 1.20999-1.83 0.31-3.78 0.39002-5.47 1.33001-0.93 0.52-1.47999 1.78998-1.14999 2.81998 0.35 1.09 1.27 1.77003 2.41 1.84003 1.37 0.08 2.51-0.42003 3.66-1.09003 0.08-0.05 0.16-0.08998 0.25-0.13998 0.25-0.12 0.22999-0.11001-0.07 0.01999 0.14-0.13 0.55002-0.18 0.74002-0.22 0.5-0.12 1.00999-0.2 1.51998-0.28 1.3-0.2 2.13-1.89999 1.75-3.07999-0.46-1.41-1.67999-1.96-3.07998-1.75-1.1 0.17-2.10003 0.39999-3.12003 0.85999-0.38 0.17-0.78998 0.38-1.13998 0.63-0.16 0.08-0.1 0.06 0.16-0.06-0.12 0.04-0.25 0.08002-0.36999 0.11002 0.35-0.03 0.38-0.04001 0.08999-0.01001-0.13 0-0.26001 0-0.39001 0l1.26001 4.66c0.11-0.07 0.23001-0.13002 0.35-0.18002l-0.23001 0.10001c0.11-0.1 0.41999-0.12998 0.57999-0.16999 0.39-0.1 0.79-0.16002 1.19-0.21002 0.87-0.12 1.74001-0.24999 2.60001-0.39999 1.76-0.31 3.5-0.70998 5.22-1.16999 1.2-0.33 1.95001-1.53002 1.79001-2.74002-0.18-1.33-1.19999-1.99998-2.45999-2.16998-2-0.26-3.89002 0.57998-5.80002 1.00998-0.21 0.05-0.41998 0.09-0.63999 0.13-0.12 0.02-0.89002 0.17-0.30001 0.06-0.42 0.08-0.86999 0.09002-1.29999 0.11002-0.94 0.04-1.88-0.01001-2.81-0.13001l0 5c0.91 0.02 1.79998-0.19 2.63999-0.5 0.35-0.13 0.7-0.26998 1.05999-0.38998 0.18-0.06 0.36001-0.10002 0.54001-0.15003 0.27-0.05 0.23999-0.05-0.07001 0 0.11-0.01 0.22-0.01999 0.34-0.01999 0.9-0.03 1.79001 0.08001 2.70001 0.01001 0.91-0.07 1.86001-0.21002 2.79001-0.33001l-0.66-4.91001c-0.92 0.22-1.84001 0.47002-2.76001 0.65003-0.14 0.03-0.27998 0.04998-0.41999 0.06998l0.25-0.03998c-0.19 0.07-0.51002 0.03-0.71002 0.03-0.22 0-0.48 0.00999-0.69-0.04001l0.28 0.03c-0.13-0.02-0.25998-0.05002-0.38999-0.08002-0.39-0.09-0.77001-0.19999-1.14001-0.32999-0.13-0.04-0.25-0.08998-0.36999-0.13998 0.26 0.11 0.3 0.13 0.13 0.06-0.21-0.1-0.42998-0.20002-0.63998-0.30002-0.79-0.39-1.54002-0.84-2.30002-1.28-1.12-0.67-2.78998-0.29001-3.41999 0.89999-0.63 1.19-0.30001 2.70001 0.9 3.42002l0 0.01001z",
+ "fill": "#f198a1ff",
+ "width": 7.910581111907959,
+ "height": 4.360284328460693,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "Llqv5",
+ "x": 191.3966064453125,
+ "y": 157.7774200439453,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "5UkaU",
+ "x": 0.7204155325889587,
+ "y": 0.7133705019950867,
+ "name": "Vector",
+ "geometry": "M0 0.22l0.20999-0.22",
+ "fill": "#cb878aff",
+ "width": 0.10027030110359192,
+ "height": 0.10495958477258682,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ABOOH",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.56126 2.77002l0.20999-0.22c0.15-0.14 0.25-0.30001 0.31-0.48001 0.09-0.18 0.14-0.36999 0.13-0.57999 0-0.21-0.04-0.40002-0.13-0.58002-0.06-0.19-0.16-0.34998-0.31-0.47998l-0.29999-0.23001c-0.23-0.14-0.49001-0.20001-0.76001-0.20001l-0.39999 0.05002c-0.25 0.07-0.47 0.19998-0.66 0.38998l-0.21 0.22c-0.15 0.14-0.25 0.30001-0.30999 0.48001-0.09 0.18-0.14 0.36999-0.13001 0.57999 0 0.21 0.04 0.40002 0.13001 0.58002 0.06 0.19 0.16 0.34998 0.30999 0.47998l0.29999 0.23001c0.23 0.14 0.49001 0.20001 0.76001 0.20001l0.4-0.05002c0.25-0.07 0.47-0.19998 0.66-0.38998z",
+ "fill": "#cb878aff",
+ "width": 1.5415980815887451,
+ "height": 1.5368502140045166,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kgDvT",
+ "x": 190.57693481445312,
+ "y": 168.7246856689453,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "2ij7y",
+ "x": 0.47957271337509155,
+ "y": 0.48089635372161865,
+ "name": "Vector",
+ "geometry": "M0 0.06c0.7 0.73 1.68998 1.08998 2.63998 1.41998 0.35 0.12 0.71 0.25 1.06 0.37 0.89 0.31 1.93001 0.61002 2.73001 0.11001 0.16-0.1 0.30999-0.24001 0.48999-0.32001 0.24-0.11 0.50999-0.09998 0.76999-0.13998 0.37-0.06 0.72003-0.24 1.06003-0.41 0.72-0.36 1.43997-0.73 2.15997-1.09-1.83 1.56-4.40998 1.76997-6.81997 1.90997-0.53 0.03-1.14 0.02002-1.47-0.38998",
+ "fill": "#cb878aff",
+ "width": 5.235397815704346,
+ "height": 1.0661314725875854,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "E6bBF",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.28933 1.76444c0.79 0.79 1.79002 1.22 2.83002 1.59 1.04 0.37 2.11999 0.85003 3.23999 0.87002 0.55 0 1.10001-0.12002 1.57001-0.40002 0.14-0.09 0.25998-0.22 0.41998-0.28 0.24-0.09 0.53001-0.06 0.79001-0.11999 0.55-0.14 1.06-0.43998 1.56-0.69999 0.57-0.29 1.13999-0.58002 1.70999-0.86001l-1.20999-1.57001c-0.99 0.82-2.26999 1.18-3.51999 1.38001-0.63 0.1-1.26999 0.15-1.9 0.19-0.35 0.02-1.20001 0.22001-1.45001-0.04999-0.89-0.94-2.3 0.48-1.41 1.41 0.62 0.66 1.50001 0.71998 2.35 0.66999 0.85-0.05 1.73999-0.12 2.60999-0.25 1.74-0.25 3.38002-0.81001 4.74002-1.95001 0.38-0.31 0.35999-0.96 0.07999-1.31-0.32-0.4-0.83001-0.48998-1.29001-0.25998-0.85 0.43-1.70999 0.97999-2.60999 1.29999-0.45 0.16-0.93 0.12-1.38 0.33999-0.3 0.15-0.53 0.41001-0.88001 0.45001-0.84 0.08-1.76998-0.40999-2.53998-0.67999-0.82-0.29-1.66001-0.57-2.29-1.19-0.92-0.91-2.33 0.51-1.41001 1.41l-0.01001 0.00998z",
+ "fill": "#cb878aff",
+ "width": 6.193886756896973,
+ "height": 2.022531270980835,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "Wlr7H",
+ "x": 129.16542053222656,
+ "y": 109.80025482177734,
+ "name": "Vector",
+ "geometry": "M157.00395 82.51001c-0.08-1.5-0.14001-3.01002-0.24002-4.52002-0.06-0.93-0.14-2.54997-0.64999-3.12997-0.82001-0.92-0.61002-2.04002 0.01999-2.77002-0.37-1.58-0.75-3.15998-1-4.75998-0.04-0.28-0.04998-0.55003-0.00998-0.81003-0.60001-1.33-0.99001-2.75-1.29001-4.25-0.53999-2.63-1.56999-4.89998-2.65-7.34998-1.05999-2.4-2.00001-4.87001-2.83001-7.36001-0.77001-2.3-1.47998-4.63-2.60999-6.78-1.33-2.52-2.72999-4.97999-4.03-7.51999-1.16999-2.3-2.37001-4.55001-3.91-6.62001-3.03999-4.07-6.45998-8.04-10.07998-11.59-0.83-0.81-1.83002-1.89-2.65002-2.5-0.69001-0.51-1.48999-0.87001-2.23999-1.27-1.58001-0.84-3.07002-1.70999-3.89002-3.31999-0.6-0.24-1.19-0.5-1.78-0.78-0.42-0.2-0.80997-0.36001-1.37997-0.34001-0.39 0.02-0.70001-0.17-0.89002-0.34l-0.1-0.09-0.69998-0.11999c-0.75-0.14-1.46002-0.26001-2.20002-0.35001l-0.38-0.05-0.16 0c-0.93001 0.04-1.87999 0.08001-2.82999 0.04001l-0.12 0c0 0-0.06999 0-0.11999 0l-0.5-0.05001-0.05002 0.5-0.07999-0.52-0.05001 0-0.04999 0c-0.38 0.01-0.76 0.03001-1.13001 0.04001l-0.13998 0.01999c-0.66001 0.21-1.31002 0.46001-1.96002 0.70001-0.57 0.21-1.14998 0.42999-1.72998 0.62l0.16 0.47-0.32001-0.45-0.66 0.39999c-0.16 0.13-0.3 0.27-0.44 0.42l-0.07999 0.11c-0.09 0.15-0.19002 0.3-0.27002 0.48l-0.04999 0.12001c-0.1 0.27-0.21001 0.53999-0.33001 0.79999-0.05001 0.12-0.11001 0.24001-0.19001 0.35-0.14 0.2-0.30997 0.45-0.53998 0.64-0.12 0.12-0.28002 0.22-0.49002 0.31l-0.22 0.09001-0.06997 0.23c-0.11 0.35-0.24001 0.75-0.44001 1.14-0.06 0.12-0.2 0.15-0.25 0.16-0.13 0.02-0.26002-0.02001-0.33001-0.09001-0.51-0.54-0.92-1.15-1.31-1.73l-0.12-0.11999c-0.44-0.33-0.78-0.65-1.05999-1-0.25-0.31-0.48-0.63-0.72001-0.95l-0.26-0.35001c-0.06-0.07-0.10999-0.14001-0.16999-0.21l-0.29001-0.23999c-0.15-0.07-0.3-0.22-0.42999-0.45l-0.14999-0.16c-0.34-0.24-0.67-0.48001-1-0.74001-0.54-0.43-1.06-0.95999-1.56-1.59999l-0.07001-0.09001-0.1-0.04999c-0.17-0.09-0.32999-0.21-0.46-0.36l-0.27001-0.21001-0.19999 0.04c-0.11-0.07-0.22002-0.13999-0.33001-0.21999l-0.19999-0.14001 0 0.02c0 0-0.09001-0.07-0.14001-0.11999-0.11 0.02-0.23 0.04-0.35001 0.02999-0.28 0.01-0.54-0.05001-0.77999-0.18-0.25-0.08-0.47-0.22-0.66001-0.42-0.14-0.17-0.27-0.33999-0.39999-0.51999-0.03-0.04-0.04999-0.08001-0.07999-0.12001-0.02-0.04-0.05001-0.08-0.07001-0.12-0.01-0.02-0.02-0.04-0.03-0.05999-0.06-0.14-0.12-0.28-0.17999-0.42-0.06-0.01-0.12-0.03001-0.17999-0.04001-0.75-0.55-1.68-1.1-2.94-1.17-0.02 0-0.03001 0-0.04001 0-0.89-0.46-1.71001-0.67999-2.51001-0.67999l-0.01999 0c-0.43 0-0.86999 0.13-1.26999 0.36999-0.57-0.12-1.17001-0.22-1.76001-0.33l-0.47-0.08-0.19 0.22c-0.3 0.36-0.69 0.56001-1.03 0.51001-0.38-0.05-0.75001-0.10001-1.13001-0.15001l-0.51999-0.06999c0 0-0.00001 0-0.01001 0l-0.35998-0.05-0.18002-0.01001c-0.24-0.02-0.47998-0.04-0.72998-0.06-1.03-0.06-2.05001 0-3.07001 0.06l-2.26001 0.12001c-0.13 0-0.25001-0.00001-0.38001 0.01999l-0.16998 0.03001c-1.19 0.26-2.14001 0.37999-3.16 0.20999-0.22-0.04-0.42-0.14999-0.60001-0.34999l-0.19998-0.22-0.29001 0.06999c-1.31 0.3-2.64002 0.67-4.08002 1.12-0.53-0.12-1.06998-0.2-1.60998-0.25l-0.14999 0-0.13001 0.05c-0.66 0.34-1.37001 0.7-2.10001 1-1.23 0.51-2.31001 0.7-3.20001 0.55l-0.16998-0.03-1.29001 0.7c-0.41 0.22-0.83 0.45-1.25 0.67-0.46 0.24-0.97001 0.25-1.41 0.03l-0.21-0.11-4.04 1.77-0.96 0.72-1.48001 0.26-0.11999 0.21c-0.2 0.37-0.54999 0.66-0.95999 0.81-0.75 0.27-1.50999 0.50001-2.26999 0.74001-0.44 0.13-0.87002 0.27-1.30002 0.41-0.56 0.18-1.1 0.38-1.72 0.62l-0.81 0.47c-0.47 0.28-0.94 0.55999-1.41 0.84999-0.92 0.57-1.86999 1.15001-2.85999 1.62001l-0.12 0.06-0.08001 0.11c-0.21 0.31-0.5 0.53-0.81 0.61-0.71 0.19-1.44999 0.43-2.17999 0.72l-0.98999 0.45c-2.01 1.39-3.99002 2.74001-6.02002 3.99l-0.13001 0.07999-0.05999 0.14c-0.14 0.3-0.34999 0.56001-0.60999 0.73001-0.94 0.62-1.99001 1.15-3.42001 1.72999l-0.13999 0.09c-0.05 0.05-0.09999 0.10001-0.14999 0.15001-0.05 0.05-0.09002 0.08999-0.15003 0.12999l-0.13 0.18001c-0.03 0.06-0.06997 0.10999-0.12998 0.14999-1.41 0.94-2.64 2.1-3.83999 3.23-0.72 0.68-1.46001 1.38001-2.23001 2.01001l-0.35001 0.36999-0.03 0.17999c-0.1 0.35-0.37 0.70999-0.66 0.87-0.19 0.11-0.36999 0.23002-0.54999 0.36002l-0.08002 0.05999c-0.38 0.33-0.74998 0.70002-1.09997 1.14002-0.25 0.34-0.49 0.67999-0.72 1.01999-0.15 0.22-0.31001 0.44001-0.48001 0.70001-0.13 0.22-0.31 0.4-0.47 0.5l-0.43 0.17999c-0.2 0.06-0.43 0.06-0.69 0l-0.39999-0.1-0.18003 0.36999c-0.6 1.25-1.07 2.52-1.44 3.88001-1.9 7.02-0.79999 14.98 2.95001 21.27999 1.9 3.2 4.28999 5.47999 7.26999 6.96 1.32 0.72 1.90001 0.98 2.20001 1.08999 0.49 0.73 0.87999 1.62001 1.26999 2.48001 0.16 0.37 0.33002 0.72999 0.49002 1.07999 0.15 0.3 0.31998 0.82002 0.50998 1.37003 0.34 0.99 0.72 2.08999 1.19001 2.85998-1.91 3.28-2.87001 7.03999-2.85001 11.17999 0.01 3.23 1.21 5.91002 3.47 7.77002 2.38 1.96 5.77002 2.76 9.08002 2.13001l0.60998-0.12003-0.25-0.56997c0 0-0.02998-0.07002-0.03998-0.08002-0.04-0.13-0.00002-0.34999 0.06998-0.48999 0.08-0.14 0.26001-0.28001 0.35001-0.29001 0.14-0.02 0.26001-0.06999 0.45001-0.13998 0.14-0.07 0.27-0.14002 0.39999-0.21003 0.3-0.17 0.59002-0.31999 0.89002-0.38998 0.39-0.09 0.78997-0.08002 1.21997-0.08002 0.23 0 0.45002 0 0.68002 0 0.09-0.01 0.17999 0.02 0.26999 0.07001l0.33002 0.10001 0.34997-0.23999c0.87-0.7 1.90001-1.25 3.14002-1.69001 0.86 0.02 1.69001-0.04002 2.54001-0.18002 3.6-0.61 7.16997-1.46997 10.90997-2.62997 0.08 0.06 0.16002 0.10999 0.24002 0.14999 0.28 0.15 0.57 0.24 0.88001 0.28l0.36999 0.04999 0.15-0.34c0.32-0.73 1.14999-1.18 1.85998-1l0.21003 0.02002 0.28997-0.11002 0.03-0.04001c0.1-0.05 0.27001-0.14 0.42002-0.22 0.55-0.29 1.17999-0.53999 2.01998-0.79998 1.37-0.42 2.54002-0.87 3.68003-1.4l0.48999-0.23001c1.17-0.55 2.37001-1.12 3.6-1.53 0.19-0.06 0.38999-0.12 0.57999-0.17999l0.22-0.06 0.17002-0.08999c0.58-0.47 1.26999-0.89002 1.98999-1.20002 0.47-0.2 0.94999-0.35001 1.45999-0.51001l0.39001-0.11999 0.19-0.10999c0.27-0.26 0.52999-0.45999 0.79999-0.61999 0.43-0.26 0.91001-0.44 1.42001-0.63001l0.26999-0.1 0.64002-0.44001c0.45-0.31 0.89-0.62999 1.33999-0.95999l0.13999-0.16c0.07-0.13 0.14002-0.21 0.21002-0.25 0.3-0.17 0.62-0.29999 1-0.45999l0.67999-0.28c0.3-0.13 0.6-0.27 0.87-0.44l0.44-0.34003c0.07-0.06 0.13998-0.12998 0.19998-0.19998l0.10001-0.10001c0.18-0.19 0.36001-0.38998 0.57001-0.54999 0.28-0.22 0.54999-0.38 0.95999-0.54 0.5-0.2 0.99-0.39 1.54001-0.47001l0.01001 0 0.19998-0.01001 0.11999-0.09997c0.51-0.42 1.01001-0.84002 1.51001-1.27002 0.33-0.29 0.65999-0.57999 0.98999-0.87l0.10001-0.08999c0.65-0.26 1.24-0.68999 1.81-1.31l0.08001-0.09c0.05-0.05 0.09999-0.10001 0.15-0.16l0.04001 0c0.25-0.07 0.48998-0.17001 0.72998-0.26001 0.88-0.36 1.64001-0.96 2.26001-1.78l0.14001-0.07001c0.1-0.05 0.19999-0.08998 0.29999-0.13998l0.56-0.26001-0.06-0.36999c0-0.07 0-0.13 0-0.19001 0.09-0.48 0.57999-0.78001 1.11999-1.07 0.66-0.36 1.27-0.81998 1.87-1.29999 0.08-0.06 0.16002-0.13001 0.24002-0.20001l0.32999-0.28-0.04999-0.28c-0.03-0.17 0-0.34 0.06-0.44 0.25-0.41 0.61998-0.75 1.19998-1.12 0.13-0.08 0.25001-0.16001 0.38-0.23001 0.26-0.16 0.51999-0.32 0.76999-0.5l0.22-0.12997 0.05002-0.19001c0.02-0.08 0.05-0.15 0.09-0.22 0.02-0.04 0.05-0.08001 0.13-0.17001l0.22-0.19 0.03-0.18c0.02-0.12 0.08999-0.21999 0.20999-0.29998 0.17-0.11 0.42001-0.16003 0.61002-0.12003 0.13 0.03 0.28999 0.16002 0.36999 0.30002 0.06 0.11 0.08999 0.22999 0.07999 0.38998l0 0.13001 0.05002 0.11999c0.07 0.14 0.09998 0.29001 0.10999 0.51001 0.03 0.16 0.01001 0.31999-0.04999 0.48999l-0.03 0.18003 0 0.10998c0.02 0.11 0.03 0.21001 0.03 0.32001l0.01999 0.10998c0.19 0.72 0.45001 1.41001 0.76001 2.04001 0.33 0.72 0.51998 1.13001 0.66998 1.36002 0.28 0.75 0.64001 1.44999 1.04001 2.04999 0.44 0.89 0.86999 1.79 1.29999 2.69 0.77999 1.64 1.59001 3.34001 2.46002 4.98001l0.06997 0.11999 0.12003 0.06998c0.11 0.07 0.19998 0.15002 0.25998 0.24002 0.21 0.33 0.41002 0.66 0.61001 1l0.28998 0.47998c0.15 0.25 0.30002 0.49001 0.46002 0.73001l0.21 0.29001 0.03 0c0 0 0.01999 0.03999 0.02999 0.04999l0.07001 0.09c0.38 0.43 0.78999 0.84 1.17999 1.22 0.06 0.05 0.11 0.11 0.16001 0.16l0.23001 0.22c0.21 0.2 0.42 0.40002 0.61999 0.61002 0.06 0.07 0.11 0.15999 0.15 0.26999l0.04999 0.11999c0.12 0.19 0.23 0.39 0.35 0.59l0.35001 0.33002c0.17 0.11 0.33999 0.22997 0.48999 0.37997 0.19999 0.2 0.39 0.41 0.57001 0.63 0.23 0.04 0.46 0.12002 0.66 0.27002 1.73 1.27 3.42 2.71998 4.97 4.19999 1.44 1.38 2.67001 2.83002 4.38 3.89001 0.92 0.57 1.76998 1.21998 2.56998 1.94998 0.66001 0.6 1.27003 1.23001 2.06003 1.67002 1.96 1.1 4.03999 1.96001 5.95998 3.16 0.77001 0.48 1.01999 1.21001 0.93 1.91 0.02 0 0.03999 0 0.04998 0 0.27001 0.01 0.52001 0.08999 0.76001 0.23999 0.25 0.13 0.48001 0.32 0.70002 0.5 0.08 0.07 0.15997 0.15001 0.22998 0.23001 0.16999 0.21 0.36001 0.42999 0.49002 0.66999 0.05 0.08 0.07998 0.18002 0.10998 0.27002 0.01 0.01 0.02001 0.01999 0.04001 0.02999 0.08 0.08001 0.13001 0.2 0.16 0.37l0.01999 0.10001c0 0 0.01003 0.04998 0.02002 0.07998l0.12998 0.11002c0.05 0.04 0.09001 0.08997 0.13 0.12997 0.49001-0.26999 1.04999-0.38999 1.62-0.39999 0.33-0.22 0.75003-0.35999 1.12002-0.34 0.80001 0.05001 1.56 0.25999 2.28 0.57999 1.05001 0.21 1.85999 0.86 2.47998 1.72 0.03 0.02 0.06002 0.04002 0.08002 0.05002 0.02 0 0.02998 0.00999 0.04999 0.01999 0.52 0.1 0.94 0.51 1.22 0.94 0.08 0.13 0.14 0.27 0.17999 0.41 0.25 0.16001 0.49001 0.34 0.72 0.56 0.75 0.69 0.76999 1.55001 0.4 2.23001 0.39999 0.88 0.74002 1.79 0.96002 2.72 0.47 2.02 0.23999 3.97-0.38001 5.93-0.52 1.66-1.04001 3.31999-2.44 4.45999-0.57001 0.47-1.25999 0.85-1.98999 1.1 0.67999 0.46 1.37998 0.89 2.12998 1.25 0.14999-0.34999 0.39001-0.65999 0.74002-0.89999 0.11-0.07 0.21-0.14 0.32-0.22 0.03-0.1 0.07-0.20001 0.10999-0.29001 0.74-1.61 1.63-3.17 2.78-4.53 1.05999-1.26 2.18001-2.44001 3.1-3.82001 1.02001-1.51999 1.78-3.16999 2.65-4.77999 0.86-1.59 0.91-3.37999 1.73001-4.99 0.24-0.48 0.58999-0.76 0.95999-0.91 0-0.04 0-0.07999 0-0.11999 0.02-0.96 0.10001-1.89 0.48001-2.72001-0.28999-0.59999-0.28001-1.34999 0.04999-1.95999 0.17-0.33 0.43999-0.57001 0.73999-0.73001 0.06-0.18 0.12002-0.36999 0.18002-0.54998 0.26-0.88 0.44998-1.77001 0.63999-2.66001 0.05999-0.31 0.11999-0.63001 0.19-0.94 0.03999-0.19 0.09001-0.37 0.13-0.56 0.03-0.13 0.05001-0.25001 0.07001-0.38 0-0.05 0.03-0.28 0.03-0.34 0.05-0.89-0.06001-1.74001 0.22998-2.61002 0.10001-0.3 0.24001-0.59 0.35001-0.89999 0.02-0.04 0.08-0.18999 0.11999-0.31 0-0.08 0-0.17 0-0.25-0.00999-0.18 0.00002-0.35001 0.05002-0.51001 0.07001-1.97 0.23999-3.94998 0.13998-5.91998l0.05002 0z",
+ "fill": "#dc899dff",
+ "width": 75.34190368652344,
+ "height": 59.56331253051758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "rxxX6",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "",
+ "fill": "#f198a1ff",
+ "width": 47.987266540527344,
+ "height": 47.87662887573242,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "0XHyr",
+ "x": 130.76966857910156,
+ "y": 108.4374008178711,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ElNgy",
+ "x": 1.1521258354187012,
+ "y": 1.1921343803405762,
+ "name": "Vector",
+ "geometry": "M73.04001 1.9766c-1.55-1.37-3.80003-1.52001-5.87003-1.60001-2.56-0.1-5.12997-0.18999-7.68997-0.28999-2.99-0.11-6.01-0.22001-8.94 0.37999-1.08 0.22-2.13 0.54-3.19 0.86-7.03 2.12-14.11002 4.26001-20.61002 7.68001-7.45 3.92-13.93001 9.41999-20.35001 14.86999-1.61 1.37-3.29 2.83999-3.94 4.84999-0.57 1.76-0.64998 4.20999-2.44998 4.65",
+ "fill": "#dc899dff",
+ "width": 35.049903869628906,
+ "height": 15.979578971862793,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "J3bki",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M77.2109 2.69661c-2.39-1.95-5.13999-2.24001-8.12-2.35-2.98-0.11-6.06001-0.26-9.10001-0.33001-3.23-0.08-6.42001 0.11001-9.54 0.99001-2.88 0.81-5.75001 1.71-8.60001 2.64-5.71 1.86-11.33999 4.06-16.51999 7.11-5.18 3.05-9.90001 6.79001-14.51001 10.63001-2.33 1.95-4.95998 3.82-6.81998 6.25-0.91 1.19-1.47 2.48999-1.83999 3.92999-0.14 0.55-0.24 1.12-0.44 1.64999-0.17 0.46-0.11002 0.33001-0.08002 0.20001-0.1 0.46-0.18999 0.10999 0.1 0.01999-3.06 0.97-1.75001 5.80001 1.32999 4.82001 2.46-0.78 3.31-2.9 3.88001-5.22 0.57-2.32 2.15002-3.68 3.96002-5.22 4.19-3.56 8.39999-7.12999 12.95999-10.23 4.56-3.1 9.81-5.77 15.19-7.72999 2.73-1 5.50998-1.88001 8.28998-2.73001 2.78-0.85 5.37-1.83 8.16-2.06 3.31-0.28 6.67001-0.01 9.98002 0.11 1.62 0.06 3.24999 0.1 4.86999 0.19 1.08 0.06 2.45 0.12 3.32001 0.83 1.05 0.85 2.51001 1.02 3.54001 0 0.88-0.88 1.05-2.68001 0-3.54001l-0.01001 0.04001z",
+ "fill": "#dc899dff",
+ "width": 37.404178619384766,
+ "height": 18.378448486328125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "KxMl6",
+ "x": 171.71763610839844,
+ "y": 110.90101623535156,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "PUcaV",
+ "x": 1.2044795751571655,
+ "y": 1.1925113201141357,
+ "name": "Vector",
+ "geometry": "M0 0.75004l4.34-0.53c1.36-0.17 2.75001-0.33001 4.1-0.12001 0.91 0.14 1.78999 0.46001 2.67999 0.71001 4.06 1.15 8.62001 1.07 12.07001 3.5-2.19 0.22-4.43 0.42-6.55999-0.14-1.38-0.36-2.67-1.03001-4.06-1.35001-3.08-0.7-6.34 0.39-9.44001-0.2 3.52 0.97 7.04998 1.95 10.56998 2.92-2.84 0.95-5.84998 1.40001-8.84997 1.32001 0.5 0.4 1.17 0.50999 1.77999 0.70999 0.61 0.2 1.25 0.62 1.34 1.25",
+ "fill": "#cb878aff",
+ "width": 11.12824821472168,
+ "height": 4.222733974456787,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ey7uJ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.51001 5.74085c2.12-0.26 4.25998-0.63001 6.38998-0.73001 1.89-0.09 3.52002 0.61 5.33002 1.02 3.44 0.78 7.19998 0.89 10.19998 2.92l1.26001-4.66001c-1.65 0.17-3.38001 0.38001-5.04001 0.14002-1.66-0.24-3.10999-1.08001-4.70999-1.48001-3.23-0.81-6.43999 0.28-9.64999-0.25-1.33-0.22-2.69002 0.35-3.08002 1.75-0.36 1.31 0.44 2.71 1.75 3.08 3.52 0.97 7.05001 1.95 10.57001 2.92l0-4.81999c-2.68 0.87-5.37 1.28-8.19 1.22999-2.62-0.05-3.21998 3.33-1.25998 4.66 0.49 0.33 1.03998 0.55 1.59997 0.73 0.18 0.06 0.43003 0.18 0.62003 0.19 0.39 0.02 0.03999 0.57-0.26001-0.44 0.9 3.08 5.72001 1.77 4.82001-1.33-0.33-1.13-1.01-1.97-2.03-2.55-0.71-0.4-1.59001-0.46999-2.23001-0.90999l-1.26001 4.65998c3.22 0.06 6.45002-0.40999 9.52002-1.40998 2.29-0.75 2.46-4.14001 0-4.82001-3.52-0.97-7.05001-1.95-10.57001-2.92l-1.33002 4.81999c1.75 0.29 3.43 0.28 5.19 0.16001 1.64-0.11 3.28-0.27 4.88001 0.19999 1.72 0.51 3.27 1.24001 5.06 1.48002 1.79 0.24 3.73001 0.11999 5.6-0.07001 2.46-0.25 3.41001-3.21 1.26001-4.66001-3.41-2.31-7.49999-2.54999-11.39999-3.42999-2.1-0.47-4.06-1.25-6.25-1.22-2.19 0.03-4.56002 0.47001-6.80002 0.74001-1.34 0.16-2.5 1.03-2.5 2.5 0 1.22 1.15 2.66 2.5 2.5l0.01001 0z",
+ "fill": "#dc899dff",
+ "width": 13.506257057189941,
+ "height": 6.5859551429748535,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "7EK1u",
+ "x": 131,
+ "y": 109,
+ "name": "Vector",
+ "geometry": "M0 35.02769c25.55-42 70.67999-34.51001 70.67999-34.51001-37.58 1.72-65.62 41.98999-65.61999 41.98999l-5.06-7.47998z",
+ "fill": "#b86d79ff",
+ "width": 33,
+ "height": 20,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b86d79ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fT2vJ",
+ "x": 174.03042602539062,
+ "y": 127.0262680053711,
+ "name": "Vector",
+ "geometry": "M0.0604 19.16998c-0.87-7.65 7.93001-12.43 8.92002-16.30999 0.25-1 0.20999-2.85999 0.20999-2.85999 3.82 44 27.63998 62.44 27.63998 62.44 0 0-34.02999-19.22002-36.76999-43.27002z",
+ "fill": "#b86d79ff",
+ "width": 17.67389678955078,
+ "height": 29.894166946411133,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b86d79ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ifNnJ",
+ "x": 128.57228088378906,
+ "y": 169.25344848632812,
+ "name": "Vector",
+ "geometry": "M1.94 0c0 0 3.29 9.54001-1.94 19.32001",
+ "width": 1.4210412502288818,
+ "height": 9.249768257141113,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hkV7d",
+ "x": 123.21211242675781,
+ "y": 178.18722534179688,
+ "name": "Vector",
+ "geometry": "M1.19 0c0 0 3.20999 2.93001 1.45999 9.23001-0.47 1.69-1.29999 3.63001-2.64999 5.82001",
+ "width": 1.5222134590148926,
+ "height": 7.205440998077393,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8PqSO",
+ "x": 124.48857116699219,
+ "y": 181.46751403808594,
+ "name": "Vector",
+ "geometry": "M9.56 0.66849c0 0-2.53-2.33001-9.56 1.70999",
+ "width": 4.587581634521484,
+ "height": 1.1387346982955933,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KaWKm",
+ "x": 114.30087280273438,
+ "y": 186.70448303222656,
+ "name": "Vector",
+ "geometry": "M5.50999 0c0 0 1.25001 8.22001-5.50999 10.51001",
+ "width": 2.6878178119659424,
+ "height": 5.031838417053223,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6Y8Qf",
+ "x": 116.20596313476562,
+ "y": 187.92054748535156,
+ "name": "Vector",
+ "geometry": "M6.92999 0c0 0-2.38999 5.57998-6.92999 5.53998",
+ "width": 3.325514078140259,
+ "height": 2.6524572372436523,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "r9sgv",
+ "x": 129.99270629882812,
+ "y": 170.64187622070312,
+ "name": "Vector",
+ "geometry": "M8.79999 0c0 0 1.23001 5.41-8.79999 10.06",
+ "width": 4.245771408081055,
+ "height": 4.81638765335083,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "RCXUE",
+ "x": 109.87828063964844,
+ "y": 191.37701416015625,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZuYvA",
+ "x": 0.967507541179657,
+ "y": 0.9625430107116699,
+ "name": "Vector",
+ "geometry": "M0 0c1.15 0.34 2.25999 0.85 3.26999 1.5-0.4 0.65-1.4 0.82001-2 0.35001 0.75-0.25 1.63001-0.07 2.23001 0.44",
+ "fill": "#654699ff",
+ "width": 1.6795543432235718,
+ "height": 1.0963788032531738,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "WNVgd",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.48618 3.9405c0.44 0.13 0.88 0.29 1.31 0.47l-0.48002-0.20001c0.68 0.29 1.33001 0.63 1.96001 1.03l-0.72-2.73999c0 0-0.05 0.06999-0.08 0.10998l0.31-0.39999c-0.07 0.08-0.14 0.14999-0.22001 0.20999l0.40001-0.31c-0.1 0.07-0.2 0.12999-0.30999 0.18l0.47999-0.19999c-0.13 0.05-0.25 0.08001-0.39 0.10001l0.53-0.07001c-0.13 0.02-0.26999 0.02-0.39999 0l0.53 0.07001c-0.12-0.02-0.23001-0.05003-0.34002-0.09003l0.48002 0.20002c-0.1-0.04-0.18-0.09-0.27001-0.16001l-0.47999 3.66001c0.14-0.04 0.28-0.07 0.41999-0.09l-0.53 0.07001c0.2-0.02 0.39-0.02 0.59 0l-0.53-0.07001c0.22 0.03 0.42 0.07998 0.62 0.16998l-0.48-0.19998c0.18 0.08 0.34999 0.18001 0.51 0.29001l-0.4-0.31c0 0 0.06 0.03998 0.08 0.06998 0.18 0.2 0.4 0.33 0.64 0.41 0.24 0.13 0.5 0.18001 0.77001 0.17001 0.49 0 1.07999-0.22 1.40999-0.58999 0.33-0.37 0.61001-0.88 0.59001-1.41001-0.02-0.5-0.18001-1.08-0.59001-1.41-0.57-0.47-1.2-0.87002-1.94001-1.02002-0.74-0.15-1.5-0.15999-2.22999 0.07001-0.32 0.1-0.63999 0.28001-0.87999 0.51001l-0.31001 0.39999c-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.05 0.18-0.05 0.35 0 0.53 0 0.18 0.05 0.35 0.13999 0.5 0.05 0.17 0.12999 0.32 0.26 0.44 0.14 0.22 0.33 0.39002 0.56 0.52002 0.29 0.21 0.65 0.37 1 0.44001 0.59 0.12 1.03001 0.12 1.62001 0 0.89-0.17 1.62999-0.77001 2.11999-1.51001 0.15-0.23 0.23001-0.47999 0.24001-0.73999 0.06-0.27 0.04999-0.53002-0.04001-0.80002-0.16-0.51-0.47-0.89998-0.92-1.19998-1.15-0.74-2.43-1.31002-3.75-1.71003-0.49-0.15-1.09999-0.04999-1.53999 0.20002-0.44 0.25-0.81001 0.72001-0.92002 1.20001-0.12 0.51-0.08999 1.08998 0.20002 1.53998 0.29 0.45 0.68 0.76001 1.19999 0.92001l0.02001 0.01001z",
+ "fill": "#5f1025ff",
+ "width": 3.5928964614868164,
+ "height": 3.0218451023101807,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "YS0kU",
+ "x": 110.65209197998047,
+ "y": 190.84532165527344,
+ "name": "Vector",
+ "rotation": -29.942767011439866,
+ "flipY": true,
+ "geometry": "M2.70999 0l2.66001 0c1.49669 0 2.71001 1.21333 2.71 2.71002l0 0c0 1.49669-1.21331 2.70999-2.71 2.70999l-2.66001 0c-1.49669 0-2.70999-1.2133-2.70999-2.70999l0 0c0-1.49669 1.2133-2.71002 2.70999-2.71002z",
+ "width": 3.875138998031616,
+ "height": 2.5964200496673584,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9W9Cp",
+ "x": 96.27508544921875,
+ "y": 194.68849182128906,
+ "name": "Vector",
+ "geometry": "M0.04369 2.5238c0.34 1.78 1.44 3.21 2.53 4.59 0.36 0.45 0.58001 1.02998 0.96001 1.66998 0.46 0.77 1.03999 1.47 1.64999 2.11999 1.16 1.23 2.45 2.35 3.69001 3.5 1.38 1.27 2.87 2.39 4.52999 3.28 0.95 0.51 2.18 0.24 2.74001-0.72 0.53-0.91 0.24-2.22999-0.72-2.73999-1.4-0.74-2.57-1.59-3.72-2.64999-1.15-1.06-2.41-2.16999-3.53-3.32999-0.53-0.54-0.82001-0.87001-1.18001-1.48001-0.4-0.67-0.66999-1.32001-1.15999-1.95001-0.84-1.07-1.68001-2.06001-1.93001-3.35001-0.2-1.06-1.47999-1.66999-2.45999-1.39999-1.11 0.31-1.60001 1.40002-1.40001 2.46002z",
+ "fill": "#dc899dff",
+ "width": 7.872753620147705,
+ "height": 8.587681770324707,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "F0k7F",
+ "x": 96.48731994628906,
+ "y": 194.76742553710938,
+ "name": "Vector",
+ "geometry": "M3.0127 6.23242c0 0-2.77688-1.84745-3.00722-5.45256-0.23034-3.60511 6.87658 6.45855 6.87658 6.45856 0 0 1.13064 1.994-0.7726 0.99105-1.90323-1.00296-3.09677-1.99704-3.09676-1.99705z",
+ "width": 7.215408802032471,
+ "height": 8.511537551879883,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u7XSI",
+ "x": 97.09615325927734,
+ "y": 192.2799530029297,
+ "name": "Vector",
+ "geometry": "M29.59266 3.42449c-0.24-0.1-0.46999-0.20002-0.70999-0.30002-0.2-0.08-0.39001-0.16-0.60001-0.22-0.23-0.07-0.4-0.21-0.52999-0.41-0.13-0.2-0.14-0.45999-0.09-0.67999 0.01-0.06 0.06-0.11999 0.09-0.18-0.38-0.13-0.77-0.24-1.15-0.44-0.76-0.4-1.20001-0.86-2.13-0.94-1.98-0.17-4.04001-0.02001-6.02001-0.01001-1.45 0-2.91-0.03-4.33999 0.16-1.47-0.48-3.15999-0.50999-4.43-0.20999-2.75 0.63-5.67 1.58001-7.97 3.26001-0.3 0.22-1.01 0.59999-1.16 0.87-2.79 5.86 5.78 11.54999 7.97 13.76999 1.05 1.06 2.83001 3.16002 4.38 3.24002 1.85 0.1 1.71 0.67999 3-0.32001 0.61-0.47 2.01999-1.03999 2.68-1.39999 0.68-0.36 0.98001-0.90001 1.57-1.39002 1.42-1.16 2.64999-2.75 3.87999-4.11999 1.03-1.15 1.94-2.34001 2.66001-3.67002 0.81-1.51 1.7-2.66999 2.64-4.04999 0.63-0.93 0.74001-2.01001 0.35-2.95001-0.04 0-0.08001 0-0.12001 0l0.03-0.00998z",
+ "fill": "#dc899dff",
+ "width": 14.352822303771973,
+ "height": 10.337706565856934,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TFIMI",
+ "x": 96.93428039550781,
+ "y": 192.21437072753906,
+ "name": "Vector",
+ "geometry": "M12.56567 0.28564c0 0-8.08846-1.4483-12.56567 2.17597l1.21887 1.96774c3.49347-0.81869 3.8006-0.28247 3.8006-0.28247l-1.93869 1.47459c0 0 0.71021 1.28788 1.1373 1.55599 0.11997 0.0766 3.33032-0.59367 2.11144 0.15321-1.21888 0.74688-1.59318 1.3549-1.59318 1.3549l1.97228 1.96294c5.01947-1.37885 8.17145-8.18695 8.17145-8.18695l-1.3144-1.1761-1-0.99982z",
+ "width": 14.880070686340332,
+ "height": 10.648513793945312,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rux7z",
+ "x": 125.1982650756836,
+ "y": 108.44075012207031,
+ "name": "Vector",
+ "geometry": "M110.82108 37.8996c0 0 2.57002 13.27002-7.07998 24.11001-11.63 13.06-24.64002 19.48999-39.64002 26.48999l-8.99999 3c-20 7-45.26999 18.85001-54.26999-5.14999-4-22 6.94-51.78 22.05999-65.52 17.65-16.04 45.45999-25.69 66.64999-18.31 7.55 2.63 12.56002 8.98 17.45002 14.09",
+ "width": 53.32896423339844,
+ "height": 48.201969146728516,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7rJ2e",
+ "x": 169.35665893554688,
+ "y": 131.6176300048828,
+ "name": "Vector",
+ "geometry": "M18.47 0c0 0 3.8 42.47998-18.47 44.38998",
+ "width": 8.981298446655273,
+ "height": 21.25242805480957,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "M73dX",
+ "x": 109.20941925048828,
+ "y": 124.35353088378906,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "dp2bj",
+ "x": 24.7662296295166,
+ "y": 10.5197114944458,
+ "name": "Vector",
+ "geometry": "M0.56 0c-0.29 0.26-0.54 0.53-0.56 0.72 0.14-0.13 0.28999-0.25998 0.42999-0.38998 0.04-0.1 0.08-0.21002 0.13001-0.33002z",
+ "fill": "#f7c5d1ff",
+ "width": 0.26872751116752625,
+ "height": 0.3447122871875763,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TxojL",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M93.52 46.39254c-0.04-0.13-0.10001-0.23999-0.14001-0.37-0.04-0.12-0.09-0.23-0.13001-0.33999-1.6-4.35-4.7-7.39002-9.30999-8.58002 0 0-0.00999 0-0.01999 0-0.07-0.02-0.13999-0.03001-0.20999-0.04001-0.24-0.06-0.48002-0.10999-0.71002-0.13998-0.06 0-0.10999-0.00999-0.16999-0.01999-0.33-0.04-0.64999-0.06001-0.95999-0.07001-0.03-0.01-0.06-0.03001-0.10001-0.04001-0.15 0.06-0.32002 0.07999-0.52001 0.01999-0.8-0.24-1.60999-0.64999-2.44999-0.67999-0.44-0.02-0.88 0.02001-1.30999-0.04999-0.39-0.06-0.77001-0.22002-1.17002-0.27002-0.39-0.05-0.79 0.12001-1.16 0.20001-0.44 0.1-0.86998 0.12001-1.31998 0.17001-0.92 0.11-1.83 0.34998-2.72 0.56998-1.11 0.27-1.58-1.43999-0.47-1.70999 0.71-0.17 1.42999-0.32999 2.14999-0.45999 2.65-1.63 4.80998-3.70001 6.85999-6.17001 0.04-0.04 0.09001-0.08 0.14001-0.13001 0.27-0.27 0.50999-0.56998 0.73999-0.87997 0.66-0.81 1.29-1.66003 1.81-2.56003 0.55-0.86 0.84001-1.78998 0.89002-2.78998 0.22-1 0.17999-1.99002-0.13001-2.99002 0-0.02-0.01001-0.02999-0.01001-0.04999 0.23-3.51-1.29999-7.07-5.48999-10.09-1.3-0.93-2.64001-1.30001-3.92001-1.26-0.2-0.08-0.39999-0.15999-0.59-0.21-0.7-0.18-1.49999-0.24-2.20999-0.30999-0.15-0.02-0.29-0.03-0.44-0.03-0.5 0.02-1.01001 0.05-1.51001 0.13-0.04 0-0.07997-0.00001-0.12998-0.01001-1.04-0.05-2.08-0.10001-3.13-0.14001-1.21-0.11-2.61 0.36002-3.78 1.05002-0.57 0.33-1.1 0.71999-1.53 1.14999-0.53 0.53-1 1.21-1.38 1.94-2.2 1.87-3.93 4.18-5.19001 6.78-0.03 0.06-1.05001 2.55999-1.61001 3.95999 0.62-0.54 1.42001-0.99999 0.6-0.32998-0.25 0.2-0.47998 0.43999-0.72998 0.64999-0.14 0.37-0.24001 0.61002-0.23001 0.61002-0.17-0.03-0.21999-0.11-0.20999-0.22-0.16 0.15-0.33002 0.28998-0.49002 0.44998-0.11-0.1-0.21999-0.19999-0.32999-0.29999 1.27-4.32 0.59998-9.40001-1.33001-13.48001-0.03-0.14-0.07-0.29-0.12-0.44 0 0 0 0.00002 0-0.00998 0 0 0-0.02003 0-0.03003-0.15-0.61-0.38998-1.16997-0.69998-1.68998-0.02-0.03-0.03002-0.07001-0.05002-0.1-0.17-0.31-0.38001-0.58002-0.63-0.83002-0.1-0.13-0.19999-0.25998-0.29999-0.38998-0.04-0.04-0.06998-0.09001-0.10999-0.14002-0.08-0.1-0.15001-0.19999-0.23001-0.29999-0.04-0.04-0.07999-0.08-0.11999-0.11999-0.38-0.34-0.82002-0.65002-1.21002-0.96002-0.36-0.28-0.70999-0.53999-1.07999-0.79999-4.12-3.27-9.49001-4.79999-14.39002-2.29999-0.47 0.14-0.92999 0.29999-1.36999 0.48999-0.69 0.31-1.25999 0.68-1.73999 1.09-0.7 0.35-1.34 0.8-1.91 1.36999-1.04 1.14-1.95 2.47001-2.28 4.01001-0.12 0.58-0.22001 1.18999-0.27001 1.79999-1.04 3.7 0.36001 7.00001 2.09001 10.39002 0.95 1.85 1.86 3.62 3.36 5.08999 0.12 0.12 0.24 0.21001 0.36 0.32001 0.29 0.63 0.65999 1.22999 1.07999 1.79999-0.29-0.08-0.57001-0.14999-0.85-0.20999-4.62-2.76-9.92999-4.91-15.32999-5.10001-1.21-0.04-2.26999 0.16001-3.17999 0.54001-4.28 1.14-7.77 3.84999-9.88001 7.64999 0.15 1.07-0.01 2.19-0.47 3.16001 0.12 0.4 0.18999 0.80999 0.17999 1.23999l0 0.05001c0 0.45-0.06999 0.89-0.18999 1.31-0.01 0.17-0.04001 0.34-0.06001 0.5 0 0.27-0.01999 0.54998-0.06999 0.81998 0.26 0.52 0.56 1.01002 0.98 1.43002 0.41 1.41 1.11 2.59999 2 3.59 0.16 0.68 0.45 1.34998 0.86999 1.97998 0.39 0.16 0.73001 0.38002 1.04001 0.62002 0.15 0.06 0.3 0.11998 0.44 0.19999 0.62 0.2 1.16 0.55 1.61 1.03 0.15 0.16 0.28 0.3 0.39 0.44 0.18 0.03 0.34999 0.06002 0.51999 0.11001 0.1 0 0.2-0.01001 0.3-0.01001 1.31 0 2.35001 0.41999 3.13001 1.07999 0.1 0.05 0.18999 0.12002 0.28999 0.18002 0.14-0.12 0.31-0.21002 0.55001-0.21002 0.52 0 0.8 0.37002 0.83999 0.77002 0.92-0.12 1.77001-0.00001 2.68001 0.13999 0.84 0.13 1.68999 0.05 2.53999 0.08999 0.87 0.04 1.77 0.15002 2.63001-0.03998 0.83-0.18 1.62-0.37001 2.47-0.51001 0.47-0.08 0.95 0.12 1.09 0.62 0.07 0.25 0 0.54001-0.16001 0.76001 0.07 0 0.15-0.01002 0.22-0.02002-0.44 0.28-0.87999 0.57001-1.31999 0.85001-0.64 0-1.29001 0.08-1.93001 0.22-0.05 0.01-0.10999 0.03001-0.15999 0.04001-0.11 0.13-0.25001 0.25-0.43 0.30999-0.83 0.3-1.53999 0.90001-2.20999 1.45001-0.36 0.3-0.72001 0.62-1.12001 0.87-0.34 0.21-0.73 0.35001-1.05001 0.60001-0.36 0.28-0.68 0.63997-1 0.96997-0.33 0.33-0.67999 0.62-1.03999 0.91-0.23 0.19-0.44 0.40002-0.64 0.61002-0.22 0.71-0.57001 1.36998-1.07001 1.91998-0.11 0.93-0.44999 1.83001-1.00999 2.57001 0 0.05-0.00999 0.09999-0.01 0.14999-0.08 0.77-0.00001 1.55001 0.23999 2.32001 0.01 0.04 0.03001 0.07999 0.04001 0.11999 0.02 0.06 0.03 0.13 0.05 0.19001-0.69 1.68-0.57 3.69 0.14 5.43999 0.05 0.12 0.09999 0.24001 0.15 0.36002 0.03 0.07 0.06 0.13999 0.08999 0.20999 0.09 0.19 0.2 0.38 0.31 0.57001 0.01 0.02 0.03001 0.04998 0.04001 0.06998 0.09 0.14 0.18 0.28001 0.28 0.42001 0.07 0.1 0.14001 0.20001 0.21001 0.29001 0.03 0.04 0.05999 0.07999 0.09999 0.11999 0.56 0.69 1.22 1.26998 1.97 1.66999 0.08 0.04 0.15 0.07001 0.22999 0.11001 0.07 0.04 0.14001 0.07001 0.21001 0.10001 0.38 0.55 0.84999 1.04998 1.39999 1.47998 1.2 1.53 3.07 2.57001 5.61001 2.57 0.05 0 0.10001 0 0.15 0 0.8 0.29 1.69 0.45999 2.7 0.46 0.63 0 1.22001-0.07 1.77001-0.19001 0.35 0.04 0.69999 0.07001 1.07998 0.07001 2.44 0 4.26002-0.95998 5.47002-2.38998 1.23-0.36 2.30998-0.99002 3.22998-1.90003 0.38-0.35 0.72001-0.72998 1.04001-1.13998 0.04-0.06 0.08001-0.11002 0.13-0.17001-0.04-0.19-0.03-0.38998 0.09-0.60999 0.36-0.65 0.63-1.34999 1.09-1.92999 0.38-0.47 0.75-0.93001 0.97-1.51001 0.13-0.36 0.22001-0.72999 0.38-1.07999 0.13-0.29 0.29001-0.57001 0.45001-0.85001 0.27-0.49 0.57999-1.00001 0.62-1.57 0.04-0.48 0.36998-0.89001 0.88998-0.89001 0.45 0 0.92001 0.41001 0.89002 0.89001-0.06 0.7-0.27999 1.33-0.59 1.94 0.26 4.03 1.29998 7.95 3.44998 11.19 0.14 0.36 0.3 0.70999 0.5 1.04999 0.04 0.08 0.08001 0.15 0.13001 0.22 0.02 0.04 0.04999 0.07001 0.07998 0.10001 0.28 0.38 0.6 0.8 0.91001 1.19 0.02 0.02 0.04 0.05001 0.06 0.07001 0.08 0.1 0.17 0.21998 0.25 0.31997 0.11 0.13 0.23001 0.26 0.36001 0.38001 0.2 0.21 0.41 0.40001 0.62 0.57001 0.07 0.06 0.15 0.13001 0.22 0.19 0.3 0.26 0.63001 0.48001 0.98001 0.67001 0.02 0.02 0.04998 0.03999 0.06998 0.04999 6.06 4 15.74002 2.91001 19.52001-3.73999 4.09-7.19 0.92998-15.18002-4.02001-20.84002-0.45-0.5-0.88998-1.01999-1.32999-1.54999 2.91 1.81 5.75001 3.76001 9.07001 4.76001 4.85 1.46 9.70998 0.86998 14.57998-0.14002 0 0 0.02 0 0.03 0 0.36-0.27 0.7-0.56 1.03-0.83999 0.31-0.27 0.59999-0.54999 0.89999-0.82999 0.25-0.23 0.55003-0.48002 0.68003-0.71002 0.38-0.62 0.73998-1.22998 1.16998-1.81998 0.22-0.3 0.48001-0.58002 0.79001-0.80002 0.02-0.02 0.04-0.04 0.06-0.05999 0.02-0.06 0.04001-0.11999 0.07-0.18 0.1-0.25 0.21001-0.43002 0.38001-0.64001 0.09-0.1 0.19997-0.15999 0.31998-0.20999 0.06-0.39 0.09-0.78 0.07-1.16001-0.05-1.24 0-2.44998 0.03-3.66998 0.22-1.09 0.17002-2.32001-0.25998-3.67001l-0.07001 0.04001z",
+ "fill": "#f7c5d1ff",
+ "width": 45.09737777709961,
+ "height": 40.59092330932617,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GP1kH",
+ "x": 126.32482147216797,
+ "y": 129.51119995117188,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "IMDvr",
+ "x": 0.9614013433456421,
+ "y": 0.9334542155265808,
+ "name": "Vector",
+ "geometry": "M0 0l3.98999 15.38001",
+ "fill": "#dbe465ff",
+ "width": 1.9146872758865356,
+ "height": 7.363427639007568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ltw0Q",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.07346 2.47971c1.33 5.13 2.65999 10.25001 3.98999 15.38001 0.65 2.49 4.51002 1.43 3.86001-1.06-1.33-5.13-2.66002-10.25001-3.99002-15.38001-0.65-2.49-4.50999-1.43-3.85998 1.06z",
+ "fill": "#f8faeaff",
+ "width": 3.8375017642974854,
+ "height": 9.230340003967285,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "vEieP",
+ "x": 136.35043334960938,
+ "y": 133.3513946533203,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "fbzEJ",
+ "x": 0.9507295489311218,
+ "y": 0.9569068551063538,
+ "name": "Vector",
+ "geometry": "M10.52002 0l-10.52002 11.91",
+ "fill": "#dbe465ff",
+ "width": 5.048269748687744,
+ "height": 5.702107906341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "OgsmQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M11.09122 0.57869c-3.51 3.97-7.02002 7.94-10.52002 11.91-0.69 0.78-0.83 2.07002 0 2.83002 0.76 0.7 2.09002 0.84 2.83002 0 3.51-3.97 7.01999-7.94 10.51999-11.91 0.69-0.78 0.83-2.07002 0-2.83002-0.76-0.7-2.08999-0.84-2.82999 0z",
+ "fill": "#f8faeaff",
+ "width": 6.954513072967529,
+ "height": 7.611137390136719,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Nngeb",
+ "x": 137.13108825683594,
+ "y": 145.21505737304688,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "GoUdG",
+ "x": 0.9570727944374084,
+ "y": 0.9475016593933105,
+ "name": "Vector",
+ "geometry": "M15.56 3.23999c-5.19-1.08-10.37-2.15999-15.56-3.23999",
+ "fill": "#dbe465ff",
+ "width": 7.466817378997803,
+ "height": 1.5511980056762695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "JL4oy",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M18.08444 3.28904c-5.19-1.08-10.37-2.16002-15.55999-3.24002-1.06-0.22-2.16002 0.31002-2.46003 1.40002-0.27 0.99 0.33002 2.23999 1.40003 2.45999 5.19 1.08 10.37 2.15999 15.56 3.23999 1.06 0.22 2.15999-0.30999 2.45999-1.39999 0.27-0.99-0.32999-2.23999-1.4-2.45999z",
+ "fill": "#f8faeaff",
+ "width": 9.380964279174805,
+ "height": 3.4461781978607178,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5xobr",
+ "x": 133.6973114013672,
+ "y": 151.00021362304688,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "sZVfp",
+ "x": 0,
+ "y": 0.9793527126312256,
+ "name": "Vector",
+ "geometry": "M3.99002 15.38001l-3.99002-15.38001",
+ "fill": "#dbe465ff",
+ "width": 1.9147018194198608,
+ "height": 7.363427639007568,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "VAc9l",
+ "x": 0.3027617931365967,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.92346 16.79972c-1.33-5.13-2.65999-10.25001-3.98999-15.38001-0.65-2.49-4.51002-1.43-3.86001 1.06 1.33 5.13 2.66002 10.25001 3.99002 15.38001 0.65 2.49 4.50999 1.43 3.85998-1.06z",
+ "fill": "#f8faeaff",
+ "width": 3.8375017642974854,
+ "height": 9.230340003967285,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "iKVTN",
+ "x": 119.5932846069336,
+ "y": 148.8251190185547,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Tc5Cr",
+ "x": 0.9555293321609497,
+ "y": 0.9521195292472839,
+ "name": "Vector",
+ "geometry": "M0 11.91c3.51-3.97 7.02-7.94 10.52-11.91",
+ "fill": "#dbe465ff",
+ "width": 5.048262596130371,
+ "height": 5.702107906341553,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "yXbVS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.40121 15.31871c3.51-3.97 7.02002-7.94 10.52002-11.91 0.69-0.78 0.83-2.07002 0-2.83002-0.76-0.7-2.09002-0.84-2.83002 0l-10.52001 11.91c-0.69 0.78-0.83 2.07002 0 2.83002 0.76 0.7 2.09 0.84 2.83001 0z",
+ "fill": "#f8faeaff",
+ "width": 6.954520225524902,
+ "height": 7.611137390136719,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "NWZ8b",
+ "x": 116.38139343261719,
+ "y": 141.12640380859375,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "roi0Z",
+ "x": 0.9618673324584961,
+ "y": 0.9474871754646301,
+ "name": "Vector",
+ "geometry": "M0 0c5.19 1.08 10.37 2.15999 15.56 3.23999",
+ "fill": "#dbe465ff",
+ "width": 7.466817378997803,
+ "height": 1.5511980056762695,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "RvNRT",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.46443 3.909c5.19 1.08 10.36998 2.16002 15.55999 3.24002 1.06 0.22 2.16002-0.31002 2.46002-1.40002 0.27-0.99-0.33002-2.23999-1.40003-2.45999-5.19-1.08-10.36998-2.15999-15.55998-3.23999-1.06-0.22-2.16001 0.30999-2.46001 1.39999-0.27 0.99 0.33001 2.23999 1.40001 2.45999z",
+ "fill": "#f8faeaff",
+ "width": 9.380964279174805,
+ "height": 3.4461781978607178,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "fR0yO",
+ "x": 126.07599710182876,
+ "y": 139.19522990099176,
+ "name": "Group",
+ "children": [
+ {
+ "type": "group",
+ "id": "5VNbi",
+ "x": 0.22762025637894112,
+ "y": 0.002118564219927066,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q7tFF",
+ "x": 0.9586469531059265,
+ "y": 0.9519073963165283,
+ "name": "Vector",
+ "geometry": "M1.45993 2.01999c0.97 0.79 1.70001 1.83 2.51001 2.78 0.81 0.95 1.77 1.85999 2.97 2.20999l-6.93002-7.00998c-0.06 0.43 0.16001 0.85999 0.45001 1.17999 0.29 0.32 0.66 0.56 1 0.84z",
+ "fill": "#c984b6ff",
+ "width": 3.3302879333496094,
+ "height": 3.3561415672302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "81rFT",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.03764 5.41826c1.03 0.85 1.79 1.95998 2.66 2.94998 1.01 1.15 2.23001 2.10002 3.70001 2.55002 0.81 0.25 1.85998-0.16001 2.25998-0.92001 0.4-0.76 0.33-1.76998-0.31-2.41999-2.02-2.05-4.04998-4.09001-6.06997-6.14001-0.29-0.29-0.57002-0.58-0.86002-0.87-0.57-0.57-1.44999-0.72-2.17999-0.41-0.77 0.32-1.16001 1.01002-1.23001 1.83002-0.07 0.91 0.34999 1.73999 0.89999 2.42999 0.15 0.18 0.30001 0.34 0.48001 0.5 0.09 0.08 0.19 0.15 0.28 0.22 0.17 0.13 0.33 0.26 0.5 0.38-0.25-0.19-0.28999-0.22-0.11999-0.08999 0.43 0.34 0.84 0.59 1.41 0.58999 0.49 0 1.08-0.22 1.41-0.58999 0.66-0.72 0.87-2.13002 0-2.83002-0.06-0.05-0.12-0.09999-0.19-0.14999-0.15-0.12-0.30001-0.23001-0.45001-0.35001-0.08-0.06-0.06-0.04998 0.06 0.05002 0.25 0.19 0.02 0.00997-0.03-0.03003-0.08-0.06-0.15-0.12997-0.22-0.18997-0.06-0.05-0.10998-0.11001-0.16999-0.17002-0.2-0.2 0.07999 0.13001 0.10999 0.14002-0.05-0.02-0.19999-0.41002-0.04999-0.05002 0.13 0.31 0.02-0.00001 0-0.07001l0.07001 0.53c-0.01-0.11-0.01-0.20998 0-0.31997l-3.41001 1.41c2.02 2.05 4.04998 4.08998 6.06998 6.13998 0.29 0.29 0.57002 0.58 0.86002 0.87l1.95001-3.34c-0.07-0.02-0.14-0.05001-0.22-0.07-0.2-0.08-0.14003-0.04999 0.15997 0.07-0.11-0.09-0.27999-0.13999-0.39999-0.20999-0.13-0.07-0.26001-0.16002-0.38001-0.24002-0.06-0.04-0.11999-0.08997-0.17999-0.12997 0.25 0.2 0.30001 0.22998 0.14001 0.09997-0.43-0.38-0.83002-0.78-1.21002-1.22-0.81-0.95-1.53998-1.98-2.50998-2.78-0.42-0.35-0.85-0.59-1.41-0.58999-0.49 0-1.08 0.22-1.41 0.58999-0.67 0.73-0.86 2.12002 0 2.83002l-0.01001 0z",
+ "fill": "#f198a1ff",
+ "width": 5.233359336853027,
+ "height": 5.262378692626953,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "qsFqk",
+ "x": 7.513416541054539,
+ "y": 0.9611998666168802,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "MhOVn",
+ "x": 0.9572848677635193,
+ "y": 0.9647210240364075,
+ "name": "Vector",
+ "geometry": "M0.51999 0c-0.18 0.07-0.35999 0.17-0.51999 0.28 0.17-0.09 0.33999-0.19 0.51999-0.28z",
+ "fill": "#c984b6ff",
+ "width": 0.24952851235866547,
+ "height": 0.13405397534370422,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zp5Wb",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M1.98488 0.08498c-0.34 0.14-0.68999 0.27001-0.98999 0.48001-0.23 0.13-0.42 0.29999-0.56 0.51999-0.18 0.19-0.30002 0.42002-0.36002 0.68002-0.08 0.27-0.09998 0.52999-0.03998 0.79999 0.01 0.27 0.08999 0.50999 0.23999 0.73999l0.31 0.40002c0.25 0.25 0.54 0.41998 0.88001 0.50998l0.53 0.07001c0.36 0 0.70001-0.08999 1.01001-0.26999 0.17-0.09 0.33999-0.19 0.51998-0.28 0.23-0.13 0.42-0.30002 0.56-0.52002 0.18-0.19 0.29999-0.41999 0.35999-0.67999 0.08-0.27 0.10001-0.52999 0.04001-0.79999-0.01-0.27-0.08999-0.51002-0.23999-0.74002l-0.31-0.39999c-0.25-0.25-0.54-0.42001-0.88001-0.51001l-0.53-0.06998c-0.36 0-0.70001 0.08999-1.01001 0.26999-0.17 0.09-0.33999 0.19-0.51998 0.28l2.01998 3.45001c0.15-0.11 0.31001-0.19002 0.48002-0.27002l-0.48002 0.20002c0 0 0.02-0.00001 0.03-0.01001 0.26-0.06 0.48999-0.17999 0.68-0.35999 0.22-0.14 0.39002-0.33 0.52002-0.56 0.15-0.23 0.22999-0.48002 0.23999-0.74002 0.06-0.27 0.04999-0.52999-0.04001-0.79999l-0.19998-0.48001c-0.18-0.3-0.42-0.54-0.72001-0.72l-0.48001-0.19998c-0.35-0.1-0.71-0.1-1.05999 0l0 0.00998z",
+ "fill": "#f198a1ff",
+ "width": 2.170315980911255,
+ "height": 2.051509380340576,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "HP3qy",
+ "x": 6.648230803444676,
+ "y": 1.298139201486265,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZeEyK",
+ "x": 0.9682978391647339,
+ "y": 0.9533392786979675,
+ "name": "Vector",
+ "geometry": "M0 1.31c0.78-0.29 1.48-0.74 2.09-1.31-0.86 0.02-1.71 0.53-2.09 1.31z",
+ "fill": "#c984b6ff",
+ "width": 1.002932071685791,
+ "height": 0.62718266248703,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Zj1qe",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.54782 5.23122c0.55-0.21 1.09-0.44 1.59-0.75 0.18-0.11 0.34999-0.22999 0.51999-0.35999 0.3-0.23 0.6-0.45002 0.87-0.71002l0.31002-0.39999 0.19999-0.47998 0.07-0.53c0.01-0.28-0.05001-0.53002-0.17001-0.77002-0.05-0.17-0.12998-0.32-0.25998-0.44-0.09-0.15-0.21002-0.26999-0.36002-0.35999-0.12-0.12-0.27-0.21001-0.44-0.26001-0.24-0.13-0.49999-0.17998-0.76999-0.16998-0.28 0-0.56 0.05998-0.83999 0.09997-0.11 0.02-0.22002 0.04002-0.33002 0.08002-0.26 0.08-0.51999 0.2-0.76999 0.31-0.1 0.05-0.19999 0.1-0.29999 0.16-0.23 0.14-0.45 0.31999-0.66 0.48999-0.09 0.07-0.17 0.15001-0.25 0.23001-0.26 0.28-0.51002 0.58999-0.68002 0.93-0.15 0.23-0.22999 0.47999-0.23999 0.73999-0.06 0.27-0.04999 0.53002 0.04 0.80002 0.06 0.26 0.17999 0.48999 0.35999 0.67999 0.14 0.22 0.33 0.38999 0.56 0.51999 0.46 0.25 1.03001 0.37001 1.54001 0.20001l0.48001-0.20001c0.3-0.18 0.54-0.42 0.72-0.72 0.06-0.13 0.13998-0.24999 0.22998-0.37l-0.31 0.39999c0.13-0.16 0.27002-0.30999 0.43002-0.42999l-0.40002 0.31c0.17-0.13 0.36-0.24001 0.56-0.32001l-0.47998 0.20001c0.2-0.08 0.41-0.13998 0.61999-0.16998l-0.53 0.06998c0.08 0 0.16-0.01999 0.25-0.01999l-1.41-3.41c-0.15 0.14-0.31 0.26999-0.47 0.39999l0.39999-0.31c-0.43 0.33-0.88998 0.61001-1.38998 0.82001l0.47998-0.20001c-0.08 0.03-0.15998 0.06-0.22998 0.08999-0.26 0.06-0.48999 0.18002-0.68 0.36002-0.22 0.14-0.39002 0.33-0.52001 0.56-0.15 0.23-0.22999 0.47999-0.24 0.73999-0.06 0.27-0.04999 0.53002 0.04001 0.80002l0.19999 0.47998c0.18 0.3 0.42 0.54 0.72 0.72l0.48001 0.20001c0.35 0.1 0.71 0.1 1.05999 0l0-0.01001z",
+ "fill": "#f198a1ff",
+ "width": 2.931492805480957,
+ "height": 2.5473155975341797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "hvuOE",
+ "x": 5.434915316536717,
+ "y": 4.434023009622251,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "WBrmL",
+ "x": 0.9750194549560547,
+ "y": 0.9533686637878418,
+ "name": "Vector",
+ "geometry": "M8.56439 9.30002c-0.11-0.25-0.29998-0.45002-0.47999-0.64002-0.48-0.51-0.96-1.03001-1.44-1.54-0.68-0.72-1.36-1.44998-2.13-2.06998-0.98-0.78-2.18-1.52002-2.44001-2.74002 0.37-0.18 0.73001 0.22002 0.98002 0.55002 0.59 0.77 1.42998 1.34 2.19998 1.94l-4.16999-4.80002c-0.11 0.13-0.24003 0.25-0.34002 0.38-0.28 0.35-0.55999 0.73-0.67999 1.16001-0.12 0.47-0.05 0.96 0.02999 1.44 0.08 0.5 0.16999 1.01999 0.43 1.45999 0.27 0.46 0.71 0.79 1.13 1.12 1.97 1.49 3.95001 2.99002 6.14002 4.15002 0.27 0.14 0.69 0.22998 0.80999-0.05002 0.05-0.11 0.00999-0.24999-0.04-0.35998z",
+ "fill": "#c984b6ff",
+ "width": 4.14003849029541,
+ "height": 4.712431907653809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "JIqqJ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M12.31623 10.28132c-0.46-0.87-1.3-1.6-1.97-2.31-0.58-0.63-1.15999-1.26-1.79999-1.84-0.39-0.36-0.8-0.68-1.22-1-0.11-0.08-0.22-0.19001-0.34-0.26001 0.45 0.29-0.06-0.05-0.16-0.13-0.1-0.08-0.72001-0.52999-0.70001-0.67999 0.17 0.23 0.19001 0.26002 0.07001 0.08001-0.05-0.07-0.10001-0.15001-0.14002-0.23001-0.1-0.19-0.07999-0.16001 0.04001 0.10999-0.03-0.09-0.05001-0.16998-0.07001-0.25998l-1.39999 2.45999c-0.46 0.1-0.84 0.03-1.16001-0.22-0.13-0.1-0.12-0.08999 0 0.04001 0.09 0.12 0.19 0.23001 0.28 0.35 0.19 0.23 0.40003 0.43998 0.62003 0.63999 0.22 0.2 0.45998 0.38999 0.69998 0.57998 0.22 0.17 0.44001 0.34001 0.67001 0.51001 0.08 0.06 0.46999 0.36 0.12 0.09 0.44 0.34 0.83 0.59 1.41 0.59 0.49 0 1.08-0.22 1.41001-0.59 0.77-0.84 0.73-1.97999 0-2.82999-1.39-1.6-2.78001-3.20002-4.17002-4.80002-0.68-0.79-2.13999-0.76-2.82998 0-0.69 0.76-1.27001 1.47002-1.54001 2.43003-0.27 0.96-0.09 2.04998 0.11999 3.00998 0.21 0.96 0.66002 1.79001 1.36002 2.45001 0.65 0.6 1.40999 1.10998 2.10998 1.63998 1.28 0.96 2.58001 1.89002 3.95002 2.71003 0.79 0.47 1.61998 1 2.56997 1.02999 1.58 0.05 2.78002-1.58002 2.24002-3.08001-0.35-0.98-1.38002-1.74999-2.46002-1.4-0.97 0.31-1.77999 1.40999-1.39999 2.46 0.04 0.08 0.06 0.16002 0.05999 0.24002l0-1.06 0.12-0.27002 0.72-0.72 0.72-0.18c0.15-0.02 0.29001 0.01002 0.42002 0.08002 0.32 0.08-0.12-0.08003-0.19001-0.12002-0.24-0.13-0.46999-0.26999-0.70999-0.4-0.49-0.29-0.98001-0.59998-1.45001-0.91998-0.95-0.64-1.88001-1.32001-2.79001-2.01001-0.22-0.16-0.42999-0.32999-0.64999-0.48999-0.07-0.06-0.41001-0.33002-0.07001-0.05002-0.08-0.07-0.17-0.12998-0.25-0.19998-0.1-0.08-0.18998-0.2-0.28998-0.28-0.16-0.12 0.14 0.26999-0.03-0.04001-0.1-0.19-0.05-0.15001 0 0.01999-0.03-0.14-0.08002-0.27-0.11001-0.41-0.03-0.14-0.05999-0.27998-0.07999-0.41999 0-0.05-0.07001-0.53001-0.04001-0.26001 0.03 0.27 0-0.29 0-0.27999 0-0.2 0.04-0.19 0 0-0.14 0.17 0.09-0.35 0 0 0.07-0.09 0.14001-0.22001 0.20001-0.32001 0.15-0.23-0.02001-0.04999-0.04 0.04001 0.01-0.08 0.29-0.32 0.33999-0.38001l-2.82998 0c1.39 1.6 2.77998 3.20002 4.16998 4.80002l2.83002-2.83002c-0.26-0.21-0.53002-0.40999-0.80002-0.60998-0.18-0.14-0.16999-0.13002 0.01001 0.00998-0.09-0.07-0.17001-0.13998-0.26001-0.19998-0.32-0.26-0.61999-0.53002-0.9-0.83002-0.35-0.38-0.61-0.74998-1.05999-1.03998-0.63-0.41-1.4-0.57002-2.13001-0.33002-1.05 0.35-1.65999 1.35999-1.39999 2.45999 0.22 0.91 0.75 1.72003 1.41 2.37003 0.27 0.27 0.57 0.49998 0.87 0.72998 0.25 0.19 0.49999 0.38001 0.73999 0.57001-0.43-0.34 0.04 0.03999 0.13 0.10998 0.67 0.56 1.27 1.20003 1.87 1.84003 0.33 0.35 0.65001 0.69999 0.98001 1.04999 0.17 0.19 0.34999 0.37 0.51999 0.56 0.07 0.08 0.15 0.15999 0.22 0.23999-0.15-0.19-0.15999-0.19-0.04999 0 0.49 0.93 1.85999 1.28 2.73999 0.72 0.95-0.61 1.24-1.73999 0.72-2.73999l0.03 0z",
+ "fill": "#f198a1ff",
+ "width": 6.054812431335449,
+ "height": 6.632083892822266,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "PCJ7J",
+ "x": 7.9711172704246565,
+ "y": 6.727347003305113,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "txIF3",
+ "x": 0.9602577686309814,
+ "y": 0.9533392190933228,
+ "name": "Vector",
+ "geometry": "M0 0l1.78 2.04999c-0.36-0.86-1.04-1.46999-1.78-2.04999z",
+ "fill": "#c984b6ff",
+ "width": 0.8541727662086487,
+ "height": 0.9814649820327759,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "sryka",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.59108 3.41124c0.52 0.6 1.04 1.19999 1.55999 1.79999l0.22001 0.26001c0.18 0.2 0.40001 0.33 0.64001 0.41 0.24 0.13 0.49999 0.17998 0.76999 0.16999l0.53-0.07001c0.26-0.06 0.48999-0.17999 0.67999-0.35999 0.15-0.09 0.27002-0.21002 0.36002-0.36001 0.18-0.19 0.29999-0.41999 0.35998-0.67999l0.07001-0.53c0-0.36-0.08999-0.70001-0.26999-1.01001-0.09-0.21-0.20002-0.41999-0.33002-0.60999-0.22-0.32-0.46-0.63-0.72-0.91-0.32-0.34-0.67999-0.64999-1.04999-0.92999-0.18-0.2-0.40001-0.33-0.64001-0.41001-0.24-0.13-0.49999-0.18001-0.76999-0.17001-0.28-0.01-0.52999 0.05001-0.76999 0.17001-0.25 0.08-0.46001 0.22-0.64001 0.41001-0.35 0.38-0.61 0.88-0.59 1.41l0.07001 0.53c0.1 0.34 0.27001 0.63 0.51001 0.88 0.47 0.37 0.92999 0.75998 1.29999 1.22998l-0.31-0.39999c0.19 0.25 0.36001 0.52001 0.48001 0.82001l3.13998-2.42002c-0.52-0.6-1.04-1.19999-1.55999-1.79998l-0.22001-0.26001c-0.18-0.2-0.40001-0.33-0.64001-0.41001-0.24-0.13-0.49999-0.17998-0.76999-0.16998-0.28-0.01-0.52999 0.04998-0.76999 0.16998-0.25 0.08-0.46001 0.22-0.64001 0.41001-0.35 0.38-0.61 0.88-0.59 1.41l0.07001 0.53c0.1 0.34 0.27001 0.63 0.51001 0.88l0.00998 0.01001z",
+ "fill": "#f198a1ff",
+ "width": 2.774181604385376,
+ "height": 2.897716522216797,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "AohLj",
+ "x": 5.463530791237645,
+ "y": 0.0642874632121675,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ysb3J",
+ "x": 0.9485127925872803,
+ "y": 0.9471880793571472,
+ "name": "Vector",
+ "geometry": "M4.30002 5.98999c-0.6 0.61-1.43001 0.91002-2.17002 1.33002-0.15 0.08-0.28999 0.17998-0.42999 0.28998 0.75-1.09 1.59998-2.10998 2.69998-2.81998 0.42-0.27 0.87-0.49001 1.28-0.79001 0.58-0.43 1.03002-1.00999 1.43003-1.62 0.49-0.75 0.89-1.55 1.22-2.38-1.17 0.64-2.34001 1.27-3.51001 1.91 0.18-0.07 0.37-0.13 0.55999-0.16-0.23 0.31-0.5 0.58001-0.77999 0.85001 0.04 0 0.08-0.02001 0.11999-0.01001-0.64 0.65-1.32999 1.24001-2.07999 1.76001-0.52 0.36-1.06 0.68998-1.5 1.13998-0.64 0.64-1.05001 1.51-1.14001 2.41l0.75 0.85999c-0.06 0.16-0.09999 0.33001-0.10999 0.51001 0.08-0.12 0.14998-0.25 0.22999-0.37l0.21002 0.23999c0.97-1.15 2.03998-2.21999 3.22998-3.14999l-0.00998 0z",
+ "fill": "#c984b6ff",
+ "width": 3.997347354888916,
+ "height": 4.43815803527832,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "XkVWu",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M4.86661 6.5484c0 0-0.37001 0.29998-0.14001 0.13999 0.22-0.16-0.06001 0.03-0.10001 0.06-0.21 0.13-0.43 0.25-0.66 0.36999-0.45 0.23-0.88999 0.45002-1.29999 0.74002l2.73999 2.73999c0.12-0.17 0.23001-0.33 0.35-0.5 0.14-0.2 0.01999-0.07999-0.04 0.04001 0.04-0.08 0.13-0.17002 0.19-0.24002 0.27-0.33 0.56-0.63999 0.88-0.92999 0.07-0.07 0.15-0.12998 0.22-0.19998 0.04-0.03 0.3-0.24002 0.09-0.08002-0.21 0.16 0.06001-0.04001 0.10001-0.07001 0.09-0.06 0.17001-0.10998 0.26001-0.16998 0.4-0.25 0.81998-0.46002 1.19998-0.74002 1.74-1.28 2.78-3.21997 3.56-5.18997 0.29-0.73-0.15-1.66001-0.72001-2.10001-0.64-0.5-1.49997-0.55-2.21997-0.16-1.17 0.64-2.34001 1.27-3.51001 1.91-0.88 0.48-1.19001 1.61-0.82 2.5 0.37 0.89 1.42002 1.51 2.36001 1.16 0.19-0.07 0.37-0.12 0.56-0.16l-2.26001-2.94c0.28-0.36-0.07002 0.05001-0.11002 0.1-0.11 0.12-0.22998 0.22998-0.34997 0.34998-0.58 0.55-0.72 1.47002-0.41 2.18002 0.28 0.66 1.04999 1.31998 1.82998 1.22998l0.12 0c-0.47-1.15-0.93997-2.28999-1.40998-3.42999-0.36 0.36-0.74001 0.71001-1.13 1.04001-0.09 0.07-0.18002 0.13999-0.27002 0.20999 0.15-0.12 0.15-0.11 0 0-0.2 0.14-0.39998 0.28001-0.59998 0.42001-0.98 0.67-1.88002 1.36997-2.49002 2.40998-0.28 0.47-0.49998 1.00002-0.63998 1.52002-0.24 0.94-0.24002 1.76999 0.41998 2.54998 0.24 0.29 0.50002 0.57001 0.74002 0.85001l-0.51001-1.95001c-0.11 0.33-0.14999 0.69001-0.17999 1.04001-0.08 0.83 0.67 1.74999 1.47 1.92999 0.88 0.2 1.77998-0.13998 2.25998-0.91998 0.08-0.12 0.15001-0.25 0.23001-0.37l-3.14001 0.39999 0.21002 0.23999c0.67 0.77 2.15999 0.78 2.82999 0 0.98-1.15 2.04001-2.20999 3.23001-3.14999 0.82-0.65 0.73-2.15999 0-2.82999-0.87-0.8-1.95002-0.7-2.83002 0-1.18 0.94-2.24998 1.99999-3.22998 3.15l2.82999 0-0.21-0.24002c-0.87-1-2.51001-0.62998-3.14001 0.40002-0.08 0.12-0.14998 0.24999-0.22998 0.37l3.72998 1.00998c-0.06 0.7 0.06001-0.15999 0.07001-0.23999 0.07-0.55-0.04998-1.03998-0.38999-1.47998-0.11-0.14-0.22002-0.27-0.33001-0.41001l-0.57001-0.66 0.58999 1.41c-0.06 0.53 0.00003 0.04 0.03003-0.06 0.03-0.12 0.07999-0.24002 0.10999-0.36001-0.18 0.31 0.06-0.22 0 0 0.08-0.13 0.15001-0.25998 0.23001-0.38999 0.19-0.31-0.16002 0.13999 0.00998-0.01001 0.09-0.08 0.17002-0.18999 0.27002-0.26998 0.05-0.05 0.43999-0.41003 0.07999-0.09003 0.1-0.09 0.21001-0.15998 0.32-0.22998 1.08-0.75 2.13001-1.54 3.07001-2.47 0.57-0.57 0.72-1.44999 0.41-2.18-0.28-0.66-1.05002-1.32001-1.83001-1.23001l-0.12 0c0.47 1.15 0.94 2.28999 1.41001 3.43 0.41-0.39 0.75-0.8 1.08999-1.25 0.48-0.62 0.28-1.66-0.16-2.22001-0.52-0.67-1.29001-0.87-2.10001-0.72-0.19 0.04-0.38 0.09-0.56 0.16001l1.54001 3.66c1.17-0.64 2.34001-1.27 3.51001-1.91l-2.94-2.26001c-0.09 0.21-0.08002 0.21002 0.00998-0.00998-0.04 0.1-0.08998 0.19999-0.13999 0.29999-0.09 0.2-0.19002 0.40001-0.30001 0.6-0.21 0.39-0.42999 0.76998-0.68 1.13999-0.06 0.09-0.38999 0.66-0.14999 0.22-0.09 0.17-0.28 0.33002-0.41 0.46002-0.07 0.07-0.15001 0.13999-0.23001 0.20999-0.17 0.14-0.16 0.13001 0.02999-0.01999-0.1 0.14-0.41998 0.25998-0.56997 0.34998-1.67 0.98-2.90002 2.28003-3.99002 3.87002-0.48 0.7-0.3 1.85998 0.30999 2.41999 0.61 0.56 1.69001 0.84 2.42002 0.30999 0.99-0.7 2.12001-1.06999 3.01001-1.92999 0.76-0.73 0.78-2.10999 0-2.82999-0.78-0.72-2.02002-0.77-2.83002 0l0.02002 0z",
+ "fill": "#f198a1ff",
+ "width": 5.90645694732666,
+ "height": 6.336274147033691,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "MLLKu",
+ "x": 0,
+ "y": 4.03716479429022,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "sLZn0",
+ "x": 0.9535067677497864,
+ "y": 0.9576496481895447,
+ "name": "Vector",
+ "geometry": "M7.00497 1.88998c-0.34 0.49-0.77999 0.91001-1.20999 1.32001-0.98 0.95-1.97001 1.89-2.95001 2.84-0.38 0.36-0.76999 0.74001-0.95999 1.23001-0.1 0.25-0.13999 0.50998-0.20999 0.75998-0.2 0.68-0.66 1.28-1.25 1.66-0.24 0.15-0.54 0.40999-0.38001 0.65 0.07 0.11 0.21998 0.14001 0.34998 0.14001 1 0.05 1.79-0.78001 2.44-1.54001l-1.01999 1.26001c0.41-0.22 0.74-0.57 1.06-0.91l0.56-0.61002 5.55001-8.68997c-0.94 0.06-1.42002 1.11998-1.96002 1.88998l-0.01999 0z",
+ "fill": "#c984b6ff",
+ "width": 4.311647891998291,
+ "height": 5.023284435272217,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "NQ6Ie",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M7.26195 2.88022c0.23-0.32-0.07998 0.09002-0.13998 0.15002-0.12 0.13-0.25 0.25998-0.37 0.38999-0.27 0.27-0.55002 0.53002-0.83002 0.80001-0.59 0.57-1.17999 1.12998-1.76998 1.69999-0.62 0.6-1.28001 1.17001-1.76001 1.89001-0.25 0.37-0.42999 0.79999-0.54999 1.23999-0.04 0.15-0.08 0.30999-0.12 0.45999-0.11 0.43 0.18998-0.25-0.05002 0.12-0.07 0.1-0.36001 0.43001-0.07 0.13-0.07 0.07-0.42999 0.39999-0.07999 0.12-0.45 0.35-0.88 0.60001-1.19 1.1-0.78 1.26-0.13 3.08001 1.36999 3.42002 1.83 0.41 3.39002-0.73001 4.52002-2.04001l-2.83001-2.82999-1.01999 1.25998c-0.63 0.78-0.81 1.78-0.16001 2.63001 0.6 0.78 1.70999 1.01999 2.57999 0.51999 1.74-1.02 2.71001-2.81999 3.76001-4.46l3.29999-5.16998 0.82-1.29001c0.76-1.19-0.20998-3.18001-1.72998-3.01001-0.97 0.11-1.78002 0.43-2.46002 1.16001-0.48 0.52-0.82998 1.14-1.22998 1.72-0.59 0.87-0.19 2.25999 0.72 2.73999 1.02 0.54 2.09999 0.21 2.73999-0.72 0.23-0.33 0.44-0.67 0.66001-1 0.13-0.2-0.24002 0.22002-0.05002 0.08001 0.06-0.04 0.14-0.13 0.19-0.19 0.15-0.19-0.28998 0.22-0.09997 0.09 0.09-0.05 0.06999-0.04-0.07001 0.03-0.12 0.07-0.25 0.1-0.4 0.08999l-1.73001-3.00998c-1.71 2.68-3.42 5.36-5.11999 8.03-0.12 0.2-0.25 0.39-0.37 0.59-0.17 0.28 0.44998-0.47-0.02002-0.03-0.18 0.17-0.34999 0.38-0.51999 0.56-0.08 0.08-0.17 0.16-0.25 0.25-0.29 0.29 0.22-0.12999-0.16 0.1l2.42001 3.13999 1.01999-1.26001c0.66-0.81 0.85-2.04999 0-2.82999-0.75-0.69-2.10002-0.85-2.83001 0-0.14 0.16-0.27999 0.32001-0.43 0.48001-0.08 0.08-0.14998 0.15998-0.22998 0.22998-0.04 0.04-0.39001 0.30999-0.17001 0.15 0.2-0.14-0.08 0.04001-0.12 0.07-0.08 0.05-0.33002 0.1-0.11001 0.06 0.36-0.06-0.31999 0.02001 0.07001-0.01999 0.14-0.01 0.15001-0.01999 0.04-0.01999-0.17 0-0.10002-0.00002 0.19999 0.00998l0.88 0.51001-0.09-0.08001 0.51001 0.88-0.04-0.11999 0 1.05999c-0.09 0.29-0.25999 0.51001-0.48999 0.67002 0.09-0.06 0.17999-0.12 0.26998-0.19001 0.27-0.2 0.53001-0.39999 0.76001-0.64999 0.34-0.36 0.63-0.78001 0.84-1.23001 0.14-0.3 0.27001-0.61 0.35001-0.94 0.03-0.1 0.25001-0.70001 0.04-0.29001 0.05-0.1 0.10999-0.19999 0.18-0.29999-0.13 0.17-0.13001 0.17 0.01999 0 0.15-0.14 0.30001-0.3 0.45001-0.44 1.5-1.44 3.17999-2.80999 4.39999-4.48999 0.62-0.85 0.17-2.27002-0.72-2.74002-1.04-0.55-2.07999-0.19-2.73999 0.72l0.00998 0z",
+ "fill": "#f198a1ff",
+ "width": 6.207886219024658,
+ "height": 6.934971809387207,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6Oh7i",
+ "x": 1.2066670779731794,
+ "y": 5.172218428933775,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Egd9R",
+ "x": 0.9585005640983582,
+ "y": 0.9476850628852844,
+ "name": "Vector",
+ "geometry": "M5.41 1.5c-1.51 1.62-3.00999 3.23001-4.51999 4.85001l-0.89001 1.39001c0.74-0.03 1.11-0.88002 1.53-1.49002 0.35-0.49 0.82002-0.86998 1.30002-1.22998 0.87-0.65 1.78999-1.25 2.51999-2.06 0.73-0.81 1.25002-1.88002 1.11001-2.96002-0.21 0.58-0.64 1.04002-1.06 1.49002l0.00998 0.00998z",
+ "fill": "#c984b6ff",
+ "width": 3.1109485626220703,
+ "height": 3.705660820007324,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZfTMK",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M5.9974 2.05946c-1.35 1.45-2.69999 2.89-4.04998 4.34-0.67 0.72-1.14999 1.49-1.68 2.30999-0.77 1.21 0.21998 3.15001 1.72998 3.01001 0.83-0.08 1.53-0.34002 2.13001-0.93002 0.38-0.38 0.66999-0.83998 0.95999-1.28998 0.03-0.05 0.17001-0.20001 0.17001-0.26001l-0.16 0.20001c0.05-0.07 0.11001-0.13 0.17001-0.19 0.16-0.17 0.33999-0.33001 0.51999-0.48001 0.27-0.23 0.00001-0.08-0.04999 0.03 0.03-0.08 0.23998-0.17999 0.31998-0.23999 0.22-0.16 0.44-0.32001 0.66-0.48001 1.05-0.77 2-1.55 2.75-2.63001 0.68-0.98 1.11002-2.27 0.99003-3.47-0.1-1-0.68001-1.81999-1.73002-1.95999-1.05-0.14-1.82 0.48999-2.19 1.42999 0.2-0.51 0.04-0.12-0.03 0-0.03 0.06-0.06999 0.11-0.10998 0.16001-0.09 0.12-0.05 0.07002 0.11999-0.13999-0.01 0.15-0.42 0.48-0.53 0.59-0.71 0.77-0.82 2.07999 0 2.82999 0.82 0.75 2.06999 0.82 2.82999 0 0.67-0.72 1.21001-1.44999 1.57001-2.37l-3.93-0.53c0.01 0.13-0.05 0.52 0 0.62 0.05-0.31 0.06-0.37998 0.03-0.22998 0 0.04-0.02 0.08-0.03 0.11999-0.02 0.1-0.06002 0.19999-0.08001 0.29999-0.08 0.34 0.15001-0.28001 0.04001-0.07001-0.05 0.09-0.09001 0.19-0.14002 0.28-0.03 0.05-0.35 0.52-0.33999 0.53-0.02-0.03 0.32001-0.38 0.04-0.06-0.07 0.08-0.15001 0.17002-0.23001 0.24002-0.16 0.16-0.31999 0.30999-0.48999 0.46-0.09 0.07-0.17001 0.15-0.26001 0.22-0.1 0.08-0.29 0.32001 0.03-0.01999-0.15 0.16-0.36999 0.27999-0.54999 0.39999-0.78 0.57-1.63 1.12-2.25 1.87-0.32 0.39-0.58002 0.8-0.86001 1.22-0.19 0.28 0.00001-0.04002 0.1-0.11002-0.06 0.04-0.12998 0.13-0.16998 0.19-0.12 0.16 0.41998-0.21999 0.13999-0.10998l0.30999-0.12c-0.2 0.06-0.12 0.04998 0.25-0.02002l1.73001 3.01001 0.53-0.82c0.1-0.16 0.21-0.31999 0.31-0.48999 0.04-0.07 0.15001-0.22-0.04999 0.05999-0.25 0.35 0.03999 0.00001 0.10999-0.07998 0.09-0.09 0.18001-0.19 0.26001-0.28 1.31-1.41 2.63-2.82001 3.94-4.23001 0.71-0.77 0.82-2.08002 0-2.83002-0.82-0.75-2.07002-0.82-2.83002 0l0 0.02002z",
+ "fill": "#f198a1ff",
+ "width": 5.02785062789917,
+ "height": 5.614320278167725,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6l3VV",
+ "x": 1.071410072281651,
+ "y": 1.288554536187803,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "PjYCv",
+ "x": 0.9449982047080994,
+ "y": 0.9629239439964294,
+ "name": "Vector",
+ "geometry": "M0.08002 0.73001c0.03 0.1 0.10998 0.18999 0.16998 0.26999l1.35001 1.60999c0.21 0.25 0.46001 0.53001 0.79 0.57 0.1 0.01 0.21 0 0.31 0.03l-2.70001-3.20999c0.13 0.21 0.00002 0.49999 0.08002 0.73999l0-0.00998z",
+ "fill": "#c984b6ff",
+ "width": 1.2956620454788208,
+ "height": 1.5368356704711914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "8yyz3",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0.11927 3.27126c0.09 0.22 0.16001 0.44998 0.29001 0.63998 0.13 0.19 0.27001 0.36 0.42002 0.53 0.12 0.14 0.23001 0.28 0.35 0.41l0.71997 0.85001c0.2 0.24 0.39001 0.5 0.64002 0.69 0.38 0.31 0.68 0.51998 1.16 0.66999 0.3 0.09 0.61999 0.09 0.92999 0.13l-0.53-0.07001 0.04999 0c0.18 0.03 0.35003 0.06002 0.53003 0.08002 0.28 0.01 0.52999-0.05001 0.76999-0.17001 0.38-0.16 0.75999-0.43998 0.95999-0.81998 0.17-0.31 0.26002-0.65001 0.27002-1.01001 0.01-0.28-0.05001-0.53002-0.17001-0.77002-0.08-0.25-0.22-0.45998-0.41001-0.63998-0.79-0.94-1.57999-1.87-2.35998-2.81l-0.34003-0.39999c-0.18-0.2-0.39998-0.33-0.63998-0.41001-0.24-0.13-0.49999-0.18001-0.76999-0.17001l-0.53 0.07001c-0.26 0.06-0.49002 0.17999-0.68002 0.35998-0.33 0.26-0.62 0.62001-0.72 1.04001-0.12 0.54-0.05999 1.05001 0.20001 1.54001l0.01999 0.04001-0.19998-0.48001c0 0 0.02998 0.09001 0.03997 0.14001l-0.06997-0.53003c0 0.1 0 0.20002 0 0.30002 0 0.05 0 0.09999 0 0.14999 0.02 0.2 0.04 0.43 0.08999 0.63001 0.13 0.49 0.47998 0.94001 0.91999 1.20001 0.44 0.26 1.06001 0.35998 1.54 0.19998 0.48-0.16 0.95001-0.45998 1.20002-0.91998 0.25-0.46 0.34998-1.01001 0.19998-1.54001-0.01-0.03-0.01999-0.06001-0.01999-0.10001l0.07001 0.53c-0.01-0.13 0-0.25 0-0.38-0.01-0.48-0.11-0.84999-0.34-1.26999l-3.14001 2.41998c0.79 0.94 1.58002 1.87003 2.36001 2.81003l0.34 0.39999 1.94998-3.33999c-0.28-0.06-0.56-0.08001-0.84-0.10001l0.53 0.07001c-0.07-0.01-0.13-0.03002-0.19-0.05002l0.48001 0.20001c-0.08-0.03-0.13999-0.07-0.20999-0.11999l0.39999 0.31c-0.34-0.27-0.6-0.65001-0.88-0.98002-0.31-0.37-0.62999-0.72999-0.92999-1.10998l0.30999 0.39999c0 0-0.06-0.09001-0.08999-0.14001l0.19998 0.48001-0.01999-0.05002c-0.06-0.26-0.18002-0.48999-0.36002-0.67999-0.14-0.22-0.33-0.38999-0.55999-0.51999-0.43-0.25-1.05998-0.36001-1.53998-0.20001-0.48 0.16-0.95001 0.46001-1.20001 0.92001l-0.20002 0.47998c-0.1 0.35-0.1 0.71003 0 1.06003l0 0.03z",
+ "fill": "#f198a1ff",
+ "width": 3.2057299613952637,
+ "height": 3.448230504989624,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "klqda",
+ "x": 2.3470089559104963,
+ "y": 2.825492488229429,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "hbC7Z",
+ "x": 0.965061366558075,
+ "y": 0.967613935470581,
+ "name": "Vector",
+ "geometry": "M0.29001 0.19998c-0.07-0.08-0.14002-0.15998-0.24002-0.19998-0.02 0-0.02999 0-0.04999 0l1.54999 1.84c-0.39-0.57-0.81-1.11-1.25-1.63001l-0.00998-0.01001z",
+ "fill": "#c984b6ff",
+ "width": 0.7437967658042908,
+ "height": 0.8809281587600708,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "fIIvd",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.71107 0.80106c-0.1-0.12-0.21998-0.19999-0.34998-0.29998-0.25-0.2-0.49002-0.38002-0.83002-0.43003l-0.53-0.06997c-0.28-0.01-0.52999 0.04998-0.76998 0.16998-0.17 0.05-0.32 0.13001-0.44001 0.26001-0.22 0.14-0.38999 0.33-0.51999 0.56l-0.20001 0.47998-0.07001 0.53003c-0.01 0.28 0.05001 0.52999 0.17002 0.76998 0.08 0.25 0.22 0.45998 0.41 0.63999 0.45 0.54 0.89998 1.07002 1.34998 1.61001l0.19 0.23002c0.18 0.2 0.40001 0.32997 0.64001 0.40997 0.24 0.13 0.49999 0.18001 0.76999 0.17001l0.53-0.07001c0.26-0.06 0.48999-0.17999 0.68-0.35998 0.15-0.09 0.27002-0.21002 0.36001-0.36002 0.18-0.19 0.29999-0.41999 0.35999-0.67999l0.07-0.53c0-0.36-0.08999-0.70001-0.26999-1.01001-0.48-0.7-1.01001-1.38-1.57-2.03-0.18-0.2-0.39998-0.33-0.63999-0.41-0.24-0.13-0.50002-0.17998-0.77002-0.16998-0.28-0.01-0.52999 0.04998-0.76999 0.16998-0.25 0.08-0.46001 0.22-0.64001 0.41l-0.31 0.4c-0.18 0.31-0.26999 0.65001-0.26999 1.01001l0.07001 0.53c0.1 0.34 0.26998 0.63 0.50998 0.88 0.22 0.25 0.43001 0.52 0.64001 0.78l-0.30999-0.39999c0.21 0.28 0.41999 0.56 0.60998 0.83999l3.14002-2.42001c-0.45-0.54-0.90001-1.06999-1.35001-1.60999l-0.19-0.23001-1.95001 3.34c0 0 0.03002 0 0.05001 0l-0.48001-0.19998c0 0 0.07001 0.03 0.10001 0.05999l-0.39999-0.30999c0.05 0.04 0.09998 0.08998 0.13998 0.13998 0.18 0.2 0.40001 0.33 0.64001 0.41 0.24 0.13 0.49999 0.18001 0.76999 0.17002 0.28 0.01 0.53002-0.05001 0.77002-0.17002 0.25-0.08 0.45998-0.22 0.63999-0.41l0.30999-0.39999c0.18-0.31 0.27002-0.65001 0.27002-1.01001l-0.07-0.53c-0.1-0.34-0.27001-0.62997-0.51001-0.87998l0.01999 0.01999z",
+ "fill": "#f198a1ff",
+ "width": 2.6542110443115234,
+ "height": 2.7923085689544678,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "NJopK",
+ "x": 0.7663200621154829,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pz45t",
+ "x": 0.9573729038238525,
+ "y": 0.958803653717041,
+ "name": "Vector",
+ "geometry": "M5.92999 5.32001c-0.51-0.49-1.12-0.88-1.63-1.38001-0.41-0.39-0.75-0.83998-1.13001-1.25998-0.93-1.03-2.04998-1.86002-3.16998-2.68002l6.89999 7.16c-0.03-0.71-0.46-1.35-0.97-1.83999z",
+ "fill": "#c984b6ff",
+ "width": 3.3111183643341064,
+ "height": 3.4279682636260986,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ritTy",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M9.33504 5.90268c-0.49-0.46-1.05001-0.84001-1.54001-1.29001-0.49-0.45-0.89999-1.00002-1.35998-1.49002-1.02-1.09-2.24-1.96998-3.44-2.84998-0.38-0.28-1.11001-0.34001-1.54001-0.20001-0.43 0.14-0.77001 0.36-1.04001 0.72-0.61 0.79-0.54 1.9 0.16 2.63001 2.01 2.09 4.03001 4.17999 6.04001 6.26999 0.29 0.3 0.56999 0.59001 0.85999 0.89001 0.56 0.58 1.46002 0.72 2.18002 0.41 0.72-0.31 1.27998-1.04002 1.22998-1.83001-0.08-1.28-0.65-2.35998-1.56-3.25998-0.75-0.74-2.08999-0.8-2.82998 0-0.74 0.8-0.8 2.03999 0 2.82998 0.08 0.08 0.21 0.27999 0.30999 0.32999-0.19-0.26-0.23002-0.29997-0.11001-0.12997 0.03 0.05 0.06 0.08998 0.09 0.13998 0.03 0.05 0.06002 0.09999 0.08001 0.14999 0.09 0.19 0.07 0.13002-0.06-0.16998 0 0.13 0.08999 0.29999 0.10999 0.42999l-0.06998-0.52999c0.01 0.07 0.01999 0.15 0.01999 0.22l3.41001-1.41001c-2.01-2.09-4.03001-4.17999-6.04001-6.26999-0.29-0.3-0.56999-0.59001-0.85999-0.89001l-2.42001 3.14001c0.28 0.21 0.55999 0.40999 0.82999 0.62 0.17 0.13 0.14002 0.09998-0.09998-0.08002 0.07 0.05 0.13998 0.11 0.19998 0.16001 0.1 0.08 0.20002 0.16002 0.30002 0.24002 0.52 0.42 1.02 0.87 1.47 1.36999 0.45 0.5 0.82998 0.99999 1.31998 1.42999 0.49 0.43 1.02002 0.8 1.49002 1.25 0.76 0.72 2.07999 0.81 2.82998 0 0.75-0.81 0.81-2.05999 0-2.82998l0.04001 0z",
+ "fill": "#f198a1ff",
+ "width": 5.224919319152832,
+ "height": 5.3398003578186035,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "dFBHv",
+ "x": 0.5839954142120405,
+ "y": 1.1168047059418313,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "c4jZn",
+ "x": 8.305144560768895,
+ "y": 0.5805888641716592,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "kBIhb",
+ "x": 8.602663290932469,
+ "y": 0.23108421453252959,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "i09f5",
+ "x": 9.17851663871079,
+ "y": 0.044358348483001464,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "uVfTD",
+ "x": 2.6810364846733137,
+ "y": 1.5285366643311136,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "tWWSx",
+ "x": 3.348066580727391,
+ "y": 2.0073028672577493,
+ "name": "Vector",
+ "geometry": "M1.935 4c2.57 0 2.58-4 0-4-2.58 0-2.58 4 0 4z",
+ "fill": "#f198a1ff",
+ "width": 1.8553085327148438,
+ "height": 1.915065050125122,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "TqjJ8",
+ "x": 109.35057830810547,
+ "y": 124.2963638305664,
+ "name": "花朵",
+ "children": [
+ {
+ "type": "path",
+ "id": "QBIpD",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M50.12584 27.85196c9.88-46.14-54.25-28.03001-15.53 4.38998-38.71-32.42-51.75 28.48-3.16 14.75-48.6 13.72 2.5 56.51002 12.38 10.36002-9.88 46.14 54.25 28.02998 15.53-4.39002 38.71 32.42 51.75-28.48 3.16-14.75 48.6-13.72-2.5-56.50999-12.38-10.35998z m-3.16 19.14999c-10.03 13.76-18.16 5.63-4.4-4.39999-13.76-10.03-5.63001-18.15999 4.4-4.39999 10.03-13.76 18.16-5.63001 4.39999 4.39999 13.76 10.03 5.63001 18.16-4.39999 4.39999z",
+ "width": 45.08004379272461,
+ "height": 40.792755126953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "AGQ9r",
+ "x": 135.79437255859375,
+ "y": 167.3003387451172,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "GROKm",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.17999 3.95946c0.15-0.26 1.56-2.53999 4.22-2.01998 2.83 0.55 5.98 3.26001 5.12 6.32-0.86 3.06 14.45999 15.63998 14.45999 15.63999 0 0 11.31001 10.31 6.73001 20.83999-6.9 9.45-5.87001 9.73002-13.82001 10.33002-7.95 0.6-11.10001-6.60001-11.1-6.6l-19.78998-36.59c0 0 5.93-12.77002 10.72-11.83002 4.57 0.91 3.55999 3.67 3.45999 3.91z",
+ "fill": "#fef0e2ff",
+ "width": 21.979055404663086,
+ "height": 26.382415771484375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "group",
+ "id": "f9eHN",
+ "x": 0,
+ "y": 0,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "uwusl",
+ "x": 6.799785137176514,
+ "y": 1.8956586122512817,
+ "name": "Vector",
+ "geometry": "M0 0.02002c0 0 0-0.01002 0-0.02002",
+ "width": 0,
+ "height": 0.009315633215010166,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#231815ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mV5CS",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M14.17999 3.95946c0.15-0.26 1.56-2.53999 4.22-2.01998 2.83 0.55 5.98 3.26001 5.12 6.32-0.86 3.06 14.45999 15.63998 14.45999 15.63999 0 0 11.31001 10.31 6.73001 20.83999-6.9 9.45-5.87001 9.73002-13.82001 10.33002-7.95 0.6-11.10001-6.60001-11.1-6.6l-19.78998-36.59c0 0 5.93-12.77002 10.72-11.83002 4.57 0.91 3.55999 3.67 3.45999 3.91z",
+ "width": 21.979055404663086,
+ "height": 26.382415771484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "262Jl",
+ "x": 140.7946319580078,
+ "y": 169.20558166503906,
+ "name": "Vector",
+ "geometry": "M3.75 0l-3.75 6.67999",
+ "width": 1.7995225191116333,
+ "height": 3.198155164718628,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rQBpY",
+ "x": 145.81410217285156,
+ "y": 171.25469970703125,
+ "name": "Vector",
+ "geometry": "M2.64001 0l-2.64001 5.47998",
+ "width": 1.2668708562850952,
+ "height": 2.6236298084259033,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Wkuvt",
+ "x": 171.9911651611328,
+ "y": 111.06498718261719,
+ "name": "Vector",
+ "geometry": "M0 1.10835c0 0 34.71999-11.73 58.14999 41.13 23.43 52.86-5.45001 78.63-7.95001 80.43 0 0-5.90999 5.1-11.48999-0.72l0.33002-2.29999c0 0 3.33 4.78999 11.06 1.07999 7.73-3.71 3.57998-15.87998 3.38998-16.13999-0.19-0.26-3.79999-7.83999-12.70999-3.39999l0.26999-4.74002c0 0-28.11-13.44-35.81-38.69001",
+ "width": 32.27508544921875,
+ "height": 59.71931838989258,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HCdpL",
+ "x": 187.1023406982422,
+ "y": 128.93174743652344,
+ "name": "Vector",
+ "geometry": "M11.64002 0c0.36 0.17 0.52999 0.23001 0.73999 0.60001 1.17 2.11 1.23001 5.42002 2.73001 8.05001 2.65 1.53 8.26 1.34999 9.44 2.57999-0.37 1.11-2.97002 1.2-4.05002 1.56-0.86 0.29-1.70998 0.71999-2.50998 1.14999-4.69 2.47-3.88001 7.20002-5.23001 11.61002-1.34-0.81-1.37999-5.42001-1.92999-7.04001-1.7-4.98-7.09002-3.47999-10.83002-5.29999 1.3-1.62 5.25-1.58 7.13-2.61999 3.34-1.87 3.56001-7.28002 4.51002-10.58002l0-0.01001z",
+ "fill": "#f4f9fcff",
+ "width": 11.780882835388184,
+ "height": 12.232486724853516,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "hyeXP",
+ "x": 142.15697948316392,
+ "y": 62.86474848324133,
+ "name": "猫咪身体",
+ "children": [
+ {
+ "type": "path",
+ "id": "blQXd",
+ "x": 9.727013665639788,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M93.11597 59.63525c-0.23994-1.45066-0.47653-2.81222-0.74047-4.25809-0.05279-0.27768-0.18717-0.47815-0.10078-0.69359-0.15356-0.24417-0.18275-0.32808-0.15875-0.54832-0.20634-0.22981-0.46161-0.69838-0.5-1-0.43188-0.22023-0.39696-0.71688-0.41616-1.18128-0.0096-0.21066-0.58385-0.81872-0.58384-0.81872 0 0-0.13517-1.16201-0.5-1.5 0 0-0.57132-0.44612-0.5-0.5-0.08638-0.08618 0.40816-0.2358 0.32657-0.34112-0.13436-0.18672-0.81698-0.46258-0.82657-0.65888-0.33112-0.34471-0.02759-0.6386-0.21954-1.07427-0.09118-0.21066-0.27087-0.21028-0.28046-0.42573-0.19675-0.22502-0.48081-0.21753-0.5-0.5-0.24953-0.08618-0.17931-0.7691-0.34726-1.07072-1.20928-2.15445-2.66514-3.96155-4.15274-5.92928-1.20448-1.59429-4.5-5-4.5-5 0 0-0.91456-0.74834-1.5-1.5-0.85417-1.10116-2-2-2.87579-2.92476-0.59504-0.49792-0.95976-1.15382-1.5404-1.67089-0.58544-0.51707-1.08451-0.69421-1.55958-1.35969-0.73901-1.04371 0.39829-2.03955 1.40602-1.85762-0.38869-0.42131-0.7774-0.84742-1.17089-1.26395 2.68729-6.61655-6.08477-11.95479-10.72034-15.17688-4.57319-3.17901-9.43432-5.74041-14.92406-5.48188-5.36018-3.42797-11.71368-3.97376-17.64491-0.78996-1.81392 0.9719-2.53372 2.51352-2.50013 4.05994-0.31192 0.04309-0.62384 0.0814-0.93576 0.12448-0.09597 0.04309-0.19674 0.08139-0.29272 0.12448 0.05279 0.07181 0.08157 0.16278 0.08157 0.25374 0.13916-0.07181 0.27832-0.15799 0.40309-0.25853 0.41269-0.33514 0.99814 0.24895 0.58545 0.58409-0.89256 0.72772-2.04425 0.78518-3.01839 1.34534-0.41269 0.23938-0.79179 0.40695-1.24767 0.45961-0.16316 0.14842-0.32152 0.30163-0.48468 0.44526-0.3935 0.35429-0.7822 0.71336-1.15649 1.08201-0.18715 0.18193-0.51825 0.12927-0.65262-0.07661-0.08638 0.05267-0.18715 0.07182-0.30232 0.0431-1.23327-0.33035-2.6201-0.5075-3.89657-0.49314-0.30232 0-0.62863 0.02873-0.91656-0.0766-0.04799 0.01915-0.10078 0.03351-0.15356 0.03351-1.00773 0.04309-2.02026 0.04788-3.02319 0.18194-0.17275 0.02394-0.32632-0.11969-0.38391-0.27769-0.52306 0.52664-0.96934 1.1251-1.30045 1.78101-0.70061 0.82827-1.05093 1.89113-1.08452 2.98272-0.13916 0.26332-0.26393 0.541-0.3551 0.84741 0.18235 0.20108 0.30233 0.47398 0.30713 0.82348 0.0144 1.70441-0.06239 3.13113 0.39829 4.75894 0.42709 1.49854 0.41269 3.09762 0.56624 4.63925 0.16316 1.66132 0.50387 3.31306-0.14876 4.68233-0.02399 0.24417-0.05278 0.48834-0.10076 0.71815-0.14396 0.69421-0.45588 1.36448-0.763 2.03476 0.16796 0.33035 0.17754 0.7373-0.10078 1.14904-1.19968 1.78101-0.97413 4.64882-1.12769 6.70751-0.08158 1.1251-0.19675 2.26455-0.34551 3.39923 0.07198 2.69067 0.62515 5.42377 1.47932 7.94687 0.26393 0.14363 0.38003 0.14093 0.5 0.5 0.02399 0.0766 0.47121 0.4234 0.5 0.5 0.05758 0.05267-0.05758 0.42818 0 0.5 0.67182 0.83305 1.29939 1.16216 2 2 0.3743 0.12927 0.5 0.5 0.5 0.5 0 0 0.47425 0.3601 0.5 0.5 0.23034 0.02872 0.27926-0.12448 0.5 0 0.3887 0.22023 0.72647 0.66008 1 1 0.97894 0.22981 1.60081 0.43257 2.3494 1.26563 0.03839-0.03351 0.08157-0.05745 0.12956-0.07182 0.20155-0.06224 0.3839 0.0766 0.45108 0.25375-0.02879-0.07182-0.00959-0.0383 0.00481 0 0.08638-0.06224 0.19195-0.10533 0.29752-0.12449 0.31192-0.05266 0.61904 0 0.93095 0 0.22074 0 0.48466 0 0.65262 0.16758 0.25433 0.25375 0.09118 0.59367-0.11516 0.80911-0.08638 0.09096-0.18715 0.16757-0.28793 0.23938-0.0096 0.00957-0.01919 0.01436-0.02879 0.02394-0.02879 0.05745-0.05279 0.1197-0.08159 0.17715-0.0192 0.0383-0.04318 0.07181-0.06717 0.11011 0.17275 0.03351 0.34551 0.06704 0.52306 0.09576-1.8667 2.29329-2.41856 5.69732-1.65076 8.52683 0.54705 2.02039 2.2602 3.5668 4.26127 4.01684 0.52306 0.11969 1.03652 0.11012 1.52118 0.0383 0.06238 0.12927 0.12957 0.25853 0.19676 0.38301 0.27353-0.0383 0.55665 0 0.81098 0.13406 0.53746-0.61761 1.58838-0.49312 2.10665 0.20588 0.23034 0.31119 0.35511 0.68462 0.42229 1.06284 0.02879 0.15799 0.05758 0.32078 0.07678 0.47877-0.0096-0.09097 0.03358 0.09576 0.04798 0.19152 0.02879 0.04309 0.05759 0.09575 0.07678 0.1149 0.10077 0.11491 0.19675 0.22503 0.30232 0.33514 0.06718 0.07181 0.15836 0.13883 0.21595 0.21543 0.02879 0.0383 0.04799 0.06224 0.05758 0.07182 0.48467 0.19151 0.83978 0.59846 0.83978 1.18735 0 0.0766-0.00961 0.14841-0.024 0.22501 0.25913 0.17715 0.45588 0.44525 0.54225 0.79476 0.08638 0.02394 0.17756 0.07182 0.25914 0.15321 0.39829 0.38301 0.59024 0.86656 0.78219 1.36926 0.16316 0.41653 0.43668 0.84263 0.71501 1.21128 0.27833 0.36865 0.7246 0.56973 1.04612 0.91924 0.3743 0.40216 0.67182 0.87135 0.94535 1.34533 0.07198 0.11969 0.09117 0.23938 0.08157 0.35428 0.0144 0.02394 0.0288 0.04788 0.0432 0.07661 0.34071 0.35429 0.691 0.70856 1.03651 1.08679 0.71021 0.78039 1.41083 1.56078 2.11145 2.34596 0.04319 0.00479 0.09116 0.01436 0.13915 0.03351 0.05279 0.01915 0.096 0.04788 0.14399 0.07183 0 0-0.00002-0.00958 0.00478-0.00959 0.02879 0.01915 0.06238 0.04309 0.09117 0.06224 0.0192 0.01437 0.04319 0.02393 0.06239 0.0383 0.3887 0.25375 0.76782 0.51707 1.13252 0.79954 0.39829 0.30641 0.7582 0.6607 1.16609 0.95274 0.66702 0.47877 1.48759 0.78039 2.11142 1.31661 0.15836 0.07182 0.31671 0.14364 0.47987 0.21066 0.19675 0.08618 0.37431 0.18671 0.54706 0.3112 0.14876 0.11012 0.27831 0.27768 0.43667 0.36386 0.25913 0.14363 0.61904 0.12449 0.90217 0.21545 0.30712 0.09576 0.55186 0.24895 0.7582 0.46919 0.67662 0.18193 1.34366 0.33035 2.05388 0.33992 0.26393 0 0.43667 0.13884 0.52784 0.32078 0.47028 0 0.94054-0.01436 1.40602 0.06703 0.46068 0.0766 0.90696 0.25853 1.38204 0.24895 0.47507-0.00957 0.47028 0.72294 0 0.73252-0.50387 0.00957-0.98854-0.15321-1.47801-0.25375-0.43668-0.09097-0.91174-0.05745-1.36283-0.05745-0.0096 0-0.01442 0-0.01921 0-0.10077 0.11969-0.24951 0.1963-0.45585 0.19151-0.83978-0.01437-1.66516-0.17236-2.46656-0.40217-0.02399-0.00957-0.0528-0.01436-0.07679-0.01915-0.46068 0.01915-0.90214-0.16756-1.32923-0.35429-0.48467-0.11969-0.96455-0.23939-1.44923-0.36387-0.98374-0.25375-1.95309-0.55537-2.91283-0.88572-0.3647-0.12448-0.71981-0.24416-1.05092-0.43566-0.35031-0.20587-0.66701-0.45962-1.06531-0.57452-0.19195-0.05745-0.31671-0.17715-0.38389-0.31599-0.05279-0.0383-0.10557-0.08618-0.14876-0.13885-0.09117-0.10054-0.18236-0.20586-0.27833-0.3064-0.62863-0.27769-1.26687-0.48834-1.83792-0.94317-0.32151 0-0.64302-0.12449-0.87816-0.42611-0.24474 0.01915-0.49907-0.02872-0.7534-0.15799-1.30045-0.65591-2.68249-1.04372-4.09332-1.36928-0.52306-0.11969-1.30046-0.47876-1.98668-0.6942-0.27833 0.11011-0.60463 0.11491-0.95014-0.02873-0.03359 0.00957-0.0624 0.02872-0.10078 0.0383-0.63823 0.16756-1.22366 0.11491-1.8475-0.06224-0.53746-0.15799-0.94535-0.11968-1.502-0.07659-0.3839 0.02872-0.72941-0.16278-0.96935-0.45004-0.55185 0.04309-1.0941 0.09575-1.59317 0.11969-0.20634 0.00957-0.3839-0.02395-0.53745-0.08619-0.04319 0-0.08639 0.00959-0.12958 0.00959-1.55479-0.02872-3.18635-0.45004-4.70275 0.02872-0.18235 0.05745-0.35031 0.07182-0.50866 0.05745-0.39829 0.11969-0.7582 0.2681-1.07971 0.44525-1.19488 0.52186-2.35618 1.11074-3.57026 1.57036-0.63823 0.23938-1.30526 0.38779-1.97228 0.5362-0.08638 0.21066-0.23993 0.39739-0.43188 0.54581-1.84271 1.41714-3.004 3.82534-3.7622 5.96064-0.45108 1.26395-0.61424 2.59969-0.85898 3.91152 0.22074-0.10533 0.47987-0.13883 0.7342-0.08139 0.55185 0.12448 0.87817 0.76123 0.73421 1.28787-0.08158 0.29205-0.18715 0.5841-0.24953 0.88572 0 0.04309 0 0.08619 0 0.12928 0 0.01436 0 0.02393 0 0.0383 0.0096 0.05266 0.0192 0.10533 0.0336 0.1532 0.05279 0.20587 0.11517 0.40216 0.19674 0.59846 0.03359 0.08139 0.06718 0.16279 0.10077 0.23939 0.0096 0.02394 0.04318 0.09575 0.05278 0.11969 0.07678 0.17714 0.16317 0.35428 0.24955 0.52664 0.42709 0.02872 0.85896 0.01436 1.28125-0.04788 0.42709-0.06224 0.85898-0.12449 1.28607-0.18673-0.28792-1.38363-0.10558-3.11197 0.50386-4.47646-0.08158-0.27769-0.06238-0.57931 0.10557-0.79954 0.86377-1.13467 1.72753-2.49915 3.03759-3.16942 0.82058-0.41653 1.83792-0.68465 2.79286-0.59368 0.09597-0.04787 0.19675-0.09574 0.31672-0.12447 5.19222-1.35491 11.62252-1.84805 15.88379 1.98208 0.14396 0.05267 0.28792 0.11012 0.43188 0.17715 0.19675-0.04309 0.4175-0.04308 0.66703 0.0383 0.89256 0.29205 1.81391 0.71336 2.6009 1.22564 0.35511 0.2298 0.62384 0.47398 0.99814 0.64155 0.7582 0.23938 1.5116 0.46439 2.25061 0.76123 0.28792-0.04309 0.58065-0.08617 0.86856-0.12926 0.7678 0.13406 1.5356 0.2681 2.2794 0.45961 1.28126 0.33034 2.15896 0.67122 3.45942 0.99678 2.50973 0.63676 5.06312 0.37729 7.36651-0.4797 1.82832 0.23938 3.81477-0.56755 5.63349-1.5203 0.20155-0.17715 0.21208 0.02872 0.5 0 1.184-0.52175 3.07057-1.92476 4-2.5 0.67182-0.55058 1.18191-0.74344 1.74335-1.39456 0.42229-0.48834 0.81578-1.00062 1.46842-1.17776 0.29752-0.08139 0.50031-0.4181 0.78823-0.42768 0.72939-0.23608 0.74786 0.14413 1 0 0.39829-0.2729 0.67849-0.64841 1-0.5 2.71608-1.02935 5.5-1.5 8.28243-2.42846 0.20155-0.14841 0.40309-0.22023 0.59024-0.23938 0.71981-0.49313 1.57877-0.86657 2.34177-1.27352 1.20448-0.64633 2.36096-1.34533 3.58944-1.95816 1.69611-1.60048 3.16052-2.1546 4.69612-3.60048 0.98854-0.93359 1.74942-2.01744 3-3 0.12476-0.22023 0.32725-0.39946 0.5-0.5 0.17275-0.43089 0.54237-0.82311 0.82549-1.21091 0.3551-0.47877 0.8302-0.77081 1.13732-1.26393 0.3455-0.55058 0.63342-1.05808 1.07011-1.56078-0.03292-0.46437 0.91429-1.27016 0.96708-1.96438 0.02879-0.3878 0.26486-0.79413 0.5-1 0.0144-0.10054-0.04319-0.39467 0-0.5 0.91656-2.33638 1.50813-4.04747 2.04078-6.45087 0.3599-1.63259-0.26246-3.37344-0.54078-5.04913z",
+ "fill": "#fffbeeff",
+ "width": 93.76586151123047,
+ "height": 102.89453887939453,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fffbeeff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "02w3k",
+ "x": 16.3204737486476,
+ "y": 25.870793814121498,
+ "name": "Vector",
+ "geometry": "M31.69998 19.56c0-0.74 0.00001-1.49001-0.01999-2.23001-0.03-1.43-0.47-2.64-0.69-4.03-0.13-0.83 0.16-2.04998 0-2.94998-0.38-0.39-0.58-0.93-0.60001-1.47001-0.25-0.2-0.51001-0.39002-0.79-0.55001-0.1-0.37-0.21998-0.73999-0.37998-1.10999-2.09-4.7-5.84-6.16999-10-6.42999-0.44-0.32-0.89002-0.58001-1.36001-0.79001-0.47 0.01-0.94 0.02001-1.41001 0.04001 0.06 0-0.02 0.02-0.41 0.03-0.29 0.05-0.58001 0.09998-0.88001 0.13998-0.85 0.12-1.75999 0.28-2.61999 0.13001-0.21 0.1-0.40998 0.20999-0.63999 0.29998-0.51 0.19-1.02 0.11-1.47-0.11999-0.51 0.27-1.01001 0.57999-1.48001 0.92999-0.81 0.12-1.51998 0.39002-2.13998 0.74002 0.06 0.32 0.06 0.63998-0.03 0.94998-0.03 0.1-0.05001 0.19001-0.07001 0.29001 0 0.05 0 0.1 0 0.13001-0.01 0.23-0.00999 0.46-0.01999 0.69-0.02 0.4-0.06 0.79998-0.13 1.19998-0.07 0.37-0.23 0.71001-0.38001 1.04001-0.09 0.21-0.20002 0.41-0.30002 0.62 0 0.02-0.02999 0.06001-0.04998 0.1-0.02 0.05-0.04001 0.1-0.04001 0.12-0.05 0.15-0.07999 0.31-0.10999 0.47 0 0.02-0.00001 0.05001-0.01001 0.07001-0.07 0.74-0.12999 1.52-0.39999 2.22-0.17 0.45-0.39999 0.87-0.67999 1.25 0.08 0.12 0.16 0.25 0.25 0.36999-0.12 0.3-0.23001 0.60999-0.32001 0.92999-0.14 0.08-0.28 0.16-0.41 0.25 0 0.09 0.03 0.17002 0.02999 0.27002 0 1.62-0.78998 2.97999-1.13998 4.51999-0.23 1.02-0.27001 2.08-0.51001 3.10001-0.21 0.89-0.66001 1.71999-0.85001 2.60998-0.13 0.62-0.09998 1.26002-0.16998 1.89002 0.1 0.37 0.12 0.77999 0.06 1.17999-0.22 1.3-0.18002 2.65-0.49002 3.94-0.03 0.14-0.09999 0.27999-0.15 0.43 0.05 0.09 0.1 0.17002 0.13001 0.27002 0.14 0.26 0.2 0.54 0.19 0.83999l0 0.03998c0 0.39-0.10002 0.76001-0.30002 1.10001l-0.31997 0.41c-0.03 0.13-0.07 0.26001-0.12 0.38001 0.14 0.4 0.17 0.84999 0.09 1.26998 0.1 0.48 0.17 0.96001 0.16 1.45002-0.03 1.25-0.38001 2.48001-0.42001 3.73001-0.01 0.4-0.11999 0.74999-0.29999 1.04999 0.52 1.82 1.35999 3.68999 1.10999 5.48999 0.87 0.04 1.74 0.13002 2.61999 0.21002 0.4-0.36 0.91-0.60003 1.44-0.56003 0.39 0.03 0.78001 0.03001 1.17002 0.01001 0.06 0 0.49-0.06999 0.55999-0.04999 0.71-0.12 1.40999-0.29002 2.10999-0.46002 1.34-0.33 2.72999-0.62999 4.11999-0.63998 1.85-0.74 3.64002-1.61002 5.49002-2.36002 0.87-0.35 1.7-0.40999 2.62-0.54999 0.15-0.16 0.27998-0.31999 0.41998-0.48999 0.26-0.32 0.49-0.65002 0.75-0.96002 0.2-0.25 0.46002-0.40998 0.74002-0.50998 0.09-0.13 0.18999-0.26001 0.32999-0.39001 1.81-1.74 3.90999-3.41998 4.92999-5.78998 1.1-2.55 1.99003-5.35003 2.62003-8.06003 0.39-1.67 0.56-3.38999 0.61999-5.10999-0.11-0.12-0.21001-0.24998-0.32-0.35998 0.14-0.38 0.26001-0.78002 0.36001-1.18002l0.00998-0.04999z",
+ "fill": "#f7be93ff",
+ "width": 15.211954116821289,
+ "height": 22.535531997680664,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "q8ZBQ",
+ "x": 83.35869129320326,
+ "y": 42.86220311587931,
+ "name": "Vector",
+ "geometry": "M42.44 39.29001c-0.29-2.04-0.35004-4.09-0.60003-6.13001-0.23-1.86-0.85998-3.57999-1.47998-5.32998-1.26-3.58-2.57001-7.14002-4.01001-10.65003-1.33-3.23-2.75999-6.55997-4.85999-9.37997-1.49-2.01-3.14003-4.06-3.78003-6.47-0.43-0.3-0.70001-0.75-0.82001-1.25-0.05-0.03-0.09997-0.05002-0.14996-0.08002 0 0-0.01002 0.00999-0.02002 0.01999 0 0-0.01002 0.00001-0.02002 0.01001 0 0 0.00005 0-0.00995 0-0.17 0.07-0.35002 0.15-0.52002 0.22-0.01 0-0.02999 0.01001-0.04998 0.01001-0.02 0-0.03005 0-0.05005 0-0.02 0-0.04995 0-0.06995 0-0.62 0.56-1.15002 1.22-1.52002 2-1.05 0.43-2.02003 1.19999-2.78003 2.39999-0.74 1.17-1.63997 2.09-2.58996 2.94001-0.8 0.49-1.6 0.98999-2.38001 1.51999-0.02 0.09-0.03 0.18002-0.06 0.27001-0.43 1.18-1.07998 2.14-2.03997 2.97001-0.7 0.61-1.52003 1.11998-2.09003 1.85998-0.76 0.98-1.20998 2.18999-1.78998 3.26999-0.57 1.05-1.34002 1.95-1.96002 2.97-1.34 2.2-2.27 4.62-3.63001 6.81-0.43 0.7-0.82997 1.39003-1.21997 2.09003-0.4 0.99-0.76001 2-1.13 3.02999-0.23 0.65-0.46001 1.29999-0.70001 1.96 0.04 0.1 0.07998 0.18999 0.09997 0.29998 0.27 1.18-0.17999 2.19002-0.73999 3.21003-0.14 0.25-0.27999 0.49999-0.42999 0.73999 0.12 0.27 0.18999 0.55998 0.17999 0.88998-0.06 1.15-0.44999 2.21001-0.79999 3.29001 0.15 0.3 0.24997 0.64 0.21997 0.94-0.09 0.96-0.27999 1.89-0.42999 2.84-0.03 0.28-0.06 0.56002-0.06 0.83001 0 0.27-0.05996 0.52999-0.14996 0.76999 0.12 1.43 0.27 2.85999 0.31 4.29999 0.06 2.09 0.15996 4.14001 0.39996 6.17001 0.44 0.35 0.75004 0.88001 0.79004 1.60001 0.02 0.41 0.53998 1.1 0.66998 1.47 0.22 0.61 0.27002 1.24999 0.27002 1.88999 0.02 1.4 0.34998 2.44003 0.91999 3.71002 0.51 1.15 0.8 2.42998 1.38 3.53998 0.6 1.14 1.37 2.18002 2.06 3.27002 0.7 1.11 1.19997 2.30999 1.77997 3.48999 0.58 1.18 1.38003 2.03999 2.16003 3.07998 0.81 1.07 1.38 2.28 1.94 3.5 0.11 0.23 0.21001 0.47 0.32001 0.72 0.91 0.06 1.71 0.52 2 1.5 0.09 0 0.17997-0.03 0.27997-0.02999 0.24 0.02 0.48002 0 0.71002 0-0.04 0-0.07999 0-0.10998 0-0.18 0-0.12 0 0 0 0.06 0 0.12994 0.00001 0.18994-0.01999 0.03 0 0.14-0.05002 0.25-0.08002 0.74-0.81 1.59003-1.50999 2.47003-2.17999 0.81-0.97 1.56001-1.98 2.51001-2.81 0.7-0.62 1.48998-1.11999 2.28998-1.60999 0.1-0.1 0.21-0.18999 0.30999-0.30999 0.51-0.57 1.01-1.16 1.5-1.75 0.24 0.03 0.48003 0.03 0.72004 0.03 0.09-0.88 0.63997-1.70001 1.65997-1.88001 0.03-0.11 0.06001-0.21999 0.07001-0.34 0.11-0.75 0.75999-1.28002 1.48999-1.49002 0.64-1.01 1.28-2.01998 1.94-2.94998 2.13-2.96 4.36999-5.82001 6.04999-9.07001 3.41-6.59 4.98001-14.31 5.01001-21.69 0-0.28 0.06001-0.52 0.13-0.75-0.02-0.07-0.04-0.13999-0.06-0.20999l0.03003 0.03z",
+ "fill": "#f7be93ff",
+ "width": 20.380178451538086,
+ "height": 41.36540222167969,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "B5fop",
+ "x": 0,
+ "y": 0.2236619240629807,
+ "name": "Vector",
+ "geometry": "M71.26001 9.19921c-4.91-2.46-10.11002-1.27-15.05002-3.28-5.56-2.26-10.37-4.97999-16.47-5.68-5.98-0.69-12.04999 0.18999-17.85998 1.65-3.51 0.88-7.97002 1.78-11.71003 3.47999-0.19 0.46-0.53998 0.85-1.09997 1.08001-0.03 0.25-0.1 0.5-0.22 0.77-0.13 0.28-0.30001 0.54-0.48001 0.78-1.98 3.28-3.58 6.76999-5.78 9.89999-0.81 1.15-1.31 2.66001-1.72 4.09002 0.24 0.5 0.33001 1.06999 0.17001 1.59999-0.28 0.96-0.45002 1.94-0.71002 2.89999-0.08 0.3-0.17999 0.60001-0.26999 0.89001 0.06 0.12 0.11001 0.23999 0.14001 0.35999 0.15 0.55 0.04998 1.05002-0.15002 1.55002 0 0 0 0.02 0 0.03 0.15-0.34 0.05-0.11001 0 0.04998-0.03 0.53 0 1.05002 0 1.58002 0 0.17-0.01999 0.32999-0.04999 0.48999 0.62 3.08 1.91999 5.99 4.04999 8.66001 3.25 4.09 7.69 8.15 12.19 10.83999 3.32 1.98 6.98999 2.57 10.17999 4.16001 0.54-0.11 1.10002-0.03999 1.55002 0.26001 0.17 0.12 0.35001 0.21998 0.54001 0.31997 0.06 0 0.42 0.15001 0.5 0.17002 0.53 0.13 1.05998 0.19001 1.56998 0.38 0.52 0.19 1.02002 0.43998 1.55002 0.59998 0.61 0.19 1.07998 0.25001 1.47998 0.29 1.41 0.14 2.81 0.17001 4.22 0.38001 0.46 0.07 0.91001 0.18 1.36001 0.31 0.26 0.08 0.52 0.16 0.78 0.22 0.04 0.01 0.09 0.02 0.13001 0.03 0.03 0 0.05999 0 0.10998 0 0.09 0 0.18002 0.00999 0.27002 0.01999 0.18-0.21 0.34-0.43998 0.5-0.66999-0.02-0.25-0.03003-0.51001-0.06003-0.76001-0.06-0.4-0.15998-0.78998-0.28997-1.16998-0.04-0.07-0.07001-0.14002-0.11002-0.21002-0.19-0.29-0.26998-0.62998-0.28998-0.97998-0.08-0.19-0.15002-0.38002-0.21002-0.58002-0.11-0.42-0.17999-0.87998-0.13998-1.31997 0-0.1 0.02998-0.19 0.03997-0.28-0.45-0.89-0.81997-1.83002-1.15997-2.74003-0.97-2.6-0.31001-5.21999-0.76001-7.86999-0.07-0.13-0.13001-0.25998-0.17001-0.38998 0.04 0.05 0.07001 0.01999 0.1-0.07001-0.51-2.73-0.55001-5.46002-0.85-8.21002-0.16-1.41-0.21999-2.75999-0.01999-4.18 0.16-1.11 0.64-2.35999 0.47-3.48999-0.18-1.21 0.28999-2.43 1.57999-2.78 0.02 0 0.05002-0.00001 0.08001-0.01001 0.41-0.66 1.12-1.13999 1.9-1.07998 0.35 0.03 0.63001 0.05999 0.88 0.07998 0.26-0.3 0.61999-0.52 1.09-0.63999 2.75-0.67 5.56-0.64999 8.35-0.35 0.06-0.07 0.14-0.14 0.19001-0.22 0.52 0.15 1.02999 0.28999 1.54998 0.43 1.72 0.24 3.44001 0.48001 5.14002 0.79 1.13 0.21 2.27999 0.61 3.42999 0.7 0.11-0.35 0.28001-0.69 0.54001-0.95 1.9-1.97 4.52999-2.93 7.01999-3.88999 0.48-0.18 0.97001-0.34 1.45001-0.52001 0.04-0.01 0.08997-0.04 0.12998-0.06 0.03-0.07 0.05002-0.15 0.08001-0.22 0.19-0.45 0.39001-0.81 0.76001-1.16 0.52-0.49 1.17-0.63 1.75-1.02001 0.41-0.27 0.86998-0.35999 1.31998-0.29998-0.16-1.84-1.21999-3.59001-3.51999-4.74001l0.01001-0.02z",
+ "fill": "#175e64ff",
+ "width": 35.88007354736328,
+ "height": 27.806360244750977,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "ANkkk",
+ "x": 6.919623929464251,
+ "y": 0.39037101930261997,
+ "name": "Vector",
+ "geometry": "M3.7803 7.141c0.51-0.29 1.01999-0.55 1.54999-0.8 0.53-0.25-0.14999 0.04 0.32-0.13 0.31-0.11 0.62-0.23 0.94001-0.33001 0.48-0.15 0.96-0.28 1.44-0.39 0.33-0.07 0.64998-0.13 0.97998-0.19 0.53-0.1-0.25999 0.00001 0.32001-0.03999 2.36-0.2 4.73999-0.18999 7.10998-0.26 1.31-0.03 2.56-1.12 2.5-2.5-0.06-1.38-1.1-2.54-2.5-2.5-2.52 0.07-5.08998 0-7.59998 0.31-2.69 0.34-5.24001 1.16-7.6 2.5-1.14 0.65-1.61999 2.29-0.89999 3.42 0.72 1.13 2.19998 1.58999 3.41998 0.89999l0.02002 0.01001z",
+ "fill": "#55c3f1ff",
+ "width": 9.089914321899414,
+ "height": 3.569610595703125,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Anai1",
+ "x": 49.26371296068373,
+ "y": 14.485733503757729,
+ "name": "Vector",
+ "geometry": "M0 0.00998c0 0 41.42001 34.89001 64.95001 33.60001l7.45001-2.63001-4.15997-3.64999-68.24005-27.32999 0 0.00998z",
+ "fill": "#f8e2deff",
+ "width": 34.742794036865234,
+ "height": 16.10803985595703,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f8e2deff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YWbIu",
+ "x": 16.51072033067885,
+ "y": 3.697822088657631,
+ "name": "Vector",
+ "geometry": "M86.88742 56.74468c-1.85231-15.47373-16.8771-29.22389-22.70755-33.97804l0.42226-0.26811c-0.3647-0.06224 4.58759-17.44624-23.23542-21.96101 0 0-15.80699-3.27955-28.14932 6.3628 0 0-7.64918-1.92464-10.71557 0.13406-3.06639 2.05869 0.59025 17.17813 0.59025 17.17813 0 0-6.21915 18.23142-1.01732 25.45121 5.19702 7.21979 10.86431 5.57285 10.8643 5.57285 0 0 7.83151 30.40644 26.53215 33.96846 21.37833 4.06951 49.79638-12.5724 47.41622-32.46035z",
+ "width": 87.02764129638672,
+ "height": 89.8224105834961,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xs4NR",
+ "x": 25.510031777822405,
+ "y": 10.598145956455483,
+ "name": "Vector",
+ "geometry": "M0 9.97002c0 0 0.41001-2.46002 8.79001-9.97002",
+ "width": 4.218084812164307,
+ "height": 4.773307800292969,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NbCOr",
+ "x": 48.020155984365374,
+ "y": 55.597009176670326,
+ "name": "Vector",
+ "geometry": "M22.13149 1.0708c0 0-19.48002-6.76-21.90003 13.69-2.42 20.45 14.80002 21.53999 20.71002 16.07999 5.91-5.46 4.07001-10.92999 4.07001-10.92999",
+ "width": 12.132347106933594,
+ "height": 16.11077880859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ba5aN",
+ "x": 26.334696847402483,
+ "y": 57.512074942051186,
+ "name": "Vector",
+ "geometry": "M22.13149 1.0708c0 0-19.48002-6.76-21.90003 13.69-2.42 20.45 14.80002 21.53999 20.71002 16.07999 5.91-5.46 4.06998-10.92999 4.06998-10.92999",
+ "width": 12.132338523864746,
+ "height": 16.11077880859375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RpDkp",
+ "x": 83.53158100267592,
+ "y": 42.9771056122172,
+ "name": "Vector",
+ "geometry": "M26.29967 0c0 0-50.32999 37.28003-11.73999 86.40002",
+ "width": 12.620491027832031,
+ "height": 41.36541748046875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pWVvR",
+ "x": 16.512419778310687,
+ "y": 25.997922415195717,
+ "name": "Vector",
+ "geometry": "M0 46.14449c0 0 29.06999 3.83 31.23999-25.25001 2.17-29.08-25.35001-19.32001-25.35001-19.32",
+ "width": 15.049715042114258,
+ "height": 22.172130584716797,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ytqs7",
+ "x": 14.794468003713519,
+ "y": 86.00350713199259,
+ "name": "Vector",
+ "geometry": "M94.53 15.70068c0 0-16.83997 4.05001-35.14997-7.15-18.31-11.2-47.26001-8.17999-47.26-8.17999 0 0-8.09003 0.74-12.12003 5.97",
+ "width": 45.362361907958984,
+ "height": 7.8584885597229,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QrbNI",
+ "x": 10.0293360533351,
+ "y": 90.19756078189494,
+ "name": "Vector",
+ "geometry": "M0 2.50055c0 0 2.58001-3.82998 8.29001-2.00997",
+ "width": 3.9781484603881836,
+ "height": 1.1971813440322876,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sH41I",
+ "x": 9.549463349782854,
+ "y": 93.51596593326212,
+ "name": "Vector",
+ "geometry": "M5.14999 0.00941c0 0-2.19999-0.28999-5.14999 2.35",
+ "width": 2.471341371536255,
+ "height": 1.129608154296875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UZYAm",
+ "x": 7.859598714315325,
+ "y": 98.37036656802775,
+ "name": "Vector",
+ "geometry": "M5.40149 0c0 0-6.35 5.65-5.28 12.44",
+ "width": 2.5920252799987793,
+ "height": 5.955853462219238,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ga6MM",
+ "x": 10.845652657949358,
+ "y": 101.34829472964884,
+ "name": "Vector",
+ "geometry": "M0.80889 0c0 0-1.82 6.91 0 10.11999",
+ "width": 0.388163685798645,
+ "height": 4.845112323760986,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7E6pZ",
+ "x": 13.105321008169085,
+ "y": 102.224431509434,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 1.81999 2.07001 3.51999 2.64001",
+ "width": 1.6891465187072754,
+ "height": 1.263949990272522,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2jq8T",
+ "x": 14.14619739671889,
+ "y": 93.51089238589884,
+ "name": "Vector",
+ "geometry": "M0.00096 13.17999c0 0-0.40001-12.35999 15.12-13.17999",
+ "width": 7.256133556365967,
+ "height": 6.310135841369629,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rlHC3",
+ "x": 25.471634942495257,
+ "y": 92.974675650059,
+ "name": "Vector",
+ "geometry": "M2.28 0c0 0 4.15 3.95998-2.28 9.28998",
+ "width": 1.7264117002487183,
+ "height": 4.447728157043457,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8D2sE",
+ "x": 22.362069207631976,
+ "y": 92.64910649722697,
+ "name": "Vector",
+ "geometry": "M4.06998 0c0 0 0.31002 3.41001-4.06998 4.17001",
+ "width": 1.9553583860397339,
+ "height": 1.9964617490768433,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "P5IjI",
+ "x": 29.61774166246596,
+ "y": 93.18053960269572,
+ "name": "Vector",
+ "geometry": "M0.57001 0c0 0 2.20999 2.22999-0.57001 3.73999",
+ "width": 0.6731951236724854,
+ "height": 1.790581226348877,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QN4op",
+ "x": 32.400996285879046,
+ "y": 92.802312368809,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 26.43003 16.39002 47.31003 15.11002 20.88-1.28 32.09998-15.11002 32.09997-15.11002",
+ "width": 38.106689453125,
+ "height": 7.2682785987854,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6sq4g",
+ "x": 22.793952065908343,
+ "y": 16.664113516269936,
+ "name": "Vector",
+ "geometry": "M0 0c0.54 0 2.59 0.51001 2.59 0.51001",
+ "width": 1.242868423461914,
+ "height": 0.2441754788160324,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MNd1",
+ "x": 21.7334376158351,
+ "y": 18.90314435428263,
+ "name": "Vector",
+ "geometry": "M5.41 0.73333c0 0-2.41-1.65-5.41 0",
+ "width": 2.5961127281188965,
+ "height": 0.3510952591896057,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yfAbi",
+ "x": 21.49350078722182,
+ "y": 20.910768026767983,
+ "name": "Vector",
+ "geometry": "M4.56 0c0 0-2.96 0.55-4.56 2.87",
+ "width": 2.188218116760254,
+ "height": 1.3740568161010742,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "du0Iv",
+ "x": 28.50563343187514,
+ "y": 58.479558462559,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "dOfAl",
+ "x": 28.35829456468764,
+ "y": 60.104379171787514,
+ "name": "Vector",
+ "geometry": "M0.00454 5.29625c0.2 5.36 2.65 11.45999 5.25 16.11999 3.45 6.18 12.95 0.64001 9.5-5.54999-0.91-1.64-1.51-3.32-2.13001-5.08999-0.62-1.77-1.55-3.66-1.61999-5.47-0.26-7.06-11.26-7.09-11 0l0-0.01001z",
+ "fill": "#fffbeeff",
+ "width": 7.436606407165527,
+ "height": 11.545257568359375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "hXd0s",
+ "x": 31.27449329515639,
+ "y": 67.89210271304728,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "BeEEG",
+ "x": 28.371270257436663,
+ "y": 58.52264546817423,
+ "name": "Vector",
+ "geometry": "M5.3175 11c7.08 0 7.09-11 0-11-7.09 0-7.09 11 0 11z",
+ "fill": "#fffbeeff",
+ "width": 5.101646423339844,
+ "height": 5.2664289474487305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "poAxK",
+ "x": 142.34375609126255,
+ "y": 11.472167513331613,
+ "name": "魔法帽",
+ "children": [
+ {
+ "type": "path",
+ "id": "Aqp6h",
+ "x": 4.098482716415674,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M222.5 140.04001c-0.32001-1.09-0.59003-2.12-0.77002-3.25-0.08-0.53999-0.26996-1.36002-0.39996-1.64002-0.19001-0.42999-0.45998-0.83001-0.66999-1.26001-0.25999-0.55999-0.32002-1.11996-0.52002-1.68997-0.19999-0.57001-0.93002-1.18002-1.33001-1.77002-0.4-0.58-0.66999-1.22999-0.98999-1.84999-0.13001-0.25-0.42003-0.75-0.46002-0.83999 0.03999 0.08999-0.15999-0.11001-0.10999-0.11001-0.08-0.05-0.17001-0.09-0.26001-0.13-0.44-0.19-0.73997-0.55-0.90997-0.98-0.5-0.26-1.03-0.47-1.62-0.69-1.64999-0.64-2.79004-1.67-4.23004-2.63-1.28-0.86-2.47998-1.62001-3.60998-2.69001-1-0.94999-2.07001-1.57999-3.19001-2.36999-0.94999-0.67-1.98997-1.72001-3.21997-1.71001-1.11 0.01-1.8-0.64-2.06-1.44999-0.22-0.13-0.43998-0.25-0.67999-0.37-1.2-0.6-2.59001-0.81-3.82001-1.39-1.30999-0.61-2.60002-1.22001-3.96002-1.71001-1.22-0.43-2.31997-0.91-3.28998-1.72-0.52999 0.14-1.05003 0.34001-1.54003 0.59001-0.85001-0.33999-1.71001-0.67-2.57001-0.96-1.33-0.59-2.65996-1.2-3.95996-1.9-0.76-0.26-1.50002-0.45-2.39002-0.44-1.49 0.02-2.68001-0.2-3.82-1.21-0.84-0.74-0.87999-1.67-0.49-2.43-0.27999-0.51999-0.54998-1.05001-0.66998-1.65001-0.16-0.78-0.33999-1.43998-0.69-2.12999-0.50999-0.98-1.03-1.95-1.38001-3-0.27-0.81-0.30003-1.64-0.41003-2.47-0.02-0.02-0.03999-0.03001-0.06-0.05-0.22-0.2-0.37997-0.45-0.46997-0.73-0.14-0.27-0.21-0.56001-0.19-0.87001l0-0.06999c0-0.18 0.03001-0.35001 0.07001-0.51001-0.11-0.25-0.22-0.49999-0.32001-0.75999-0.33-0.81-0.55-1.61-1.06-2.33-0.07001-0.1-0.32001-0.39999-0.51001-0.65-0.28-0.35-0.55998-0.71001-0.78998-1.1-0.50999-0.87-0.78999-1.85-0.75-2.86 0-0.18 0.03002-0.34 0.07001-0.5-0.99-2.03-1.25001-4.21999-2.01001-6.32-0.39999-1.11-0.99-2.11001-1.19-3.29001-0.19-1.19-0.35999-2.26-0.79999-3.38999-0.83-2.12-1.84003-4.12-2.78003-6.18-0.49-1.08-0.64001-2.15-0.96002-3.28-0.28999-1.04-0.78-1.99-1.25-2.96-0.27-0.57-0.33995-1.18999-0.19995-1.76-0.14999-0.33-0.30005-0.66001-0.43005-1.01001-0.35001-0.9-0.54998-1.82-1.02997-2.67-0.58-1.03-1.10999-1.97999-1.43-3.12999-0.6-2.15-1.27003-4.29-1.97003-6.41-0.39-1.18-0.82997-2.34001-1.15997-3.54001-0.28999-1.08-0.77002-2.14-0.95001-3.22999-0.03-0.16-0.03998-0.32-0.03998-0.47-0.03999-0.05-0.09001-0.11-0.13001-0.16001-0.36999-0.44-0.72999-0.88998-1.05999-1.35998-1.32001-1.86-1.18001-4.25001-1.94001-6.32001-0.11999-0.31-0.13002-0.62999-0.08001-0.92999-0.69-1.16-1.26999-2.27-1.60999-3.69001-0.36-1.52-1.02998-2.92001-1.41998-4.43-0.32001-1.22-0.48004-2.82-1.29004-3.84-0.53-0.67-0.76999-1.49999-0.54999-2.25999-0.03999-0.03-0.06999-0.05001-0.10998-0.09002-1.05001-1.1-1.34001-2.54-1.39002-4-0.5-0.69-0.82-1.56-1-2.33999-0.22999-0.95-0.34997-1.92-0.47998-2.89-0.00999-0.09-0.02003-0.19-0.04004-0.28 0-0.03 0.00005-0.07-0.00995-0.1-0.02999-0.19-0.05001-0.37001-0.08001-0.56-0.05001-0.28-0.09-0.55-0.18-0.82 0-0.03-0.00001-0.04999-0.01001-0.08-0.35-0.27-0.67997-0.56-0.91998-0.95-0.22999-0.36-0.22003-0.71999-0.09003-1.01-0.02999 0-0.06997 0-0.09997-0.01-0.17 0.47-0.48 0.88-0.94 1.08-0.15 0.07-0.30001 0.16-0.44001 0.24-0.21 0.29-0.44999 0.57-0.69 0.83-0.46 1.02-1.01004 1.99-1.67004 2.91-0.84 1.17-1.75995 2.27999-2.69995 3.36999-0.01 0.02-0.03005 0.03001-0.05005 0.04001-0.96001 2.09-1.81996 4.22-2.94995 6.23-1.76001 3.13-4.31005 5.65001-6.80005 8.21-0.25 3.14-2.75998 5.40999-4.72998 7.71-1.21 1.42-2.15 2.99-3.13001 4.55999-0.87999 1.41-2.01999 2.61-3.04999 3.91001-1.05 1.32-1.79998 2.85001-2.78997 4.21-1.07 1.47-2.24001 2.86-3.32001 4.33-2.27 3.07-4.40003 6.44-6.22003 9.79-0.17 0.3-0.36996 0.54001-0.58997 0.71-4.59 7.58-9.50004 14.95999-14.73004 22.24-1.8 2.5-3.64998 5.85-6.03998 8-0.3 0.73-0.65001 1.43-1.1 2.08-0.52 0.74-1.07999 1.44-1.63999 2.14-0.36 0.48-0.71001 0.96-1.01001 1.47999-0.63 1.09-2.00999 1.38001-3.08999 0.81001-0.07-0.04-0.13-0.09-0.19001-0.13-0.78 0.06-1.51-0.05-2.19-0.39-0.34 0.08-0.67001 0.14-1.01001 0.2-1.46 0.26-2.88998 0.38-4.35998 0.19-1.33-0.17-2.26002-0.42001-3.61002-0.3-1.12 0.1-2.17999 0.12-3.26999 0.02-0.07 0-0.14-0.00001-0.22 0.01-0.63 0.05-1.12-0.01-1.69 0.19-0.71 0.25-1.39998 0.45-2.16999 0.43001-0.15 0-0.29002-0.03001-0.43002-0.06002-0.04 0.01-0.06998 0.03001-0.09997 0.05001-1.54 0.55-3.14001 0.34-4.73002 0.27-0.39 0.31-0.86 0.5-1.33999 0.44-0.47-0.05-0.92999-0.13001-1.4-0.15001-0.11 0-0.28-0.03-0.44-0.02999 0 0-0.05999 0.02001-0.17999 0.04-0.09 0.02-0.19003 0.04999-0.28003 0.09-0.87 0.3-1.71997 0.52999-2.62997 0.70999-1.03 0.21-2.02999 0.47001-3.09 0.59001-0.79 0.09-1.59 0.11-2.38001 0.11-0.81 0.34-1.56001 0.81999-2.42001 1.01999-0.83 0.2-1.62 0.14001-2.38-0.12999-0.03 0.02-0.07 0.03001-0.10001 0.05001-0.12 0.06-0.24 0.14999-0.37 0.21998-0.01 0.01-0.02998 0.02001-0.03997 0.04001-0.58 0.6-1.41 0.75999-2.16001 0.56-0.34 0.15-0.70002 0.27999-1.05002 0.39999-0.4 0.14-0.80999 0.24001-1.20999 0.35001-0.65 0.33-1.3 0.67-1.97 0.96-0.32 0.39-0.74999 0.7-1.17999 0.79-0.44 0.1-0.87002 0.20999-1.30002 0.36999-0.04 0.02-0.07999 0.04002-0.11999 0.06002-0.52 0.27999-1.08 0.34999-1.60001 0.23999-0.64 0.46-1.23997 0.96-1.90997 1.39-1 0.66-2.09001 1.13-3.20001 1.57-0.5 0.2-0.99 0.36-1.50001 0.51-0.06 0.01999-0.26 0.11-0.36999 0.14-0.02 0.03-0.05002 0.07-0.05002 0.08999-0.41 1.04-1.45997 1.72-2.43997 2.08001-0.1 0.04-0.21001 0.05001-0.32001 0.07-0.96 1.24-1.95002 2.47-3.46002 2.78 0 0 0.00002 0.02001-0.00998 0.02001-0.12 0.23999-0.23999 0.47998-0.39999 0.70999-0.46 0.68-1.00001 1.29999-1.54001 1.92-0.53 0.61-0.86999 0.98-1.17999 1.46-0.03 0.04-0.07002 0.12-0.11002 0.2 0.38-0.29 0.85002-0.48 1.36002-0.52001-0.26 0.02 0.13998-0.07 0.16998-0.08999 0.14-0.07 0.28001-0.16001 0.42001-0.24001 0.32-0.19999 0.62999-0.41999 0.92999-0.64999 0.69-0.54 1.32001-1.15 2.04001-1.66 0.89-0.64 1.95998-0.99 3.00998-1.31 1-0.30001 1.90002-0.71001 2.86002-1.10001 1.7-0.7 3.61998-0.85 5.41998-1.2 1.06-0.19999 2.14-0.40999 3.22-0.39999 0.97 0 1.91002 0.21 2.89002 0.17 1.04-0.04 2.06998-0.17001 3.10998-0.07001 1.01 0.09 1.98 0.40001 3 0.48001 2.09 0.18 4.18 0.18 6.25 0.58 2.01 0.39 3.94002 1.14 5.93003 1.62999 2.13 0.52 4.16998 1.29 6.19998 2.11 2.01 0.82 4.08 1.57 6.1 2.42 6.18 2.17 12 5.92002 17.53 9.01001 7.83 4.37 15.61001 8.84999 23.32001 13.43 3.93 2.33999 7.81002 4.81001 11.77002 7.14001 0.47-0.35001 1.32999-0.28999 1.61999 0.44 0.21 0.51 1.25997 0.73999 1.70997 0.91999 0.86 0.35 1.66004 0.84001 2.48004 1.26 1.91 0.97001 3.9 1.70002 5.94 2.32001 2.02 0.61 3.96999 1.54999 5.86999 2.44998 0.63 0.30001 1.21999 0.62001 1.79999 1.01001 0.22-0.11999 0.5-0.17001 0.75-0.11001 0.54 0.13 0.96998 0.44999 1.34998 0.83999 0.07 0.07001 0.14002 0.15 0.21002 0.22001 0.04 0.03999 0.22 0.16999 0.25 0.22 0.04 0.03 0.07999 0.05001 0.10999 0.08001 0.08999 0.05001 0.17001 0.09999 0.26 0.15 0.05001 0.02 0.10002 0.05 0.14002 0.07 0.03999 0 0.06996 0.01999 0.07996 0.01999 0.07 0.03 0.14001 0.06002 0.20001 0.08002 0.21 0.07001 0.42 0.12999 0.63 0.17999 0.42 0.11 0.85002 0.21 1.27002 0.34 0.13001 0.03999 0.24997 0.11 0.34998 0.19 3.72999 1.13001 7.47003 2.2 11.16003 3.34 6.13001 1.89 12.23996 3.89999 18.38996 5.76999 0.05 0 0.09001-0.00998 0.14001-0.00998 1.53999 0.03 2.93001 0.42999 4.32001 0.86999 0.49-0.05999 1.01002 0.03 1.47003 0.25-0.37-0.17999 0.42995 0.03002 0.25995 0.04001 0.25 0.01 0.49005 0 0.74005 0 0.50999-0.03 1.01997-0.10002 1.52997-0.09002 0.6 0.02 1.21998 0.11 1.79999 0.27999 0.52 0.15 1.38005 0.56003 1.67004 0.65003-0.13001-0.06-0.07002-0.04003 0.15997 0.03998 0.08 0.02 0.17 0.03999 0.25 0.05999 0.9 0 1.79001-0.01998 2.70001-0.01998 2.15 0 4.25997 0.36999 6.39997 0.42999 1.92999 0.06 3.87005-0.21999 5.80005-0.35999 0.36-0.33 0.83996-0.54001 1.45996-0.54001 0.49 0 0.90002 0.14 1.22003 0.35001 0.35001-0.32001 0.80997-0.53999 1.40997-0.54999 0.32001-0.21 0.72002-0.34002 1.20001-0.34002 0.48 0 0.83997 0.13 1.15998 0.32 0.11-0.02 0.23004-0.03001 0.35003-0.04001 1.43-0.38 2.93001-0.73997 4.45002-1.09997 0.32-0.28999 0.73994-0.47002 1.25995-0.51001 0.07-0.03 0.13-0.06999 0.20001-0.09 0.19-0.1 0.40004-0.15001 0.61004-0.17001 0.36-0.45 0.92-0.75998 1.68-0.75998 0.19999 0 0.37999 0.02 0.54998 0.06 3.01-1.27001 6.04-2.39002 8.79999-4.27002 1.7-1.16001 3.31-2.49001 4.75-3.97 0.74001-0.76 1.38002-1.60999 2.15003-2.35999 0.63-0.61 1.34999-1.18001 1.86999-1.89001 0.16001-0.21001 0.33998-0.4 0.53998-0.56 0.60001-1.52001 1.12-3.08998 1.56-4.69998 0.03-0.33 0.11-0.66001 0.25-0.97 0.02-0.05001 0.02998-0.09999 0.04999-0.15 0.05-0.17999 0.09001-0.35 0.14001-0.53 0.19-1.17999-0.15997-2.83001-0.46997-3.89001l-0.03003 0.01001z",
+ "fill": "#0bc0cfff",
+ "width": 107.0374526977539,
+ "height": 79.98187255859375,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "WmzYW",
+ "x": 2.7455311897738284,
+ "y": 51.42292831186387,
+ "name": "Vector",
+ "geometry": "M62.4094 16.99283c0.7-0.38 1.43002-0.68999 2.14002-1.04 0.75-0.37 1.42999-0.82 2.20999-1.13 0.32-0.13 0.63001-0.25 0.95001-0.39 0.2-0.09 0.41-0.18 0.63-0.22 0.03 0 0.05998 0 0.09998-0.01-2.54-1.52-49.68998-29.04-67.25998-3.16-1.32 1.94-1.53001 3.65-0.64002 5.08 2.22 3.57 11.62001 4.7 22.57001 4.7 13.8 0 30.07001-1.78999 37.57001-2.70999 0.19-0.17 1.45999-0.96 1.73999-1.11l-0.01001-0.01001z",
+ "fill": "#133b3eff",
+ "width": 32.84219741821289,
+ "height": 9.969267845153809,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "L064S",
+ "x": 0,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M40.46079 165.12c0 0-7.69999-0.83002-16.37-3.80002-14.92-5.10001-32.75001-16.49999-19.38-40.82998 21.16-38.48 100.20999 18.43999 100.20999 18.43999 0 0 65.19999 36.86 103.17999 24.62 37.97999-12.25 17.32001-36.36999 17.32001-36.36999 0 0-21.27999-17.44-44.53998-21.28l-36.99005-105.9-64.32996 94.27",
+ "width": 110.864990234375,
+ "height": 79.49446105957031,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VsHP3",
+ "x": 3.7433816078646487,
+ "y": 45.33900497202012,
+ "name": "Vector",
+ "geometry": "M83.14002 1.07035c0 0-65.61001-8.19001-83.14002 20.73999",
+ "width": 39.89662170410156,
+ "height": 10.44205379486084,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5nw32",
+ "x": 66.6450973633273,
+ "y": 43.11290405038926,
+ "name": "Vector",
+ "geometry": "M36.76996 6.95c-0.08 0.01-0.14998 0.02999-0.22998 0.03999-2.16 0.26-4.24001 1.06-6.39002 1.25-0.94 0.08-1.86997-0.05999-2.77996 0.23001-1.01 0.33-1.90002 0.63999-2.96003 0.76999-0.67 0.08-1.24997-0.28999-1.65997-0.78999-0.08 0-0.18001 0-0.26001-0.02001-0.02 0-0.06003-0.02-0.10004-0.03 0.02-0.12 0.00001-0.27 0.01001-0.41-0.02 0-0.04-0.01999-0.05999-0.01999-0.15-0.05-0.3-0.16001-0.44001-0.23001-0.45-0.24-0.86-0.51-1.25-0.84-0.87-0.74-1.51997-1.68-2.27996-2.52999-0.72-0.8-1.47999-1.48-2.29999-2.17-0.33-0.28-0.64001-0.59999-0.95001-0.9-0.09-0.08-0.40001-0.37001-0.39002-0.37001 0 0-0.41999-0.18 0.01001-0.03-0.55-0.18-0.92999-0.50999-1.17999-0.89999-0.02 0.09-0.02005 0.18-0.05005 0.25-0.4 0.97-0.64995 1.97999-0.81995 3.00999-0.06 0.51-0.09999 1.02-0.11999 1.52001 0.1 0.12 0.19998 0.25 0.28998 0.36999 0 0 0.27999 0.45001 0.17999 0.21001 0.12 0.29 0.06003 0.26 0.03003 0.45-0.09 0.49-0.29003 0.97-0.47003 1.44-0.26 0.67-0.54002 1.34999-0.77002 2.03999 0.04 0.44-0.02996 0.89001-0.20996 1.29001 0.04 0.15 0.06 0.31 0.05999 0.47 0.11 0.4 0.15001 0.87 0.01001 1.2-0.35 0.85-0.79004 1.35999-1.54004 1.87999-0.36 0.25-0.75996 0.44-1.14996 0.61-0.88 0.4-1.74004 0.72001-2.67004 0.95001-0.02 0.01-0.03996 0.01999-0.07996 0.04-0.25 0.21-0.50003 0.42999-0.78003 0.61999-0.29 0.2-0.63002 0.33001-0.96002 0.46001-0.06 0.03-0.55999 0.21999-0.73999 0.25999-0.11 0.07-0.21996 0.14-0.32996 0.22-0.2 0.14-0.40004 0.3-0.60003 0.44001-0.6 0.43-1.24 0.75-1.94001 1-0.09 0.03-0.17997 0.04-0.27996 0.05999-0.04 0.04-0.08005 0.07-0.11005 0.11-0.24 0.26-0.38995 0.54001-0.50995 0.82001 0.28 0.11 0.53996 0.27 0.76996 0.47 1.72 1.51 3.88002 2.38 5.90002 3.39 0.94 0.47 1.82998 1.05999 2.78998 1.48999 0.98 0.44 1.89003 0.93 2.41004 1.92 0.44 0.84 0.50998 1.82 0.72998 2.72 0.32 1.3 0.52997 2.60001 0.65997 3.93001 0.16 1.64 0.21003 3.28 0.22003 4.92 0.1 0.06 0.19999 0.12 0.29999 0.17 0.35-0.21 0.78002-0.36001 1.14001-0.32001 0.04 0 0.07999 0 0.10999 0 0.05-0.03 0.09001-0.04999 0.14001-0.07999 0.09-0.05 0.17001-0.12001 0.26001-0.18001-0.05 0.03-0.07999 0.05001-0.10998 0.07001-0.36 0.22-0.16 0.12 0 0 0.03-0.02 0.04995-0.04001 0.06994-0.06001 0.18-0.17 0.36003-0.33999 0.53003-0.51999 0.17-0.19 0.34-0.38001 0.5-0.57001 0.09-0.11 0.17001-0.21999 0.26001-0.31999 0.25-0.33 0.5-0.67 0.75-1 0.55-0.72 1.08996-1.28 1.83997-1.8 0.23-0.16 0.48003-0.29001 0.72003-0.43001 0.11-0.06 0.21-0.12999 0.31-0.18999 0.19-0.3 0.12002-0.14 0.02002 0 0.02-0.02 0.02999-0.04001 0.04999-0.07 0.13-0.2 0.25997-0.40001 0.40997-0.60001 0.38-0.51 0.81998-0.96 1.35998-1.28 0.12-0.31 0.30001-0.59999 0.51001-0.81999 0.46-0.46 0.98004-0.58 1.60004-0.66001 1.57-0.2 3.15996-0.03999 4.70996 0.21001 1.55 0.25 3.05003 0.70999 4.47003 1.37999 0.2 0.09 0.36 0.23001 0.5 0.37001 1.68-0.09 3.02-2.3 2-3.8-0.19-0.28-0.33001-0.59001-0.45001-0.90001-0.94-0.06-1.92-0.68-2.07001-1.64-0.07-0.41-0.15999-0.81-0.29998-1.2-0.04-0.07-0.14003-0.28999-0.16004-0.31999-0.08-0.15-0.16995-0.29001-0.25995-0.43001-0.53-0.86-1.07004-1.68-1.35003-2.67-0.32-1.14-0.27-2.45001 0.5-3.41 0.17-0.21 0.37002-0.39 0.58001-0.56-0.07-0.26-0.17-0.52-0.30999-0.75 0.35-0.34 0.71001-0.67 1.07-1 0.06-0.24 0.12997-0.46999 0.21997-0.70999 0.33-0.85 0.76-1.58 1.31-2.3 0.04-0.06 0.09-0.11 0.13001-0.17-0.26-1.1 0.21003-2.38001 1.41003-2.74001 0.02-0.14 0.02998-0.28 0.03998-0.41999 0.04-0.62 0.23998-1.14001 0.65997-1.60001-0.06-0.09-0.10999-0.19-0.17999-0.28l0-0.00999z",
+ "fill": "#f7c85eff",
+ "width": 17.731271743774414,
+ "height": 18.54261589050293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "AqCTh",
+ "x": 66.28519593510464,
+ "y": 42.95491073373887,
+ "name": "1",
+ "geometry": "M37.88 32.03l-13.69-2.27001-9.63 10.00001-2.08002-13.73-12.47998-6.07001 12.40997-6.20999 1.91999-13.75 9.74005 9.89 13.66998-2.43001-6.39001 12.32001 6.53002 12.25z",
+ "width": 18.17757797241211,
+ "height": 19.035743713378906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pxfap",
+ "x": 80.24394379887417,
+ "y": 51.17054031137559,
+ "name": "Vector",
+ "geometry": "M16.88154 5.62c-0.57-0.08-1.13001-0.22-1.70001-0.33001-0.27-0.06-0.54-0.11-0.81-0.14-0.01 0-0.01997 0-0.02997 0 0 0-0.00002 0-0.02002 0-0.13 0.02-0.27003 0.02-0.40002 0.03-1.64 0.12-3.10997-0.33-3.90997-1.86999-0.1-0.19-0.16998-0.38-0.22998-0.58-0.06-0.2-0.10999-0.42-0.18-0.62 0 0.05-0.02 0.00999-0.05999-0.09001-0.06-0.07-0.12005-0.15-0.18006-0.22-0.17-0.2-0.32998-0.41-0.47998-0.62-0.23-0.33-0.36001-0.69-0.39001-1.05-0.19-0.07-0.38996-0.11999-0.57996-0.12999 0.1 1.05-0.36005 2.04-0.74005 3-0.4 1.01-0.78997 2.24999-1.65997 2.93999-0.5 0.4-1.14001 0.54001-1.76001 0.57-0.2 0-0.39998 0.03-0.59998 0.06-0.1 0.08-0.22003 0.15-0.34003 0.2-0.25 0.13-0.50997 0.26001-0.77996 0.35001-0.23 0.08-0.46 0.14-0.69001 0.19999-0.07 0.02-0.14002 0.03-0.21002 0.05001-0.15 0.02-0.30001 0.02-0.45001 0.02-0.15 0-0.3 0.01-0.44 0-0.03 0-0.04996-0.02-0.07996-0.02-0.05 0.03-0.10002 0.04999-0.15002 0.06999-0.02 0.14-0.01 0.29 0 0.44 0.1 0.02 0.19003 0.04001 0.28003 0.09001 0.24 0.09 0.43998 0.21999 0.59997 0.40999 0.08 0.06 0.14001 0.14001 0.20001 0.21001 0 0-0.01002-0.02-0.02002-0.03 0.02 0.03 0.04 0.03999 0.06 0.06999 0 0 0.01002 0.01 0.02002 0.02 0.04 0.05 0.08 0.1 0.12 0.14 0.03 0.03 0.06998 0.06 0.09997 0.09 0.18 0.16 0.35002 0.32001 0.52002 0.49001 0.06 0.06 0.10997 0.11999 0.15998 0.17999 0.05 0.07 0.09 0.14 0.13 0.22 0.07 0 0.15003 0 0.22003 0 0.55-0.08 1.05999 0.13001 1.67999 0.68001 0.02 0.02 0.08001 0.08 0.14002 0.16-0.11 0.11-0.20003 0.24-0.28003 0.37 0.13 0.05 0.26 0.12 0.38 0.19999 0.86 0.59 0.97001 1.85 0.39002 2.66001-0.01 0.02-0.02004 0.04-0.04004 0.05 0 0.02-0.00996 0.03999-0.01996 0.04999 0 0.01-0.02003 0.05001-0.03003 0.1-0.04 0.22-0.05 0.45-0.06 0.67 0.06 0.65 0.22003 1.28 0.28003 1.94 0.05 0.56 0.00996 1.09-0.10003 1.63001-0.02 0.1-0.04 0.19999-0.06 0.29999 0.02 0 0.04 0.02 0.06 0.02 0.09-0.12 0.19005-0.23 0.30005-0.34 0.39-0.34 0.79997-0.64 1.21997-0.94999 0.21-0.15 0.40998-0.31001 0.59997-0.48001 0.05-0.04 0.13-0.14999 0.19001-0.18 0.63-0.67 1.30001-1.29 2.14001-1.53 0.01-0.04 0.03004-0.08 0.04004-0.11999 0.06 0.02 0.10998 0.04999 0.16998 0.06999 0.28-0.06 0.57996-0.07 0.89996-0.03 0.97 0.13 1.75003 0.71 2.65003 1.02001 0.57 0.2 1.14002 0.38999 1.71002 0.58999 0.14-0.07 0.27998-0.15 0.41998-0.25 0.33-0.27 0.55999-0.63 0.68-1.03-0.02-0.09-0.04-0.18-0.06-0.27-0.03-0.11-0.04998-0.32999-0.10999-0.42999 0.02 0.07 0.04 0.13999 0.06 0.20999-0.02-0.07-0.04001-0.13999-0.07001-0.20999-0.08-0.24-0.16002-0.49-0.27002-0.72-0.02-0.04-0.08998-0.17001-0.10998-0.21001-0.02-0.02-0.03003-0.04-0.03003-0.05-0.2-0.31-0.41-0.62999-0.56-0.95999-0.35-0.8-0.40996-1.67-0.14996-2.5 0.19-0.59 0.59002-1.00001 1.08002-1.35001 0.02-0.02 0.06999-0.05999 0.10998-0.09999 0.04-0.06 0.08999-0.12 0.10999-0.14 0.16-0.22 0.29998-0.44 0.47998-0.64 0.68-0.79 1.55001-1.35 2.32-2.02-0.57-0.13-1.13996-0.22-1.70996-0.30001l0.02997-0.05999z",
+ "fill": "#fad5c7ff",
+ "width": 8.907173156738281,
+ "height": 8.905048370361328,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "prHcQ",
+ "x": 80.17270814213589,
+ "y": 51.18490264658067,
+ "name": "2",
+ "geometry": "M16.01996 16.89l-6-2.39-5.35999 3.59 0.40998-6.44001-5.06995-4 6.25995-1.58999 2.24005-6.06 3.44995 5.45999 6.45001 0.25-4.13 4.97 1.75 6.21001z",
+ "width": 8.829639434814453,
+ "height": 8.660880088806152,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "XTU2Z",
+ "x": 58.77517472538784,
+ "y": 41.25445602182481,
+ "name": "Vector",
+ "geometry": "M26.65997 5.97175c-0.4 0.18-0.85998 0.24999-1.28998 0.17999-0.64-0.1-1.26-0.3-1.88-0.48-0.1-0.03-0.19999-0.04999-0.29999-0.06999-1.44 0.41-2.92998 0.6-4.41998 0.58-0.41 0.04-0.80004-0.03-1.17004-0.19-0.16-0.1-0.32999-0.2-0.48999-0.31-0.1-0.07-0.18001-0.16-0.26001-0.25-0.33-0.25-0.59997-0.59-0.71998-0.97-0.03-0.09-0.06997-0.18-0.09997-0.28-0.03-0.04-0.07004-0.08001-0.10004-0.12001-0.38-0.3-0.72998-0.68999-1.03998-1.03999-0.67-0.74-1.38002-1.48-1.96002-2.3-0.13-0.18-0.21998-0.38001-0.28998-0.57001-0.74-0.26-1.54999-0.19999-2.17999 0.29001-0.02 0.12-0.07005 0.23-0.11004 0.33999 0 0.05-0.00996 0.11-0.01996 0.16001 0 0.06 0 0.11 0 0.17 0 0.52 0.02998 1.06001-0.08002 1.57-0.1 0.45-0.26001 0.89-0.45001 1.31-0.02 0.04-0.13001 0.23999-0.20001 0.39999 0 0.04-0.01996 0.09-0.01996 0.13001 0 0.03 0 0.06999 0 0.09999 0 0.21 0.02997 0.42 0.02997 0.63001 0 0.46 0 0.91-0.12 1.36-0.26 0.98-0.81997 1.72-1.65997 2.27-1.2 0.78-2.54003 1.31999-3.91004 1.65999-0.21 0.05-0.42 0.11001-0.63 0.18001-0.12 0.04-0.66996 0.35-0.26996 0.08999-0.42 0.28-0.84003 0.53-1.28003 0.75-0.21 0.11-0.42001 0.20001-0.64001 0.29001-0.06 0.02-0.10998 0.03999-0.16999 0.06999-0.02 0.01-0.02999 0.01-0.04999 0.02001-0.23 0.17-0.71001 0.63-0.76 0.66-0.04 0.03-0.08 0.04999-0.12 0.06999 0.56 0.26 1.07 0.63 1.56 1.02001 0.27 0.22 0.56998 0.41 0.84997 0.61 0.36 0.25 0.53005 0.37999 0.74005 0.48999 0.77 0.41 1.53 0.83001 2.31 1.20001 0.8 0.37 1.57 0.68999 2.13001 1.40999 0.58 0.74 0.52999 1.57001 0.60998 2.43001 0.08 0.85 0.2 1.68999 0.25 2.53999 0.04 0.72-0.00004 1.44-0.04004 2.17 0.38 0.5 0.57004 1.13 0.42005 1.72-0.04 0.14-0.06002 0.29-0.08002 0.44 0.16 0.09 0.32 0.17 0.5 0.22 0.15 0.04 0.28999 0.07 0.42999 0.09 0.08-0.15 0.17004-0.3 0.29004-0.42 1.21-1.24 2.47998-2.31999 3.84998-3.37999 0.13-0.1 0.27001-0.21001 0.39001-0.32001 0.02-0.03 0.1-0.12 0.13001-0.16 0.18-0.24 0.35996-0.48 0.57995-0.7 0.74-0.76 1.70001-1.12 2.76001-0.91 0.5 0.1 1.00003 0.29001 1.47003 0.48001 0.1 0.04 0.21 0.07999 0.31 0.12999 0.37 0.04 0.65998 0.11001 0.97998 0.29001 0.6 0.16 1.21 0.29999 1.81 0.45999 0.84 0.22 1.58999 0.56 2.36999 0.91 0.44-0.34 0.74002-0.82999 0.77002-1.45999 0.01-0.26 0-0.52001 0-0.78001-0.07-0.2-0.11-0.4-0.13-0.61-0.07-0.19-0.14998-0.36999-0.22998-0.54999-0.2-0.47-0.42001-0.92-0.63001-1.39-0.07-0.15-0.13-0.29-0.19-0.44-0.06-0.15-0.12-0.3-0.19-0.45-0.02-0.04-0.18-0.36-0.19-0.38-0.51-0.9-1.22004-1.68-1.35004-2.75-0.12-0.98 0.25002-1.8 0.77002-2.58001 0.04-0.14 0.08999-0.28 0.17999-0.41 0.11-0.17 0.26003-0.31 0.41004-0.45 0.06-0.09 0.11-0.18 0.11999-0.19 0.22-0.39 0.42997-0.78999 0.65997-1.17999 0.37-0.63 0.75003-1.23 1.22004-1.78 0.06-0.08 0.30996-0.31001 0.45996-0.51001 0 0 0-0.00999 0-0.01999-0.02 0.03-0.02 0.04 0 0 0-0.5 0.19004-0.96001 0.48004-1.34001-0.04-0.05-0.07005-0.1-0.11005-0.14l-0.01001-0.00999z",
+ "fill": "#fad5c7ff",
+ "width": 12.851003646850586,
+ "height": 12.932310104370117,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "HLG7G",
+ "x": 58.612004864548,
+ "y": 40.73822067026231,
+ "name": "3",
+ "geometry": "M26.40002 24.24001l-9.65997-2.40001-7.46002 6.6-0.70001-9.92999-8.58002-5.05 9.22003-3.74001 2.15003-9.72 6.40997 7.62 9.90997-0.96-5.26996 8.45 3.97998 9.13z",
+ "width": 13.287674903869629,
+ "height": 13.616113662719727,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DoMIB",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M0 0l20.30005 27.30999",
+ "width": 9.741438865661621,
+ "height": 13.075101852416992,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "BIBXj",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M23.89001 21.21l-23.89001-21.21 27.39001 17.52999",
+ "width": 13.143718719482422,
+ "height": 10.154632568359375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NVzfj",
+ "x": 69.04923402104214,
+ "y": 0.24417182151410088,
+ "name": "Vector",
+ "geometry": "M30.17004 14.02l-30.17004-14.02",
+ "width": 14.477779388427734,
+ "height": 6.712301731109619,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "5WP8x",
+ "x": 97.95654296875,
+ "y": 19.48354721069336,
+ "name": "提示框",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "MursQ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M164.29999 0l-152.29999 0c-6.6 0-12 5.4-12 12l0 56.17c0 6.6 5.4 12 12 12l67.29999 0 12.89999 22.35c1 1.74 3.51001 1.74 4.51001 0l12.9-22.35 54.68002 0c6.6 0 12-5.4 12-12l0-56.17c0-6.6-5.4-12-12-12l0.00998 0z",
+ "fill": "#ffffffff",
+ "width": 68.86577606201172,
+ "height": 40.464595794677734,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.8140474557876587,
+ "fill": "#2c0b03ff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GNXcB",
+ "x": 0.0279541015625,
+ "y": 2.6136953830718994,
+ "name": "方案二",
+ "width": 70.01555633544922,
+ "height": 25.116783142089844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5023356676101685
+ },
+ "layout": "vertical",
+ "gap": 10.046712875366211,
+ "padding": [
+ 0,
+ 10.046712875366211
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y8AuC",
+ "name": "Frame 1000004602",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5023356676101685
+ },
+ "gap": 10.046712875366211,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "XsrlK",
+ "name": "X",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "content": "X",
+ "lineHeight": 0.956521749896863,
+ "fontFamily": "Feather",
+ "fontSize": 11.553720474243164,
+ "fontWeight": "700",
+ "letterSpacing": -0.2310744094848633
+ },
+ {
+ "type": "text",
+ "id": "qlH53",
+ "name": "builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "content": "builder",
+ "lineHeight": 0.956521749896863,
+ "fontFamily": "Feather",
+ "fontSize": 11.553720474243164,
+ "fontWeight": "700",
+ "letterSpacing": -0.2310744094848633
+ },
+ {
+ "type": "group",
+ "id": "4mP1n",
+ "name": "3",
+ "children": [
+ {
+ "type": "path",
+ "id": "AUXxx",
+ "x": 0,
+ "y": 1.088058922701748,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#ffffffff",
+ "width": 7.9294328689575195,
+ "height": 8.958710670471191
+ },
+ {
+ "type": "group",
+ "id": "E98UJ",
+ "x": 8.987546803429723,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "65lr9",
+ "x": 36.59299576096237,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#ffffffff",
+ "width": 4.341728687286377,
+ "height": 6.783023357391357
+ },
+ {
+ "type": "path",
+ "id": "pkT9f",
+ "x": 29.380749819800258,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#ffffffff",
+ "width": 6.311927318572998,
+ "height": 7.0389862060546875
+ },
+ {
+ "type": "path",
+ "id": "sbiH0",
+ "x": 21.53567993454635,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.9443359375,
+ "height": 9.982562065124512
+ },
+ {
+ "type": "path",
+ "id": "V95qa",
+ "x": 18.688456652686,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 1.9458731412887573,
+ "height": 9.726600646972656
+ },
+ {
+ "type": "path",
+ "id": "nqFgi",
+ "x": 15.294747469946742,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 2.213430881500244,
+ "height": 9.790590286254883
+ },
+ {
+ "type": "path",
+ "id": "P7NwE",
+ "x": 7.674354670569301,
+ "y": 3.2638327350287,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#ffffffff",
+ "width": 6.445704936981201,
+ "height": 6.783023357391357
+ },
+ {
+ "type": "path",
+ "id": "MheHW",
+ "x": 0,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.944334983825684,
+ "height": 9.982562065124512
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "GTqQH",
+ "name": "2",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "1UHDp",
+ "x": 0,
+ "y": 1.088058922701748,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#0bc0cfff",
+ "width": 7.9294328689575195,
+ "height": 8.958710670471191,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "group",
+ "id": "dCcTM",
+ "x": 8.986621402902529,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "1t6UD",
+ "x": 36.5929932363797,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#0bc0cfff",
+ "width": 4.341728687286377,
+ "height": 6.783023357391357,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "IkanC",
+ "x": 29.38074920256622,
+ "y": 3.007452653851942,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#0bc0cfff",
+ "width": 6.311927318572998,
+ "height": 7.0389862060546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "gRU43",
+ "x": 21.535679317312315,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#0bc0cfff",
+ "width": 6.9443359375,
+ "height": 9.982562065124512,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "zMo03",
+ "x": 18.688456035451964,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 1.9458731412887573,
+ "height": 9.726600646972656,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "nV8Rj",
+ "x": 15.294747806387022,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 2.213430881500244,
+ "height": 9.790590286254883,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "r3UJn",
+ "x": 7.6743545301724225,
+ "y": 3.2638327350287,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#0bc0cfff",
+ "width": 6.445704936981201,
+ "height": 6.783023357391357,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "sKY2l",
+ "x": 0,
+ "y": 0.06414100727124605,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#0bc0cfff",
+ "width": 6.944334983825684,
+ "height": 9.982562065124512,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "1LwsO",
+ "name": "1",
+ "enabled": false,
+ "children": [
+ {
+ "type": "path",
+ "id": "gh5Ya",
+ "x": 0,
+ "y": 0.9821054572385037,
+ "name": "X",
+ "geometry": "M9.775 8.05l4.876 6.716c0.19933 0.276 0.299 0.529 0.299 0.759 0 0.38333-0.26833 0.575-0.805 0.575l-2.001 0c-0.46 0-0.81267-0.069-1.058-0.207-0.23-0.15333-0.506-0.46-0.828-0.92l-2.898-3.979-2.875 3.979c-0.322 0.46-0.60567 0.76667-0.851 0.92-0.23 0.138-0.575 0.207-1.035 0.207l-1.794 0c-0.53667 0-0.805-0.19167-0.805-0.575 0-0.23 0.09967-0.483 0.299-0.759l4.922-6.739-4.853-6.693c-0.19933-0.276-0.299-0.529-0.299-0.759 0-0.38333 0.26833-0.575 0.805-0.575l2.001 0c0.46 0 0.805 0.07667 1.035 0.23 0.24533 0.138 0.529 0.437 0.851 0.897l2.875 3.979 2.875-3.979c0.322-0.46 0.598-0.759 0.828-0.897 0.24533-0.15333 0.598-0.23 1.058-0.23l1.794 0c0.53667 0 0.805 0.19167 0.805 0.575 0 0.23-0.09967 0.483-0.299 0.759l-4.922 6.716z",
+ "fill": "#ffffffff",
+ "width": 7.533025741577148,
+ "height": 8.087604522705078,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "group",
+ "id": "Fei9y",
+ "x": 8.5377436876297,
+ "y": 0,
+ "name": "builder",
+ "children": [
+ {
+ "type": "path",
+ "id": "slicz",
+ "x": 34.764060974121094,
+ "y": 2.7151246070861816,
+ "name": "Vector",
+ "geometry": "M7.682 0.184c0.21467 0.07667 0.35267 0.161 0.414 0.253 0.07667 0.092 0.115 0.23767 0.115 0.437l0 2.185c0 0.368-0.15333 0.552-0.46 0.552-0.10733 0-0.299-0.01533-0.575-0.046-0.276-0.046-0.54433-0.069-0.805-0.069-0.874 0-1.541 0.28367-2.001 0.851-0.46 0.56733-0.69 1.39533-0.69 2.484l0 4.14c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-9.913c0-0.552 0.23766-0.828 0.713-0.828 0.35267 0 0.736 0.15333 1.15 0.46 0.42933 0.30667 0.79734 0.72067 1.104 1.242 0.75133-1.288 1.90133-1.932 3.45-1.932 0.53667 0 0.95833 0.06133 1.265 0.184z",
+ "fill": "#ffffffff",
+ "width": 4.124677658081055,
+ "height": 6.123472213745117,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "T2Hcu",
+ "x": 27.911531448364258,
+ "y": 2.7151246070861816,
+ "name": "Vector",
+ "geometry": "M11.937 6.279c0 0.414-0.08433 0.713-0.25299 0.897-0.16867 0.16867-0.47534 0.253-0.92001 0.253l-7.13 0c0.16867 0.58267 0.54433 1.06567 1.127 1.449 0.58267 0.368 1.34167 0.552 2.277 0.552 0.828 0 1.59467-0.09967 2.30001-0.299 0.70533-0.19933 1.06566-0.299 1.08099-0.299 0.414 0 0.621 0.22233 0.621 0.667l0 1.334c0 0.506-0.161 0.85867-0.483 1.058-0.81267 0.506-2.10833 0.759-3.887 0.759-1.91667 0-3.51133-0.56733-4.784-1.702-1.25733-1.13467-1.886-2.67567-1.886-4.623 0-1.76333 0.56733-3.25833 1.702-4.485 1.15-1.22667 2.58367-1.84 4.301-1.84 1.90133 0 3.36567 0.56733 4.393 1.702 1.02733 1.11933 1.541 2.645 1.541 4.577z m-5.888-3.197c-0.67467 0-1.22666 0.184-1.656 0.552-0.414 0.35267-0.67467 0.828-0.782 1.426l4.761 0c-0.07667-0.598-0.31433-1.07333-0.713-1.426-0.38333-0.368-0.92-0.552-1.61-0.552z",
+ "fill": "#ffffffff",
+ "width": 5.996382713317871,
+ "height": 6.354546070098877,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "HOodY",
+ "x": 20.45893096923828,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M12.443 0c0.46 0 0.69 0.276 0.69 0.828l0 16.054c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.644-1.058-1.104-0.414 0.49067-0.99667 0.90467-1.748 1.242-0.75133 0.322-1.564 0.483-2.438 0.483-1.794 0-3.25833-0.59033-4.393-1.771-1.13467-1.196-1.702-2.714-1.702-4.554 0-1.80933 0.56733-3.312 1.702-4.508 1.15-1.21133 2.61433-1.817 4.393-1.817 1.27267 0 2.392 0.33733 3.358 1.012l0-1.702c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288z m-7.889 13.8c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.48734-0.276 2.024-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.53667-0.56733-1.21134-0.851-2.024-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.552 0.552-0.828 1.27267-0.828 2.162 0 0.88933 0.276 1.61767 0.828 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.5971760749816895,
+ "height": 9.01190185546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "77VoP",
+ "x": 17.754365921020508,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M1.219 17.48c-0.44467 0-0.759-0.092-0.943-0.276-0.184-0.19933-0.276-0.51367-0.276-0.943l0-11.661c0-1.36467 0.30666-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 15.433c0 0.42933-0.092 0.74367-0.276 0.943-0.184 0.184-0.49833 0.276-0.943 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 1.848595380783081,
+ "height": 8.780828475952148,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "Z1m2O",
+ "x": 14.529886245727539,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M2.093 4.002c-0.58267 0-1.081-0.19167-1.495-0.575-0.39867-0.39867-0.598-0.874-0.598-1.426 0-0.56733 0.19933-1.04267 0.598-1.426 0.414-0.38333 0.91233-0.575 1.495-0.575 0.56733 0 1.058 0.19933 1.472 0.598 0.414 0.38333 0.621 0.851 0.621 1.403 0 0.552-0.207 1.02733-0.621 1.426-0.414 0.38333-0.90467 0.575-1.472 0.575z m-0.621 13.593c-0.42933 0-0.74367-0.092-0.943-0.276-0.184-0.184-0.276-0.49834-0.276-0.943l0-9.292c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 9.292c0 0.44467-0.09967 0.759-0.299 0.943-0.184 0.184-0.49066 0.276-0.92 0.276l-1.242 0z",
+ "fill": "#ffffffff",
+ "width": 2.1027774810791016,
+ "height": 8.83859634399414,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "fhD2o",
+ "x": 7.290848255157471,
+ "y": 2.9461984634399414,
+ "name": "Vector",
+ "geometry": "M10.971 0c0.44467 0 0.759 0.09967 0.943 0.299 0.184 0.184 0.276 0.49067 0.276 0.92l0 9.913c0 0.552-0.23767 0.828-0.713 0.828-0.322 0-0.68233-0.13033-1.081-0.391-0.39867-0.276-0.75133-0.65167-1.058-1.127-0.99667 1.16533-2.29233 1.748-3.887 1.748-1.518 0-2.77533-0.47533-3.772-1.426-1.11933-1.07333-1.679-2.75233-1.679-5.037l0-4.508c0-0.44467 0.092-0.759 0.276-0.943 0.19933-0.184 0.51367-0.276 0.943-0.276l1.242 0c0.42933 0 0.736 0.092 0.92 0.276 0.19933 0.184 0.299 0.49833 0.299 0.943l0 4.163c0 1.288 0.23767 2.17733 0.713 2.668 0.39867 0.42933 0.95067 0.644 1.656 0.644 0.736 0 1.32633-0.24533 1.771-0.736 0.46-0.506 0.69-1.32633 0.69-2.461l0-4.278c0-0.42933 0.092-0.736 0.276-0.92 0.184-0.19933 0.49833-0.299 0.943-0.299l1.242 0z",
+ "fill": "#ffffffff",
+ "width": 6.123472690582275,
+ "height": 6.123472213745117,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ },
+ {
+ "type": "path",
+ "id": "qWo5H",
+ "x": 0,
+ "y": 0.05776848644018173,
+ "name": "Vector",
+ "geometry": "M7.038 5.29c1.794 0 3.25833 0.598 4.393 1.794 1.13467 1.18067 1.702 2.691 1.702 4.531 0 1.80933-0.575 3.31967-1.725 4.531-1.13467 1.196-2.59133 1.794-4.37 1.794-0.874 0-1.68667-0.161-2.438-0.483-0.75133-0.33733-1.334-0.75133-1.748-1.242-0.30667 0.46-0.65933 0.828-1.058 1.104-0.39867 0.26067-0.759 0.391-1.081 0.391-0.47533 0-0.713-0.276-0.713-0.828l0-12.282c0-1.36467 0.30667-2.46867 0.92-3.312 0.62867-0.85867 1.31867-1.288 2.07-1.288 0.46 0 0.69 0.276 0.69 0.828l0 5.474c0.966-0.67467 2.08533-1.012 3.358-1.012z m-2.553 8.51c0.552 0.552 1.23433 0.828 2.047 0.828 0.81267 0 1.495-0.276 2.047-0.828 0.552-0.56733 0.828-1.29567 0.828-2.185 0-0.88933-0.276-1.61-0.828-2.162-0.552-0.56733-1.23433-0.851-2.047-0.851-0.81267 0-1.495 0.28367-2.047 0.851-0.53667 0.552-0.805 1.27267-0.805 2.162 0 0.88933 0.26833 1.61767 0.805 2.185z",
+ "fill": "#ffffffff",
+ "width": 6.597175121307373,
+ "height": 9.01190185546875,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5023356676101685
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "mjMkx",
+ "x": 98.00003051757812,
+ "y": 18.60009765625,
+ "name": "对话框",
+ "children": [
+ {
+ "type": "path",
+ "id": "1unYm",
+ "x": 3.9999656677246094,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M80.15431 42.45821l-45.233 0-8.5841 10.78907c-0.98457 1.00364-2.46143 1.00364-3.446 0-0.49228-0.50182-0.73842-1.00364-0.73842-1.75636l0-9.03271-12.30711 0c-5.41513 0-9.84568-4.51635-9.84568-10.03634l0-22.38553c0-5.51999 4.43056-10.03634 9.84568-10.03634l70.30863 0c5.41512 0 9.84569 4.51635 9.84569 10.03634l0 22.38553c0 5.51999-4.43057 10.03634-9.84569 10.03634z",
+ "fill": "#ffffffff",
+ "width": 68,
+ "height": 40.79999923706055,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "vkx1L",
+ "x": 0,
+ "y": 2.89990234375,
+ "name": "产品页logo",
+ "width": 76.5,
+ "height": 25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.0595238097012043
+ },
+ "gap": 12.5,
+ "padding": [
+ 0,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xTf3k",
+ "name": "Frame 1000004672",
+ "width": 52,
+ "height": 15,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "4OuIi",
+ "x": 0.6500244140625,
+ "y": 2.499995231628418,
+ "name": "1",
+ "children": [
+ {
+ "type": "text",
+ "id": "cVu6B",
+ "x": 39.649715423583984,
+ "y": 0.07126545906066895,
+ "name": "XBuilder Brand Identity Guidelines.",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.01807268150150776
+ }
+ },
+ "content": "XBuilder\nBrand Identity Guidelines.",
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 0.7613317966461182,
+ "fontWeight": "normal",
+ "letterSpacing": 0.030453271865844726
+ },
+ {
+ "type": "text",
+ "id": "wNUA0",
+ "x": 11.3499755859375,
+ "y": -2.499995231628418,
+ "name": "Builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ },
+ "content": "Builder",
+ "lineHeight": 1.2000000476837158,
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 12.518881797790527,
+ "fontWeight": "900",
+ "letterSpacing": -0.12518881797790526
+ },
+ {
+ "type": "text",
+ "id": "CtcSy",
+ "x": 11.3499755859375,
+ "y": -2.5000245571136475,
+ "name": "Builder",
+ "enabled": false,
+ "fill": "#ffffffff",
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ },
+ "content": "Builder",
+ "lineHeight": 1.2000000476837158,
+ "textAlignVertical": "middle",
+ "fontFamily": "Roboto",
+ "fontSize": 12.699999809265137,
+ "fontWeight": "700",
+ "letterSpacing": -0.2539999961853027
+ },
+ {
+ "type": "group",
+ "id": "ZUpR5",
+ "x": 11.3499755859375,
+ "y": 0,
+ "name": "Roboto 加粗",
+ "children": [
+ {
+ "type": "path",
+ "id": "S4DHG",
+ "x": 34.331172943115234,
+ "y": 2.6913087368011475,
+ "name": "Vector",
+ "geometry": "M3.57188 3.175l0 10.49238-3.57188 0 0-13.41933 3.36104 0 0.21084 2.92695z m4.04316-3.01377l-0.06201 3.31143c-0.17363-0.0248-0.38448-0.04548-0.63252-0.06202-0.23978-0.0248-0.45889-0.03721-0.65733-0.0372-0.50436 0-0.94257 0.06615-1.31464 0.19843-0.3638 0.12402-0.66973 0.31006-0.91778 0.55811-0.23978 0.24805-0.42168 0.54984-0.5457 0.90537-0.11576 0.35553-0.1819 0.76068-0.19844 1.21543l-0.71934-0.22324c0-0.86816 0.08682-1.66605 0.26046-2.39365 0.17363-0.73587 0.42582-1.37666 0.75654-1.92237 0.339-0.5457 0.75241-0.96738 1.24024-1.26504 0.48783-0.29766 1.04593-0.44648 1.67431-0.44648 0.19844 0 0.40101 0.01654 0.60771 0.04961 0.20671 0.0248 0.37621 0.06201 0.5085 0.11162z",
+ "fill": "#0bc0cfff",
+ "width": 3.8075218200683594,
+ "height": 6.833691120147705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "kb9Ry",
+ "x": 27.472431182861328,
+ "y": 2.6913087368011475,
+ "name": "Vector",
+ "geometry": "M6.68486 13.91543c-1.0418 0-1.97611-0.16536-2.80292-0.4961-0.82682-0.339-1.52962-0.80615-2.1084-1.40146-0.57051-0.59531-1.00872-1.28571-1.31465-2.07119-0.30592-0.79375-0.45889-1.63711-0.45889-2.53008l0-0.49609c0-1.01699 0.14469-1.94717 0.43408-2.79053 0.28939-0.84336 0.7028-1.5751 1.24024-2.19522 0.5457-0.62012 1.20716-1.09554 1.98437-1.42626 0.77721-0.339 1.65365-0.5085 2.6293-0.5085 0.95085 0 1.79421 0.1571 2.53008 0.47129 0.73587 0.31419 1.35185 0.76068 1.84795 1.33945 0.50436 0.57878 0.8847 1.27331 1.14101 2.0836 0.25632 0.80202 0.38448 1.69499 0.38448 2.6789l0 1.48828-10.66602 0 0-2.38125 7.15615 0 0-0.27285c0-0.49609-0.09095-0.93844-0.27285-1.32705-0.17363-0.39687-0.43822-0.71107-0.79375-0.94258-0.35553-0.23151-0.81028-0.34727-1.36426-0.34726-0.47129 0-0.87643 0.10335-1.21543 0.31006-0.339 0.20671-0.61598 0.49609-0.83095 0.86816-0.20671 0.37207-0.3638 0.81029-0.4713 1.31465-0.09922 0.49609-0.14883 1.0418-0.14882 1.63711l0 0.49609c0 0.53744 0.07442 1.03353 0.22324 1.48828 0.1571 0.45475 0.3762 0.84749 0.65732 1.17822 0.28939 0.33073 0.63665 0.58704 1.0418 0.76895 0.41341 0.1819 0.88057 0.27285 1.40147 0.27285 0.64492 0 1.24436-0.12402 1.79833-0.37207 0.56224-0.25632 1.04593-0.64079 1.45108-1.15342l1.73633 1.88516c-0.28112 0.40514-0.66559 0.79375-1.15342 1.16582-0.47956 0.37207-1.05833 0.678-1.73633 0.91777-0.67799 0.23151-1.45108 0.34727-2.31924 0.34727z",
+ "fill": "#0bc0cfff",
+ "width": 6.095752716064453,
+ "height": 6.957714557647705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "mKZR5",
+ "x": 20.54547119140625,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M8.4832 16.12305l0-16.12305 3.59668 0 0 19.05-3.23701 0-0.35967-2.92695z m-8.4832-3.62149l0-0.26045c0-1.02526 0.11576-1.95543 0.34727-2.79052 0.23151-0.84336 0.57051-1.56683 1.01699-2.17041 0.44648-0.60358 0.99632-1.07074 1.64951-1.40147 0.65319-0.33073 1.39733-0.49609 2.23242-0.49609 0.78548 0 1.47174 0.16536 2.05879 0.49609 0.59531 0.33073 1.09968 0.80202 1.51309 1.41387 0.42168 0.60358 0.76068 1.31878 1.01699 2.1456 0.25631 0.81856 0.44235 1.71566 0.55811 2.69131l0 0.57051c-0.11576 0.93431-0.30179 1.80247-0.55811 2.60449-0.25632 0.80202-0.59531 1.50482-1.01699 2.1084-0.41341 0.59531-0.91778 1.05833-1.51309 1.38906-0.59531 0.33073-1.28984 0.49609-2.08359 0.4961-0.83509 0-1.57923-0.1695-2.23242-0.5085-0.64492-0.339-1.19063-0.81442-1.63711-1.42627-0.43822-0.61185-0.77308-1.33119-1.00459-2.15801-0.23151-0.82682-0.34727-1.72806-0.34727-2.70371z m3.57188-0.26045l0 0.26045c0 0.55397 0.04134 1.07074 0.12402 1.5503 0.09095 0.47956 0.23564 0.90537 0.43408 1.27744 0.20671 0.3638 0.47129 0.64906 0.79375 0.85576 0.33073 0.19844 0.73174 0.29766 1.20303 0.29765 0.61185 0 1.11621-0.13643 1.51309-0.40927 0.39688-0.28112 0.69866-0.66559 0.90537-1.15342 0.21497-0.48782 0.339-1.05007 0.37207-1.68672l0-1.62471c-0.0248-0.5209-0.09922-0.98805-0.22324-1.40146-0.11576-0.42168-0.28939-0.78135-0.5209-1.07901-0.22324-0.29766-0.50436-0.52917-0.84336-0.69453-0.33073-0.16536-0.72347-0.24805-1.17822-0.24804-0.46302 0-0.8599 0.10749-1.19063 0.32246-0.33073 0.20671-0.59945 0.49196-0.80615 0.85576-0.19844 0.3638-0.34726 0.79375-0.44649 1.28984-0.09095 0.48783-0.13643 1.01699-0.13642 1.5875z",
+ "fill": "#0bc0cfff",
+ "width": 6.039941787719727,
+ "height": 9.649023056030273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "KJ3hg",
+ "x": 17.810508728027344,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M3.58428 0l0 19.05-3.58428 0 0-19.05 3.58428 0z",
+ "fill": "#0bc0cfff",
+ "width": 1.7921390533447266,
+ "height": 9.524999618530273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "IlrJP",
+ "x": 14.591854095458984,
+ "y": 0.16743159294128418,
+ "name": "Vector",
+ "geometry": "M3.80752 5.2958l0 13.41934-3.58428 0 0-13.41934 3.58428 0z m-3.80752-3.49746c0-0.5209 0.1819-0.95085 0.5457-1.28984 0.3638-0.339 0.85163-0.5085 1.46348-0.5085 0.60358 0 1.08727 0.1695 1.45107 0.5085 0.37207 0.339 0.55811 0.76895 0.55811 1.28984 0 0.5209-0.18604 0.95085-0.55811 1.28984-0.3638 0.339-0.84749 0.5085-1.45107 0.5085-0.61185 0-1.09968-0.1695-1.46348-0.5085-0.3638-0.339-0.5457-0.76895-0.5457-1.28984z",
+ "fill": "#0bc0cfff",
+ "width": 2.00917911529541,
+ "height": 9.357568740844727,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "MrKGA",
+ "x": 7.695901870727539,
+ "y": 2.8153321743011475,
+ "name": "Vector",
+ "geometry": "M8.03672 10.20713l0-10.20713 3.57187 0 0 13.41934-3.36103 0-0.21084-3.21221z m0.39687-2.75332l1.0542-0.02481c0 0.89297-0.10335 1.72392-0.31006 2.49287-0.20671 0.76068-0.51676 1.42213-0.93017 1.98438-0.41341 0.55397-0.93431 0.98805-1.5627 1.30224-0.62839 0.30593-1.36839 0.45889-2.22002 0.45889-0.65319 0-1.25677-0.09095-1.81074-0.27285-0.5457-0.19017-1.01699-0.48369-1.41387-0.88056-0.38861-0.40514-0.69453-0.92191-0.91777-1.5503-0.21497-0.63665-0.32246-1.40146-0.32246-2.29443l0-8.66924 3.57187 0 0 8.69404c0 0.39688 0.04548 0.73174 0.13643 1.00459 0.09922 0.27285 0.23564 0.49609 0.40928 0.66973 0.17363 0.17363 0.3762 0.29766 0.60771 0.37207 0.23978 0.07441 0.50436 0.11162 0.79375 0.11162 0.73587 0 1.31465-0.14883 1.73633-0.44648 0.42995-0.29766 0.73174-0.7028 0.90537-1.21543 0.1819-0.5209 0.27285-1.09967 0.27285-1.73633z",
+ "fill": "#0bc0cfff",
+ "width": 5.804296493530273,
+ "height": 6.833691120147705,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ },
+ {
+ "type": "path",
+ "id": "saGho",
+ "x": 0,
+ "y": 0.49609375,
+ "name": "Vector",
+ "geometry": "M7.06934 10.13271l-4.63848 0-0.02481-2.55488 3.89434 0c0.68626 0 1.2485-0.08682 1.68672-0.26045 0.43822-0.1819 0.76481-0.44235 0.97978-0.78134 0.22324-0.34727 0.33486-0.76895 0.33487-1.26504 0-0.56224-0.10749-1.01699-0.32246-1.36426-0.20671-0.34727-0.5333-0.59945-0.97979-0.75654-0.43822-0.1571-1.00459-0.23565-1.69912-0.23565l-2.57969 0 0 15.14326-3.7207 0 0-18.05781 6.30039 0c1.05007 0 1.98851 0.09922 2.81533 0.29766 0.83509 0.19844 1.54202 0.50023 2.1208 0.90537 0.57878 0.40514 1.02113 0.91777 1.32705 1.53789 0.30592 0.61185 0.45889 1.33945 0.45889 2.18281 0 0.74414-0.1695 1.4304-0.50849 2.05879-0.33073 0.62839-0.85576 1.14102-1.5751 1.53789-0.71107 0.39688-1.64124 0.61598-2.79053 0.65732l-1.079 0.95498z m-0.16124 7.9251l-5.49423 0 1.45107-2.90215 4.04316 0c0.65319 0 1.18649-0.10335 1.59991-0.31006 0.41341-0.21497 0.71934-0.50436 0.91777-0.86816 0.19844-0.3638 0.29766-0.78135 0.29766-1.25264 0-0.52917-0.09095-0.98805-0.27285-1.37665-0.17363-0.38861-0.45475-0.68626-0.84336-0.89297-0.38861-0.21497-0.90124-0.32246-1.53789-0.32247l-3.58428 0 0.0248-2.55488 4.46485 0 0.85576 1.00459c1.09967-0.01654 1.98438 0.17777 2.6541 0.58291 0.67799 0.39688 1.16995 0.91364 1.47588 1.55029 0.31419 0.63665 0.47129 1.31878 0.47129 2.04639 0 1.15755-0.25218 2.1332-0.75655 2.92695-0.50436 0.78548-1.24437 1.37666-2.22002 1.77354-0.96738 0.39688-2.14974 0.59531-3.54707 0.59531z",
+ "fill": "#0bc0cfff",
+ "width": 6.715868949890137,
+ "height": 9.028905868530273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.5
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.20864804089069366
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "jPBkD",
+ "x": 0,
+ "y": 0.21994614601135254,
+ "name": "图形",
+ "children": [
+ {
+ "type": "group",
+ "id": "koeNh",
+ "x": 0,
+ "y": 0,
+ "name": "白色",
+ "children": [
+ {
+ "type": "path",
+ "id": "W7RKV",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M109.54 150.54901l243.94001 244.36307c14.76001 14.78387 38.68997 14.78387 53.44998 0 14.76001-14.78388 14.76001-38.75534 0-53.53922l-243.90999-244.33314-53.48 53.50929z m66.35-150.0335c-12.62 11.14278-29.19 17.90626-47.33 17.90626-7.57 0-14.87001-1.17712-21.72-3.36179-0.72-0.22944-1.50999-0.04988-2.04999 0.4888l-101.88001 102.05071c-3.88 3.8905-3.88 10.1951 0 14.0856l45.01 45.08986c3.88 3.8905 10.18 3.8905 14.07 0l90.35-90.43908-0.03998-0.0399 48.93999-49.02026c3.88-3.89049 3.88-10.19509 0-14.08559l-22.58001-22.60478c-0.75999-0.75815-1.97-0.7781-2.78-0.06983l0.01 0z",
+ "fill": "#0bc0cfff",
+ "width": 9.699999809265137,
+ "height": 9.421530723571777,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.15000000596046448
+ }
+ },
+ {
+ "type": "path",
+ "id": "UBcXr",
+ "x": 0.441162109375,
+ "y": 0.3345947265625,
+ "name": "Vector",
+ "geometry": "M375.95935 12.53518c-19.75598-17.81-37.58237-15.58-51.91946 0l-9.63803 10.47 53.43914 53.45001 8.09839-7.5c14.3371-15.58 22.95535-34.44 0-56.42001l0.01996 0z m-332.40258 289.38999l-24.53503 42.38001-18.43626 39.51998c-2.36952 5.07999 2.88941 10.36002 7.95839 7.98002l39.39201-18.49002 42.15145-24.71-0.03999-0.04 0.10998-0.03-46.60055-46.60999z m52.68932 30.47l7.9084 7.94998 2.70945-1.58999c0.06998-0.04001 0.13996-0.10001 0.19995-0.16001l250.43922-251.09997-8.20834-8.2-253.04868 253.09999z m-42.75134-47.55996c-0.05999 0.05999-0.10997 0.12997-0.15997 0.19998l-1.58968 2.75 33.86314 33.97 253.05872-253.11001-34.78296-34.89-250.39925 251.08003 0.01 0z",
+ "fill": "#0bc0cfff",
+ "width": 9.054535865783691,
+ "height": 9.083592414855957,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.15000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xpKSV",
+ "name": "line",
+ "clip": true,
+ "width": 0.5,
+ "height": 12,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "jZbTd",
+ "x": 87.88330078125,
+ "y": 180.2900390625,
+ "name": "细节",
+ "children": [
+ {
+ "type": "path",
+ "id": "v5Lq2",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.3799999952316284,
+ "geometry": "M25.92001 12.96002c0 7.15761-5.80241 12.95999-12.96002 12.95999-7.15761 0-12.95999-5.80238-12.95999-12.95999 0-7.15761 5.80238-12.96002 12.95999-12.96002 7.15761 0 12.96002 5.80241 12.96002 12.96002z",
+ "fill": "#f9cc9fff",
+ "width": 12.438305854797363,
+ "height": 12.409627914428711,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#f9cc9fff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "QC3ZH",
+ "x": 107.99999646161154,
+ "y": 133.86425561064993,
+ "name": "显示屏幕",
+ "children": [
+ {
+ "type": "path",
+ "id": "rQLpV",
+ "x": 0.23652375425717764,
+ "y": 0,
+ "name": "Vector",
+ "opacity": 0.699999988079071,
+ "geometry": "M87.8215 3.45192c-0.02879-0.04309-0.05278-0.08618-0.08157-0.12449-0.30712-0.48355-0.59024-0.98147-0.80618-1.5129 0-0.00958 0-0.01436-0.0048-0.02393-0.42229-0.32077-0.81578-0.67506-1.1421-1.10595-0.0144-0.01915-0.01439-0.0431-0.02399-0.06704-0.08158-0.06224-0.16317-0.12448-0.24955-0.17714-0.23994-0.14842-0.47987-0.18672-0.74859-0.25854-0.19195-0.05266-0.37911-0.12927-0.57585-0.18193l-66.57273 0c-0.59024 0-1.1901 0-1.75155 0.16757-0.3887 0.11012-0.74379 0.32078-1.11329 0.47399-0.26873 0.11012-0.55185 0.18671-0.83978 0.21544-0.05279 0.04788-0.09597 0.08619-0.13436 0.11491-0.30712 0.22981-0.61904 0.42131-0.96455 0.59366-0.14396 0.07181-0.29752 0.13884-0.44628 0.20587-0.02399 0.08618-0.05758 0.17236-0.10557 0.25854-0.19675 0.36865-0.60944 0.68943-1.03653 0.99105 0.0096 0.06703 0.0144 0.13405 0.0048 0.20586-0.07678 0.56494-0.56626 0.90007-0.89257 1.32139-0.3887 0.5027-0.58064 1.21129-0.76299 1.80975-0.21594 0.70379-0.32151 1.43629-0.50867 2.14486-0.11997 0.45483-0.27353 0.90487-0.42229 1.3597-0.33111 1.31661-0.7582 2.60449-1.05092 3.93546-0.28313 1.27352-0.61424 2.50873-0.98854 3.7248 0.10077 0.12927 0.13436 0.30642 0.02879 0.48835-0.25433 0.44046-0.23994 0.95274-0.30232 1.44587-0.06238 0.48834-0.18235 0.95753-0.3407 1.42193-0.31672 0.92402-0.64303 1.84804-0.95975 2.77207 0.09597 0.07182 0.15836 0.18671 0.15356 0.34948-0.02399 0.45483-0.14876 0.86178-0.30232 1.28789-0.15356 0.42131-0.23993 0.84742-0.3695 1.27352-0.25913 0.86178-0.61424 1.67569-0.78699 2.56619-0.29752 1.51769-0.80138 3.01144-1.40122 4.44295-0.08158 0.39259-0.16317 0.78996-0.24955 1.18255-0.13436 0.60325-0.27352 1.21606-0.47026 1.80016-0.02399 0.07182-0.05279 0.15321-0.08159 0.23938 0 0.02872 0 0.05267 0 0.0814-0.09118 0.65112-0.32631 1.24958-0.58544 1.83846-0.05758 0.42131-0.18236 0.81391-0.32152 1.21607-0.15836 0.46919-0.24473 0.93358-0.30711 1.42671-0.04319 0.32556-0.09598 0.65112-0.15357 0.9719-0.02399 0.57452-0.05278 1.14904-0.11036 1.72356-0.0096 0.0766-0.02401 0.14841-0.0432 0.22023 0.05279 0.70379 0.26394 1.39322 0.69582 1.95816 0.13436 0.17714 0.31672 0.39737 0.52786 0.60324 0.18715 0.12448 0.3791 0.23938 0.58065 0.34471 0.11517 0.05745 0.23034 0.10534 0.3455 0.158 0.04319 0 0.08638 0.00957 0.13437 0.00478 0.21114-0.02394 0.34071 0.08139 0.40309 0.22502 0.16316 0.06224 0.32631 0.12448 0.49427 0.17714l69.02968 0c0.59024-0.4261 1.24766-0.71336 1.94348-0.90965 0.0192-0.01436 0.04319-0.03352 0.06239-0.04788 0.56625-0.38302 1.15762-1.05084 1.54632-1.6493 0.22554-0.3495 0.61312-0.24661 0.86265-0.58174 0.14876-0.20108 0.31191-0.37823 0.47987-0.56495 0.34551-0.81869 0.67661-1.64217 0.66222-2.54225 0-0.22981 0.12958-0.36865 0.29753-0.42132 0.24474-0.75166 0.58065-1.4698 0.81099-2.23103 0.24474-0.8139 0.41268-1.65175 0.63822-2.47044 0.23514-0.83784 0.46068-1.61824 0.50867-2.48959 0.04799-0.82348 0.29752-1.60387 0.65741-2.34595 0.05279-0.10533 0.12957-0.16279 0.21115-0.20109 0.24953-1.37885 0.42228-2.76248 0.89736-4.09345 0 0 0 0 0-0.00479 0.10558-0.60324 0.22076-1.21128 0.34072-1.80974 0.11996-0.61282 0.30232-1.49375 0.81579-1.96294 0-0.42131-0.00002-0.8474 0.10075-1.25914 0.10078-0.39738 0.30711-0.72773 0.59504-0.99585 0.12476-0.89529 0.24954-1.7858 0.48948-2.66193 0.26873-0.97668 0.61425-1.93421 0.94537-2.89653 0.06718-0.34471 0.15836-0.68943 0.3263-0.99105 0.05279-0.16278 0.11035-0.33035 0.15835-0.49313 0.06718-0.22981 0.13916-0.4644 0.21594-0.699 0.10078-0.78039 0.30711-1.52727 0.53265-2.27893 0.18715-0.63197 0.30712-1.27352 0.45108-1.91507-0.09598-0.1149-0.13914-0.26811-0.10555-0.42131 0.13436-0.6607 0.3791-1.29267 0.53745-1.94379 0.15836-0.66548 0.22554-1.35012 0.3887-2.0156 0.02879-0.12448 0.10078-0.20109 0.18235-0.25854-0.0192-0.22981 0.00001-0.45961 0.072-0.71336 0.02879-0.10533 0.05758-0.18672 0.08637-0.25854-0.0192-0.05745-0.04319-0.11012-0.06239-0.16757l-0.0384 0.0048z",
+ "fill": "#b4e0f2ff",
+ "width": 87.92228698730469,
+ "height": 47.74257278442383,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#b4e0f2ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "A2mK1",
+ "x": 0,
+ "y": 0.004778261034516618,
+ "name": "倾斜15°",
+ "geometry": "M70.82581 47.93887l-66.40958 0c-3.16716 0-5.06266-2.58534-4.21328-5.7452l9.7894-36.44847c0.84937-3.15986 4.1365-5.7452 7.30366-5.7452l66.40958 0c3.16716 0 5.06267 2.58534 4.21329 5.7452l-9.78941 36.44847c-0.84937 3.15986-4.1365 5.7452-7.30366 5.7452z",
+ "width": 88.12183380126953,
+ "height": 47.93886947631836,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NpAGV",
+ "x": 37.47344561602495,
+ "y": 17.49292593842256,
+ "name": "Vector",
+ "geometry": "M16.52253 1.4325c0.36 1.44 2.15998 1.92002 3.19998 0.86002 1.37-1.42 3.71999-0.06 3.17999 1.83999-0.41 1.43 0.91003 2.75 2.34003 2.34 1.89-0.54 3.25 1.80999 1.84 3.17999-1.07 1.03-0.58001 2.84001 0.85998 3.20001 1.91 0.48 1.91 3.20001 0 3.67002-1.44 0.36-1.91999 2.15998-0.85998 3.19998 1.42 1.37 0.06 3.71999-1.84 3.17999-1.43-0.41-2.75003 0.91003-2.34003 2.34003 0.54 1.89-1.80999 3.25-3.17999 1.84-1.03-1.07-2.83998-0.58001-3.19998 0.85998-0.48 1.91-3.20001 1.91-3.67002 0-0.36-1.44-2.16001-1.91999-3.20001-0.85998-1.37 1.42-3.71999 0.06-3.17999-1.84 0.41-1.43-0.91-2.75003-2.34-2.34003-1.89 0.54-3.25-1.80999-1.83999-3.17999 1.07-1.03 0.57998-2.83998-0.86002-3.19998-1.91-0.48-1.91-3.20001 0-3.67002 1.44-0.36 1.92002-2.16001 0.86002-3.20001-1.42-1.37-0.06-3.71999 1.83999-3.17999 1.43 0.41 2.75-0.91 2.34-2.34-0.54-1.89 1.80999-3.25 3.17999-1.83999 1.03 1.07 2.84001 0.57998 3.20001-0.86002 0.48-1.91 3.20001-1.91 3.67002 0z",
+ "width": 14.096263885498047,
+ "height": 14.063763618469238,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "LSvtt",
+ "x": 93.83373581870774,
+ "y": 83.97393061563108,
+ "name": "表情",
+ "children": [
+ {
+ "type": "path",
+ "id": "5hY6x",
+ "x": 1.9386895944239768,
+ "y": 17.678609591277564,
+ "name": "Vector",
+ "geometry": "M11.22 9.21002c0 5.08654-2.51167 9.20999-5.60998 9.20999-3.09832 0-5.61002-4.12345-5.61002-9.20999 0-5.08654 2.5117-9.21002 5.61002-9.21002 3.09832 0 5.60999 4.12348 5.60998 9.21002z",
+ "fill": "#413a3bff",
+ "width": 5.384171962738037,
+ "height": 8.818881034851074,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "group",
+ "id": "7khWf",
+ "x": 18.515603766789354,
+ "y": 20.59122286380989,
+ "name": "Group",
+ "children": [
+ {
+ "type": "path",
+ "id": "KiFX2",
+ "x": 5.3672724462976475,
+ "y": 9.216732621327537,
+ "name": "Vector",
+ "rotation": 85.469598306163,
+ "flipY": true,
+ "geometry": "M18.42001 5.61002c0 3.09832-4.12345 5.60999-9.20999 5.60998-5.08654 0-9.21002-2.51167-9.21002-5.60998 0-3.09832 4.12348-5.61002 9.21002-5.61002 5.08654 0 9.20999 2.5117 9.20999 5.61002z",
+ "fill": "#413a3bff",
+ "width": 8.819007873535156,
+ "height": 5.384094715118408,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "wA25c",
+ "x": 5.3672724462976475,
+ "y": 9.216732621327537,
+ "name": "Vector",
+ "rotation": 85.469598306163,
+ "flipY": true,
+ "geometry": "M18.42001 5.61002c0 3.09832-4.12345 5.60999-9.20999 5.60998-5.08654 0-9.21002-2.51167-9.21002-5.60998 0-3.09832 4.12348-5.61002 9.21002-5.61002 5.08654 0 9.20999 2.5117 9.20999 5.61002z",
+ "width": 8.819007873535156,
+ "height": 5.384094715118408,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "IySVQ",
+ "x": 7.788338308489529,
+ "y": 37.8203122432551,
+ "name": "Vector",
+ "geometry": "M0 0c0 0 2.16 8.04001 8.41 9.07001 6.25 1.03 9.45999-4.75 9.45999-4.75",
+ "width": 8.575322151184082,
+ "height": 4.401278018951416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kv4n6",
+ "x": 88.93010390297195,
+ "y": 5.411509733947241,
+ "name": "Vector",
+ "rotation": 18.699800470218133,
+ "flipY": true,
+ "geometry": "M5.22003 5.08002c0 2.80561-1.16858 5.07999-2.61004 5.07998-1.44146 0-2.60999-2.27438-2.60999-5.07998 0-2.80561 1.16852-5.08002 2.60999-5.08002 1.44146 0 2.61005 2.27441 2.61004 5.08002z",
+ "fill": "#413a3bff",
+ "width": 2.504354953765869,
+ "height": 4.865428447723389,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Isw6V",
+ "x": 71.86635268226883,
+ "y": 9.27810834005686,
+ "name": "Vector",
+ "rotation": 18.699800470218133,
+ "flipY": true,
+ "geometry": "M5.22 5.07999c0 2.80561-1.16852 5.08002-2.60998 5.08001-1.44146 0-2.61002-2.27441-2.61002-5.08001 0-2.80561 1.16855-5.07999 2.61002-5.07999 1.44146 0 2.60999 2.27438 2.60998 5.07999z",
+ "fill": "#413a3bff",
+ "width": 2.504340410232544,
+ "height": 4.865428447723389,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VXmbg",
+ "x": 81.41519606605789,
+ "y": 17.917992335113013,
+ "name": "Vector",
+ "geometry": "M0 4.96002c0.18-0.23 1.74002-4.96002 1.74002-4.96002l4.87 3.40002",
+ "width": 3.1719658374786377,
+ "height": 2.3746912479400635,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6inoZ",
+ "x": 92.86496413246414,
+ "y": 4.885974359067404,
+ "name": "Vector",
+ "geometry": "M0 20.12003c0 0 22.26998-20.10003 44.22998-20.12003",
+ "width": 21.22475814819336,
+ "height": 9.632789611816406,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hT62G",
+ "x": 94.26137984291336,
+ "y": 17.232804995330298,
+ "name": "Vector",
+ "geometry": "M0 0.00116c0.46 0 18.53002-0.29 28.02002 8.31",
+ "width": 13.446041107177734,
+ "height": 3.9791009426116943,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6zPka",
+ "x": 54.95502532020828,
+ "y": 15.442691546233618,
+ "name": "Vector",
+ "geometry": "M41.06 3.74017c0 0-27.28-10.02999-41.06 2.76001",
+ "width": 19.703569412231445,
+ "height": 3.1120665073394775,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Tu9ti",
+ "x": 59.43703520790359,
+ "y": 19.57931206777903,
+ "name": "Vector",
+ "geometry": "M24.34 0c0 0-17.45 4.43001-24.34 12.63001",
+ "width": 11.680098533630371,
+ "height": 6.046820163726807,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MgWOM",
+ "x": 28.269299154436794,
+ "y": 13.510502558501685,
+ "name": "Vector",
+ "geometry": "M0 0.02593c0 0 4.05-0.48 7.22 2.69001 3.17 3.17 3.36002 5.98999 3.36002 5.98999",
+ "width": 5.077060699462891,
+ "height": 4.16810417175293,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "15XRL",
+ "x": 0,
+ "y": 9.976679068358862,
+ "name": "Vector",
+ "geometry": "M12.49002 0.36703c0 0-10.14002-2.59999-12.49002 6.04001",
+ "width": 5.993619441986084,
+ "height": 3.0674750804901123,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#413a3bff"
+ }
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "I8qRd",
+ "x": 109.68621826171875,
+ "y": 29.208740234375,
+ "name": "XBuilder",
+ "enabled": false,
+ "geometry": "M4.407 17.862l-4.407 0 4.563-9.074 0 0.858-4.394-8.398 4.316 0 2.925 5.902 0.221 0 2.925-5.902 4.316 0-4.407 8.398 0-0.858 4.563 9.074-4.407 0-2.99-6.331-0.221 0-3.003 6.331z m20.21663 0l-4.875 0 0-3.211 4.381 0c0.78 0 1.33467-0.14733 1.66399-0.442 0.338-0.29467 0.507-0.73667 0.50701-1.326l0-0.221c0-0.58933-0.169-1.03133-0.50701-1.326-0.32933-0.30333-0.897-0.455-1.70299-0.455l-4.407 0 0-2.964 4.303 0c0.754 0 1.287-0.14733 1.599-0.442 0.312-0.29467 0.468-0.72367 0.468-1.287l0-0.13c0-0.55467-0.156-0.97067-0.468-1.248-0.312-0.286-0.845-0.429-1.599-0.429l-4.316 0 0-3.133 4.74499 0c2.01067 0 3.45367 0.338 4.32901 1.014 0.87533 0.66733 1.313 1.65533 1.313 2.964l0 0.195c0 0.988-0.26 1.755-0.78 2.301-0.51133 0.546-1.31733 0.85367-2.418 0.923l0 0.143c1.222 0.16467 2.11467 0.57633 2.67799 1.235 0.56333 0.65867 0.845 1.58167 0.84501 2.769l0 0.351c0 1.56-0.45933 2.73867-1.378 3.536-0.91 0.78867-2.37033 1.183-4.381 1.183z m-3.87401 0l-3.89999 0 0-16.614 3.89999 0 0 16.614z m11.64475-12.779l3.978 0 0 7.514c0 0.468 0.06067 0.87533 0.18201 1.222 0.12133 0.338 0.325 0.60233 0.61099 0.793 0.286 0.182 0.676 0.273 1.17001 0.273 0.416 0 0.77566-0.07367 1.079-0.221 0.312-0.14733 0.572-0.34667 0.77999-0.598 0.21667-0.25133 0.377-0.52867 0.48101-0.832l0.611 1.859-0.67601 0c-0.13867 0.572-0.36833 1.092-0.689 1.56-0.312 0.468-0.74533 0.83633-1.29999 1.105-0.546 0.26867-1.248 0.403-2.106 0.403-0.94467 0-1.72467-0.182-2.34-0.546-0.60667-0.37267-1.05733-0.923-1.352-1.651-0.286-0.728-0.429-1.638-0.42901-2.73l0-8.151z m8.216 0l3.97801 0 0 12.779-3.952 0 0.13-3.198-0.15601-0.364 0-9.217z m10.61857 12.779l-3.978 0 0-12.779 3.978 0 0 12.779z m-1.989-13.988c-0.74533 0-1.287-0.169-1.625-0.507-0.338-0.34667-0.507-0.81033-0.507-1.391l0-0.091c0-0.58067 0.169-1.04 0.507-1.378 0.338-0.338 0.87967-0.507 1.625-0.507 0.728 0 1.261 0.169 1.599 0.507 0.34667 0.338 0.52 0.79733 0.52 1.378l0 0.091c0 0.58933-0.17333 1.053-0.52 1.391-0.338 0.338-0.871 0.507-1.599 0.507z m8.64134 13.988l-3.978 0 0-17.173 3.978 0 0 17.173z m6.78235 0.299c-1.49067 0-2.62167-0.48967-3.393-1.469-0.76267-0.97933-1.144-2.43533-1.144-4.368l-0.00001-1.573c0-1.96733 0.38567-3.45367 1.15701-4.459 0.77133-1.00533 1.937-1.508 3.49699-1.508 0.76266 0 1.39967 0.12567 1.91101 0.377 0.51133 0.25133 0.91866 0.60667 1.222 1.066 0.312 0.45933 0.52867 1.001 0.65 1.625l1.07899 0-0.93599 2.574c-0.01733-0.52867-0.12134-0.975-0.31201-1.339-0.19067-0.364-0.45934-0.64133-0.806-0.832-0.338-0.19933-0.74966-0.299-1.235-0.299-0.728 0-1.28266 0.21233-1.66399 0.637-0.38133 0.42467-0.57201 1.06167-0.57201 1.911l0 1.833c0 0.84067 0.19067 1.47767 0.57201 1.911 0.39 0.42467 0.962 0.637 1.71599 0.637 0.39867 0 0.75401-0.07367 1.06601-0.221 0.32066-0.14733 0.58933-0.351 0.806-0.611 0.22533-0.26 0.39-0.55467 0.49399-0.884l0.97501 1.924-1.11801 0c-0.13 0.572-0.34666 1.092-0.65 1.56-0.30333 0.468-0.72366 0.83633-1.26099 1.105-0.53733 0.26867-1.222 0.403-2.054 0.403z m7.943-0.299l-3.95201 0 0.117-3.237-0.06499-0.676 0-5.733-0.05201-3.705 0-3.822 3.95201 0 0 17.173z m9.00656 0.325c-2.32267 0-4.03867-0.51567-5.148-1.547-1.10934-1.04-1.664-2.55233-1.664-4.537l0-1.326c0-1.95867 0.52-3.458 1.56-4.498 1.04-1.04867 2.55233-1.573 4.537-1.573 1.33466 0 2.444 0.22967 3.328 0.689 0.89267 0.45067 1.56 1.09633 2.002 1.937 0.45067 0.84067 0.676 1.85033 0.676 3.029l0 0.429c0 0.32933-0.01733 0.66733-0.052 1.014-0.026 0.338-0.06499 0.65433-0.117 0.949l-3.588 0c0.03467-0.50267 0.05634-0.975 0.065-1.417 0.00867-0.45067 0.013-0.858 0.013-1.222 0-0.52867-0.08234-0.97067-0.247-1.326-0.16467-0.364-0.42033-0.64133-0.767-0.832-0.338-0.19067-0.77567-0.286-1.313-0.286-0.79733 0-1.38233 0.21667-1.755 0.65-0.364 0.42467-0.546 1.03133-0.546 1.82l0 1.17 0.02599 0.429 0 0.91c0 0.32933 0.05201 0.64134 0.15601 0.936 0.11266 0.29467 0.30333 0.55467 0.572 0.78 0.27734 0.21667 0.65433 0.39 1.131 0.52 0.48534 0.12133 1.10067 0.182 1.846 0.182 0.78867 0 1.547-0.07367 2.275-0.221 0.728-0.156 1.42567-0.364 2.093-0.624l-0.325 2.99c-0.58933 0.30333-1.28699 0.54166-2.093 0.715-0.806 0.17333-1.69434 0.26-2.665 0.26z m4.316-5.434l-9.022 0 0-2.457 9.022 0 0 2.457z m7.02711-2.067l-1.092-2.418 0.936 0c0.208-1.05733 0.611-1.885 1.209-2.483 0.60667-0.60667 1.46033-0.91 2.561-0.91 0.19067 0 0.364 0.013 0.51999 0.039 0.16466 0.026 0.32067 0.05633 0.46801 0.091l0.195 4.017c-0.182-0.052-0.39433-0.08667-0.63701-0.104-0.24267-0.026-0.48966-0.039-0.74099-0.039-0.84933 0-1.56434 0.16033-2.14501 0.481-0.58066 0.312-1.00532 0.754-1.27399 1.326z m0.07799 7.176l-3.97799 0 0-12.779 3.744 0-0.16901 4.082 0.403 0.052 0 8.645z",
+ "fill": "#0bc0cfff",
+ "width": 52.6275634765625,
+ "height": 9.791357040405273,
+ "stroke": {
+ "align": "outside",
+ "thickness": 0.538371205329895
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jNvfm",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hiM1f",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yZFEu",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "WMJS1",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vI2iQ",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "HjYzm",
+ "name": "section1Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iOqGz",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ixzzp",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C4HrW",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "lmyXK",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CTlRS",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5ZNNZ",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ZbeuT",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KOQbG",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pmgVA",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "qv5fe",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "U8IoU",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLNPA",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3t9qS",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "q2Tua",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kpD1Q",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wtl6J",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "CEhsv",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K7erC",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BUkX2",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "GgH1X",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "K8g2w",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P5s3y",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gyBwD",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "wUzDi",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WyiDN",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2oefS",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "E3apf",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XPD4c",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "AmIth",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "U7dGx",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kDHAo",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k7gsn",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W0TeN",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "mdO1f",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f5dUI",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jXzWz",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "YmrRn",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Em8cW",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "i2A2P",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "kn20G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Utmef",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XQupo",
+ "name": "Section Remixing",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "plLzz",
+ "name": "section2Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4JXTm",
+ "name": "section2Title",
+ "fill": "$grey1000",
+ "content": "The community is remixing",
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "hQCuj",
+ "name": "section2Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "w6uIY",
+ "name": "section2LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "anewg",
+ "name": "section2Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QxXCw",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNj3z",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G7Zi8",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ohK5u",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f1vUv",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLAyy",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "QC9uY",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "magMA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "0swuh",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "umNUC",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jmndC",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eqbVC",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f0gc8",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "oijms",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oawxa",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WcIXw",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "NGQNn",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MY1Cy",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "3q7ll",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "6fllv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KJhWu",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YyKsE",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Pjw9",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "c5ozt",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sC2DE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2SL9G",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Yx0jW",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WLKvR",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pIXgb",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "qflU7",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pb7U5",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F5sZ1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m8SEq",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "tBcOr",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bHEYU",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AkYY9",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "EcZ8b",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "un2hK",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "VnNwo",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "5Siit",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ltKIb",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "avhZN",
+ "name": "Section Following",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "DaGHX",
+ "name": "section3Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YSDtZ",
+ "name": "section3Title",
+ "fill": "$grey1000",
+ "content": "Users you followed are creating",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "by30v",
+ "name": "section3Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Q05mJ",
+ "name": "section3LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "IHqQp",
+ "name": "section3Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tbuir",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kob5z",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ECQbg",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "mvPvD",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A4WpK",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N28OO",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GM2lj",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8sPkZ",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "eKO3U",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "Bgb3O",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1Y5CT",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rlVsm",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vay05",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "snaVC",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZWrcJ",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c9hXV",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "L2SjP",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LFAty",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pdiwr",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "ylGPR",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MWgKP",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "75mAC",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OWU13",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "L9yRh",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QKCDi",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0nkox",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "0hCAe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KJHZh",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ZrJoq",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "HgQWc",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VsJWG",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HQsyS",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZDiHa",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "8D6Wp",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aCogt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tB5Qx",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "6s2nl",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JxXOG",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "movUd",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "uUha9",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pkEv0",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ih2mY",
+ "x": 1540,
+ "y": 6,
+ "name": "User Profile Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bjVQm",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c3HPU",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KNw4z",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5xvdc",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LJPyh",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KEQZu",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gp3Aq",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IkNIc",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "HBxrw",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1b7en",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fQl6J",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "7ruOL",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nfgSo",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D7Gb3",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XDN0Q",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "urgv0",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R8vG5",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gGlHS",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bFYo1",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qlr8O",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Tbku",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vLg5H",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PAzTP",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "KZb5T",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sLYyM",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "y59Ye",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H5ui3",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/user bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "oN55c",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kaezW",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "RVp1X",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sMMH7",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "PBThP",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "sXbzL",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "0j22a",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "FI05Z",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "yVk5G",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VBc1U",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EDMFV",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fE5X1",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "bWgr5",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vhefK",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OfIaC",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gdKBP",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ppn2h",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "guHdN",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "book-open-check",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$turquoise500"
+ },
+ {
+ "type": "text",
+ "id": "LiRSR",
+ "fill": "$turquoise500",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9Ds2v",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "cQo3j",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RsjVa",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "AweoG",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "folder-closed",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "S1xFT",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3CXcE",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "XJXyM",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3cH5f",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "zi5J8",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "Kvlge",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "y4pGR",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "juvxQ",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uYNfn",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "5yh5b",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "user-star",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "uYfo7",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5Hw7j",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "IQbEq",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "26lD3",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "mDyur",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "users-round",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "2WeYY",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "XJHoo",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "CAuny",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "my51q",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "sXxgV",
+ "name": "ProjectsSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hgXRL",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "beaOn",
+ "name": "ProjectsTitle",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "rBtBJ",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjqC1",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "s9ZOP",
+ "name": "arrowProjects",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "arrow_forward",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6ecqH",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8hgHk",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpYxW",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ws7VV",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "a4ihw",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Sz07n",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "in6OI",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c3C2I",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9iwhN",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "bhFVw",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "xvDYy",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Gd5Oz",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J5dHJ",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t75mr",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OoN9j",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8jiFU",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UwCrq",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "Gl4Nv",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRsf9",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpjLs",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "yzsBN",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "3jsXV",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wLBlY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JfF5N",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FNGO8",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RbaJ2",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "YP8St",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tOveD",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "RztxF",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sV5VN",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9pH07",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "PIuSs",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "Bga4V",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b4BE9",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ID8sH",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IMyT3",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DLkTz",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "pf4Dv",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bV3VO",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "bIJf8",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pF8t5",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zzIJK",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "nRLYs",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "a6CS8",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "afO0d",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yecio",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uTMu8",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ygpQz",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "D3adV",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rtjKC",
+ "name": "viewAllLikes",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "wiVGu",
+ "name": "arrowLikes",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "arrow_forward",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1t46O",
+ "name": "Grid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WVdV7",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aITp0",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "deL0C",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C7ANH",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yMxvV",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RzGDh",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jZgZ1",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "WwJN3",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "IUST9",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lctj5",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GUR1Y",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ssbdr",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AIch0",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vBqG8",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ML0s5",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "gFz75",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MpIiA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "uAfV5",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "PyF3e",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "N6HhN",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "19VLS",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VJgCZ",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "s52eg",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zP6uY",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BpC5w",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "vtVFe",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rKeM5",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "YMc5x",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "jBcTI",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TKXM9",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vB0NE",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jzkhl",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "4UpHi",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gB1AU",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fI3ko",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Fp5s1",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DydYu",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "3pSF3",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "XX0kv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "308vA",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BBdKr",
+ "x": 3105,
+ "y": 6,
+ "name": "Project Search Page",
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nqPpa",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YoiL8",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SMyPI",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtVUf",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1GEuD",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNLoI",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZE8aI",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rYGJu",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "tChKk",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UhLiU",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WZ5zv",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "XgHcc",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nprkL",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w2AFd",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6g5WV",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8eNNF",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oi1Tv",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L65iY",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2SQML",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wo4Wr",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bT6wH",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tPtPj",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4oYcH",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "YSl2g",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jJxNq",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "height": 695,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WY2Cx",
+ "name": "sub header",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey100",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VnZF7",
+ "name": "sub header content",
+ "clip": true,
+ "width": 988,
+ "padding": [
+ 16,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "arlcX",
+ "name": "Results Text",
+ "fill": "$grey1000",
+ "content": "Found 250 results for 57667",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "medium"
+ },
+ {
+ "type": "frame",
+ "id": "kUqXW",
+ "name": "Sort By Wrapper",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nqCop",
+ "name": "Sort By Label",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gvkc9",
+ "name": "Sort By Select",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HB40S",
+ "name": "Select Text",
+ "fill": "$grey1000",
+ "content": "Recently updated",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "K4Kk3",
+ "name": "Select Icon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "arrow_drop_down",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pB1Tz",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Ts5d",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IfGNO",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "TGR4e",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KLCnK",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QT3jX",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "s38hm",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tDevX",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "3KoJ5",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "MvZ3s",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ak2pt",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3lNmv",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iu8Ou",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "OIZFq",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6v3s1",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ab70c",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "VKvCy",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iOskD",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "H2Dfg",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "lgdh2",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "k0VpC",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q0DQy",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WWpV1",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "RQXWL",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2F8aQ",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xhfcf",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "hhz1O",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VdIsW",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pYd7Q",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "SNa41",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "n4THB",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q0LqQ",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I1pyc",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "rDu93",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h7cux",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hpLEd",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "qUZMx",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TdZpj",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "gKALY",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "NjZtJ",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XCKEO",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aaL1j",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LrXcV",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vKDvf",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "rsaCY",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qVQdC",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZUE7U",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "B6tuM",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NeNaQ",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "CR2g5",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "AYQBa",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AjFry",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m8D1O",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kJAUY",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Hxt8y",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8LCVN",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3w4bu",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "YqZQv",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4hVFH",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "G0sip",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "f38yu",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qx8uD",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "st9si",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XnQr2",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "KK7Zr",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w2Hmy",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xq6Ns",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "t8A1w",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JbgSx",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "hGSqf",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "QoIPH",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vd2bm",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NiQHN",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q4EZ2",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "OJFEw",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TaZGC",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k2YIo",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RABeV",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ySoKD",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "jpb4G",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "K1RZC",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hlTDm",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gsWWi",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6zBz",
+ "name": "PaginationButtonPrev",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "tr5Yy",
+ "name": "PaginationButtonPrevIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_back_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QCQ5H",
+ "name": "PaginationPageButton1",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "g7zut",
+ "name": "PaginationPageText1",
+ "fill": "$grey700",
+ "content": "1",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vOjAn",
+ "name": "PaginationPageButton2",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eXZyD",
+ "name": "PaginationPageText2",
+ "fill": "$grey700",
+ "content": "2",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5g54Z",
+ "name": "PaginationPageButton3",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S4eZ2",
+ "name": "PaginationPageText3",
+ "fill": "$grey700",
+ "content": "3",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "34pGB",
+ "name": "PaginationPageButton4",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6Rcx",
+ "name": "PaginationPageText4",
+ "fill": "$grey700",
+ "content": "4",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGSO6",
+ "name": "PaginationPageButton5",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ChvYh",
+ "name": "PaginationPageText5",
+ "fill": "$grey700",
+ "content": "5",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ARBCq",
+ "name": "PaginationPageButton6",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iovR8",
+ "name": "PaginationPageText6",
+ "fill": "$grey700",
+ "content": "6",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ka9g9",
+ "name": "PaginationPageButton7",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "knUdp",
+ "name": "PaginationPageText7",
+ "fill": "$grey700",
+ "content": "7",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xbcQj",
+ "name": "PaginationEllipsis",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "MVMSr",
+ "name": "PaginationEllipsisIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tNnaB",
+ "name": "PaginationPageButton25",
+ "width": 32,
+ "height": 32,
+ "fill": "#00BCD4",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7qroG",
+ "name": "PaginationPageText25",
+ "fill": "#FFFFFF",
+ "content": "25",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7eg67",
+ "name": "PaginationButtonNext",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "sIpC1",
+ "name": "PaginationButtonNextIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_forward_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NV3Bx",
+ "x": 4645,
+ "y": 6,
+ "name": "Project Run Page",
+ "width": 1440,
+ "fill": "#F0F2F5",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zCMx8",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lSGI9",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ExMYw",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r7KPE",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vm9ep",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0rJoZ",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TmLGY",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fi2q0",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Ax5jD",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZPBaW",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "toFTy",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "wGRwB",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QhqV5",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R1Y10",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wlyCC",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kmFYT",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JFUJN",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vdwo4",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zEVvF",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hsgx6",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qLXaB",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KFKuw",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UaZQp",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZEnkI",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oHRsD",
+ "name": "Main Content Card",
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "UPSKS",
+ "name": "Left Column",
+ "width": 744,
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ulbBE",
+ "name": "Project Runner",
+ "width": "fill_container",
+ "height": 558,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "fill"
+ },
+ "#24292f99"
+ ],
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Vdxl",
+ "name": "Run Button",
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "EWzls",
+ "name": "runButtonIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "ZQhO3",
+ "name": "runButtonLabel",
+ "fill": "#FFFFFF",
+ "content": "Run",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ze5nD",
+ "name": "Operations Row",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXKrb",
+ "name": "Rerun Button",
+ "enabled": false,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "bVRBZ",
+ "name": "rerunIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "rotate-cw",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "Tl3z8",
+ "name": "rerunLabel",
+ "fill": "#FFFFFF",
+ "content": "Rerun",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CWRpX",
+ "name": "Stop Button",
+ "enabled": false,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "QKKBc",
+ "name": "stopIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "stop_circle",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "ZKeiM",
+ "name": "stopLabel",
+ "fill": "$grey900",
+ "content": "Stop",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iIlt0",
+ "name": "Enter Full Screen Button",
+ "enabled": false,
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "njXD9",
+ "name": "fullscreenIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "maximize",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4I3Gz",
+ "name": "Share Button",
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "WYVvn",
+ "name": "shareIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ntDFg",
+ "name": "Right Column",
+ "width": 416,
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "text",
+ "id": "pbHLO",
+ "name": "Project Title",
+ "fill": "$grey1000",
+ "content": "Character Full Set 01",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "ljH8e",
+ "name": "Remixed From",
+ "fill": "$grey900",
+ "content": "Remixed from Character Full Set 00",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A3fNU",
+ "name": "Info Section",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ejTia",
+ "name": "Author Info",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tnFNx",
+ "name": "Author Avatar",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 12
+ },
+ {
+ "type": "text",
+ "id": "q6lx4",
+ "name": "Author Name",
+ "fill": "$grey1000",
+ "content": "Mondrianjo",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Cm91",
+ "name": "stats",
+ "clip": true,
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fjXA9",
+ "name": "like",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "6BBTJ",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "favorite",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Say5R",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "999",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jhMs8",
+ "name": "view",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pZjky",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "eye_tracking",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Yhuqf",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "87",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Z9tc",
+ "name": "remix",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "6HNEM",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "fingerprint",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "t0bsY",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "124",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GzI3u",
+ "name": "Actions",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Ozec",
+ "name": "Edit Button",
+ "width": "fill_container",
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "iF2f4",
+ "name": "PaginationEllipsisIcon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "edit_square",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey100"
+ },
+ {
+ "type": "icon_font",
+ "id": "JSpLH",
+ "name": "icon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "edit",
+ "iconFontFamily": "feather",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "zHwr4",
+ "name": "label",
+ "fill": "#FFFFFF",
+ "content": "Edit",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "56RuP",
+ "name": "Publish Button",
+ "width": "fill_container",
+ "height": 36,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xNba2",
+ "name": "icon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "share",
+ "iconFontFamily": "feather",
+ "fill": "#000000"
+ },
+ {
+ "type": "icon_font",
+ "id": "D4tnY",
+ "name": "PaginationEllipsisIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "XuY2Z",
+ "name": "label",
+ "fill": "$grey900",
+ "content": "Publish",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JwMjS",
+ "name": "More Button",
+ "width": 40,
+ "height": 36,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "yjfLJ",
+ "name": "icon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "more-horizontal",
+ "iconFontFamily": "feather",
+ "fill": "#000000"
+ },
+ {
+ "type": "icon_font",
+ "id": "re4kC",
+ "name": "PaginationEllipsisIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IDGNj",
+ "name": "Divider",
+ "width": "fill_container",
+ "height": 1,
+ "fill": "#E8E8E8"
+ },
+ {
+ "type": "frame",
+ "id": "mCwHB",
+ "name": "Project Description",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NvZCa",
+ "name": "Description Header",
+ "width": "fill_container",
+ "height": 26,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JAZKu",
+ "name": "Description Title",
+ "fill": "$grey1000",
+ "content": "Project description",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "fcUs6",
+ "name": "Description Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-up",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kAMBr",
+ "name": "Description Content",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dvERC",
+ "name": "Play Instructions",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2uUtg",
+ "name": "Instructions Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QOTf8",
+ "name": "Instructions Title",
+ "fill": "$grey1000",
+ "content": "Play instructions",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "716Zl",
+ "name": "Instructions Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-down",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CjCtj",
+ "name": "Update History",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1P9LP",
+ "name": "History Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dYojx",
+ "name": "History Title",
+ "fill": "$grey1000",
+ "content": "Update history",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "Mv1Tu",
+ "name": "History Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-down",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DUgV1",
+ "name": "Community Liking Section",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eWEwU",
+ "name": "Section Header",
+ "width": 1240,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VeQxp",
+ "name": "Section Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "4zuMn",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qQLsB",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "T7rwp",
+ "name": "arrowProjects",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "arrow_forward",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jcXQS",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s2OT9",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qXH7X",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XbMUr",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lu8DH",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3CIs7",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Ur0Tu",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sJjbh",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "lMU4Q",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "4xkHf",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OJq5N",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e2YL5",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QnqhR",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "xv1ug",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aGgLP",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "emB9n",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "VyZF4",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKRxl",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "zbQw2",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "Mz7Bm",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lrVlJ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q2wqV",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iHNZo",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Q5zww",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6TyBX",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YOKQe",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "EhPnB",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sJ4uJ",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "FOpLw",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "2N5gU",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VdV8k",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pf1wc",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OroZS",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5Ah30",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ytedp",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "48a8A",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "i5Dym",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aJdgu",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "VJ03M",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "UNfzv",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TsQb8",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vE7z3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXEFa",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "UxYvp",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t9eno",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2IsKW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zZzHJ",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nzkV9",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "TRdcN",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "DJo4a",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NwUtN",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lCalE",
+ "x": 3105,
+ "y": 941,
+ "name": "Project Explore Page",
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MVM77",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l0ygk",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wnqkn",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SfQSh",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4lx0u",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "50psQ",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wzU6A",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PnegS",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "weyWI",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "vub59",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nsXNf",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZJTv7",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "BFS47",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ewkeO",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1y6ZN",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0SKTR",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k2IaW",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jdY5z",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D79zy",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "quOKy",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "048P2",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Yv0cC",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2pYIj",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0f5dS",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "UZJx0",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f60lR",
+ "name": "sub header",
+ "clip": true,
+ "width": 1440,
+ "fill": "$grey100",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wA6Gb",
+ "name": "sub header content",
+ "clip": true,
+ "width": 988,
+ "padding": [
+ 16,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nz182",
+ "name": "Results Text",
+ "fill": "$grey1000",
+ "content": "Explore",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "medium"
+ },
+ {
+ "type": "frame",
+ "id": "ugiF7",
+ "name": "Filter Wrapper",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JTr1q",
+ "name": "Filter Select",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gunqc",
+ "name": "Select Text",
+ "fill": "$grey100",
+ "content": "Most recently liked",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a1ZyF",
+ "name": "Filter Select",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uCKci",
+ "name": "Select Text",
+ "fill": "$grey1000",
+ "content": "Most recently remixed",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RbpuF",
+ "name": "Filter Select",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tYjMf",
+ "name": "Select Text",
+ "fill": "$grey1000",
+ "content": "My following created",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Uf2Ln",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0OMy7",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "do6yS",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "XMhm1",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1EGsX",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KivYW",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "pbjVb",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8l0ev",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "UJmHu",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "xsEBD",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "J8qTz",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cBJdN",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iszkw",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "wDM9o",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZFUiR",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BIesB",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "X5est",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xrENG",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "EdoQJ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "EdtjJ",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vzrUN",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EZDqT",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0i5aT",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MocJg",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JpnfW",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LMuWX",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "r5FyE",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l1Zpy",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pbre5",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "gQMgg",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oRuUj",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1dTDr",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fQztr",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qoh82",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BKkvT",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BRq6e",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zxla1",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "diYku",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "jg0Jm",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "ESkCj",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sxJWI",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vyYNX",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sn2SF",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "caAeo",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "U3NyI",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NBQt6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "f4xu7",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "7rw1X",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lthXR",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Latfi",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "0H12G",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zHy8g",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vvljz",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KYZtN",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "MCZ83",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FDwAs",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JByjE",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "GrSKU",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SwYHm",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "wp9fN",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "62TfL",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JQuO4",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k837P",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8mU2D",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AjRT4",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fjYd0",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kMJpA",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ynOdz",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t2kHt",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "3aY4o",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "YmUd7",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7misk",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Giqsf",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8vn61",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "mmMgj",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OHO1F",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0WQQN",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "qOWzw",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Tkkd",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BHOjj",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "rQPji",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IU7qk",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eY2qF",
+ "x": 4645,
+ "y": 1240,
+ "name": "Project Running Page",
+ "width": 1440,
+ "fill": "#F0F2F5",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3BvQE",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BwirC",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGL8t",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j8RJL",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5IciY",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jgwu3",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b3f9u",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mktbx",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "AUj3A",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A4gsL",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HtlBi",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2Cjhv",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VGkEj",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jLunG",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UqI7y",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zqXJ7",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PQV94",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U1FrV",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3oVin",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xf2tn",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zwnDy",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1wNRe",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0fAOm",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "sbkxk",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gFYWu",
+ "name": "Main Content Card",
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ux4N2",
+ "name": "Left Column",
+ "width": 744,
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QB4mO",
+ "name": "Project Runner",
+ "width": "fill_container",
+ "height": 558,
+ "fill": [
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "fill"
+ },
+ {
+ "type": "color",
+ "color": "#24292f99",
+ "enabled": false
+ }
+ ],
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A0EXA",
+ "name": "Run Button",
+ "enabled": false,
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ },
+ "fill": "$turquoise700"
+ },
+ "gap": 8,
+ "padding": [
+ 0,
+ 24,
+ 4,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "KlN6j",
+ "name": "runButtonIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "n83Ev",
+ "name": "runButtonLabel",
+ "fill": "#FFFFFF",
+ "content": "Run",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KVkgd",
+ "name": "Operations Row",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZgsiG",
+ "name": "Rerun Button",
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ZL0ld",
+ "name": "rerunIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "rotate-cw",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "b4vgB",
+ "name": "rerunLabel",
+ "fill": "#FFFFFF",
+ "content": "Rerun",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BpO9G",
+ "name": "Stop Button",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "s6UvN",
+ "name": "stopIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "stop_circle",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "wQYUS",
+ "name": "stopLabel",
+ "fill": "$grey900",
+ "content": "Stop",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "twYQA",
+ "name": "Enter Full Screen Button",
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xcRsr",
+ "name": "fullscreenIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "maximize",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cmivo",
+ "name": "Share Button",
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xH1na",
+ "name": "shareIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3m86P",
+ "name": "Right Column",
+ "width": 416,
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "text",
+ "id": "5n0Ph",
+ "name": "Project Title",
+ "fill": "$grey1000",
+ "content": "Character Full Set 01",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "xAyyf",
+ "name": "Remixed From",
+ "fill": "$grey900",
+ "content": "Remixed from Character Full Set 00",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "USVQW",
+ "name": "Info Section",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ks8q7",
+ "name": "Author Info",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mhEQ1",
+ "name": "Author Avatar",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 12
+ },
+ {
+ "type": "text",
+ "id": "yLi6l",
+ "name": "Author Name",
+ "fill": "$grey1000",
+ "content": "Mondrianjo",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wVUIr",
+ "name": "stats",
+ "clip": true,
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kmHhX",
+ "name": "like",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ZMczs",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "favorite",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "6C1HA",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "999",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S3KRs",
+ "name": "view",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xwvj3",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "eye_tracking",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "ojoSq",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "87",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AzrUx",
+ "name": "remix",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "QDf3k",
+ "name": "like icon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "fingerprint",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "rLriV",
+ "name": "Likes",
+ "fill": "$grey700",
+ "content": "124",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wchpE",
+ "name": "Actions",
+ "width": "fill_container",
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4kPV0",
+ "name": "Edit Button",
+ "width": "fill_container",
+ "height": 36,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "WFcET",
+ "name": "PaginationEllipsisIcon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "edit_square",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey100"
+ },
+ {
+ "type": "icon_font",
+ "id": "XFRUy",
+ "name": "icon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "edit",
+ "iconFontFamily": "feather",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "3nLzu",
+ "name": "label",
+ "fill": "#FFFFFF",
+ "content": "Edit",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VI64R",
+ "name": "Publish Button",
+ "width": "fill_container",
+ "height": 36,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "5UWZr",
+ "name": "icon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "share",
+ "iconFontFamily": "feather",
+ "fill": "#000000"
+ },
+ {
+ "type": "icon_font",
+ "id": "NKRFe",
+ "name": "PaginationEllipsisIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "ugEeH",
+ "name": "label",
+ "fill": "$grey900",
+ "content": "Publish",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JxzFt",
+ "name": "More Button",
+ "width": 40,
+ "height": 36,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "uT09G",
+ "name": "icon",
+ "width": 0,
+ "height": 0,
+ "iconFontName": "more-horizontal",
+ "iconFontFamily": "feather",
+ "fill": "#000000"
+ },
+ {
+ "type": "icon_font",
+ "id": "zeWu2",
+ "name": "PaginationEllipsisIcon",
+ "width": 18,
+ "height": 18,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kv2Xq",
+ "name": "Divider",
+ "width": "fill_container",
+ "height": 1,
+ "fill": "#E8E8E8"
+ },
+ {
+ "type": "frame",
+ "id": "JZicO",
+ "name": "Project Description",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7wIf0",
+ "name": "Description Header",
+ "width": "fill_container",
+ "height": 26,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DSCDC",
+ "name": "Description Title",
+ "fill": "$grey1000",
+ "content": "Project description",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "GRFIG",
+ "name": "Description Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-up",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ha8O4",
+ "name": "Description Content",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zh6MK",
+ "name": "Play Instructions",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "28H4L",
+ "name": "Instructions Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "swnGY",
+ "name": "Instructions Title",
+ "fill": "$grey1000",
+ "content": "Play instructions",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "SgCEZ",
+ "name": "Instructions Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-down",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i3PR4",
+ "name": "Update History",
+ "width": "fill_container",
+ "height": 26,
+ "layout": "vertical",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ofkpx",
+ "name": "History Header",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y59Ok",
+ "name": "History Title",
+ "fill": "$grey1000",
+ "content": "Update history",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "icon_font",
+ "id": "hI0sD",
+ "name": "History Toggle",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "chevron-down",
+ "iconFontFamily": "lucide",
+ "fill": "$grey1000"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U601k",
+ "name": "Community Liking Section",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X8EGs",
+ "name": "Section Header",
+ "width": 1240,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LsqaA",
+ "name": "Section Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "frame",
+ "id": "V4n6A",
+ "name": "ViewAllWrapper",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Zq9Od",
+ "name": "viewAllProjects",
+ "fill": "$turquoise500",
+ "content": "View all",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "Yadml",
+ "name": "arrowProjects",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "arrow_forward",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KTtjx",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IehCj",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zVEPk",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "6YZop",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g4GmE",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ABRtj",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "8fZaS",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p21YP",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "sXpfQ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "al9cf",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xXG0U",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L9pLQ",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nw5Tu",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "3h7gG",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "69tYt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9RUKS",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "S00SP",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vsPjv",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "O3JvR",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "ciMUt",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iMz5H",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BiUNm",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RT69o",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jfQdy",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zkHOL",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dcZn9",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "PQJjJ",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8x3NE",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "7u0FQ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "F2RjG",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mFqeZ",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V1vVw",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xcZ30",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "t3HqF",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0iAgC",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wKvCT",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Eubp7",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KIenC",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "kGapd",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "qc8MD",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uD07p",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HZxV3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PmQPR",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "mr7bP",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j20cI",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mel66",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KQmPL",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gsz9f",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "dSjcV",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "6AjGq",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5kh67",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3EdAL",
+ "x": 0,
+ "y": 1503,
+ "name": "Community Home signin",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHMb9",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RFDgg",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fueEn",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AEhKG",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pVV7x",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I1aI2",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Lajrr",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tLhj9",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "nrSwr",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QUuTX",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FCfhC",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2aXBY",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pheaX",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yWCHr",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EsvLN",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jUPA4",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XNrXu",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qDysm",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1hajd",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rfzj1",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UeYG4",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V9j7Y",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tFujJ",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "g9CEA",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pDFSi",
+ "name": "Content",
+ "width": 1240,
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 20,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gok5n",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NzDJR",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b2lV6",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "My projects",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "Lx5LF",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GESz5",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "HBLNG",
+ "name": "section1Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ag7Kr",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "08u0T",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CYyf7",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bAWMm",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gvzBv",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VGsRn",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "bBiJI",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RjW3n",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ffxKa",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "vK0Lc",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "JUYDp",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kS08R",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h8gtv",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GiojM",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lLqcI",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "k7YJL",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aRWG5",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "xV5yp",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YSDAQ",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EFE4p",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "IwSWr",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "gYnLS",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nk4pq",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ajk1b",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "29viP",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0XXAD",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HGwFa",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z9SAC",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "BhR6G",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FN4Au",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8IC4H",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "JPqi0",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "HLBlW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cOj5v",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rLiY6",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fI0rI",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xUp7s",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7HjBS",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aLGuB",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "3BD9i",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C4iaa",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "StaaW",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "5KzdA",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "o38yM",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "taf0x",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mYDgN",
+ "name": "Section Liking",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XxWRJ",
+ "name": "section1Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9lJmT",
+ "name": "section1Title",
+ "fill": "$grey1000",
+ "content": "The community is liking",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "TEJju",
+ "name": "section1Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sC8aW",
+ "name": "section1LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "IPtWR",
+ "name": "section1Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wHUrZ",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YMCGL",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6r1gJ",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "N1iBN",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPqLt",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3abz4",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "qvqTs",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RiryD",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "NxSXj",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "A87VW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mvkY0",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4A8vk",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PPgT3",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ulEzS",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QVI6K",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ySHxn",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Wkc50",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1L0VV",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "v50dA",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "QCQVn",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BrELx",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a5sAw",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iXKLD",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "nycvp",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PZ4KY",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nGs1c",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "V1teR",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ShALg",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "flBmC",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "CwncP",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9T5gY",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7cim0",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kNFp9",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "2qmuP",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LYPop",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ydeib",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "wSIKY",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qYgZ7",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "zWhaU",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "n5Y8e",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vxWzT",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SKwOZ",
+ "name": "Section Remixing",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "DQXne",
+ "name": "section2Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eAUkA",
+ "name": "section2Title",
+ "fill": "$grey1000",
+ "content": "The community is remixing",
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "n4LGr",
+ "name": "section2Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a4ILL",
+ "name": "section2LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "VSQur",
+ "name": "section2Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ty0bB",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ik1Iq",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IcBma",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Kn0UD",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YFIU6",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yMshd",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "XtGmk",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gKcj",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "2Jt26",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "TR9Cx",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tgQrI",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jJ9wq",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccBHs",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kvzwk",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "61kSw",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9I27n",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "72c1Q",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QT6Bs",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "pnpkN",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "7zY7B",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kPYJW",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uUr5l",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GhLWB",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9VTIa",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C48BV",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GFac4",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RXR1H",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BYa6B",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xA56V",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "fHWp0",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4venr",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DV5jT",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X5ra3",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Np5ej",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XnPY2",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "frJSm",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ooLRg",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2ltJs",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "h9xVn",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "MnbEU",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tsglK",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7X581",
+ "name": "Section Following",
+ "width": 988,
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bOOnJ",
+ "name": "section3Header",
+ "width": "fill_container",
+ "height": 52,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EvnBP",
+ "name": "section3Title",
+ "fill": "$grey1000",
+ "content": "Users you followed are creating",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "eyCAX",
+ "name": "section3Link",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fXQtz",
+ "name": "section3LinkText",
+ "fill": "$turquoise500",
+ "content": "View more",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "IopSy",
+ "name": "section3Arrow",
+ "width": 20,
+ "height": 20,
+ "iconFontName": "arrow-right",
+ "iconFontFamily": "lucide",
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8NGSM",
+ "name": "Grid",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CcGWM",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "622lb",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "sfNp5",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "88ueu",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fNA6S",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "9hFF2",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3enRM",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "5aMjE",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "kJoM2",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mHbAx",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kqPVC",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TurKq",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "yxwwD",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I9LFJ",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8bLIp",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "jep55",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uyn9P",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "P1aMI",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "8JbUe",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Iqiht",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qizaq",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gwklA",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "OptH5",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WpwdR",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iC4tm",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "24lr4",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BF9aT",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "hal1E",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "1PPpf",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "msUKs",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ww73Q",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsE6O",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9CVOb",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BkAb4",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NABdp",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "pF5nl",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6s48n",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "MARMW",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "2STlW",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R8bp7",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rgh0M",
+ "x": 1541,
+ "y": 1244,
+ "name": "User Profile projects Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9FmbJ",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nO1Qj",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HSkvX",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kfWLe",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v8Ju1",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tKduX",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9JUHp",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jC7KU",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "JvNBp",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KNCZZ",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g6dRq",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RFNjg",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nb9oN",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WWLdC",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L0IHW",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38Nfm",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Yr3a",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SpXMY",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qfnR",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fnZ8u",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tR9At",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZHBom",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l0RRR",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "SWbk7",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mUjvF",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "JlICP",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bvyF7",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/user bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "xbiiC",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qTs56",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lPRhU",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H7eGi",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EsD0A",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "MkLIO",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "fHVvm",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "vogwp",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "PwZMS",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PKMIb",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZiuIO",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Tin1u",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "wX9kS",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ey4ZA",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WoVuX",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "3v4DP",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "oE8OX",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "jYMrl",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "book-open-check",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "ftma0",
+ "fill": "$grey900",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ft7LS",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "ccygW",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nocAG",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "VXREZ",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "folder-closed",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$turquoise500"
+ },
+ {
+ "type": "text",
+ "id": "o7yTn",
+ "fill": "$turquoise500",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UpxXh",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "mytxu",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hUMkf",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "j62pG",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "h9p6d",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "maWJC",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "q6i6y",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "frYkO",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "zlOEw",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "user-star",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "TS2NV",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fs4Yp",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "Qg2Wb",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CtsQ3",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "mvO5q",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "users-round",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "Qi4uw",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mticb",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "7VlkS",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BR5y",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bueSm",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ipt0K",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nRruT",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "UKiKi",
+ "name": "Sort By Wrapper",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cA1ZO",
+ "name": "Sort By Label",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "VO0As",
+ "name": "Sort By Select",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yg7WF",
+ "name": "Select Text",
+ "fill": "$grey1000",
+ "content": "Recently updated",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "NMvvT",
+ "name": "Select Icon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "arrow_drop_down",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5n3jE",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yWgHA",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "63Kwr",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x1cPd",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "y5LGt",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WS4Hg",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "62mZR",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OPuJK",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CKEJ1",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "13BtJ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "d035r",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rvbrD",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FK129",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5spzR",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JIvWb",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EiwiG",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AcQn4",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "m8fBD",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nl0KI",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RH8zJ",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "t4LQN",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "EqSnz",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kcAWg",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BUxRf",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uDgQX",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wigfd",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "21OUD",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dnoYV",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "oniQl",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gzhaB",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XTXy6",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "cyWzw",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "jYwdX",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oKR3q",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AAhA0",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a0ud8",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dr5vY",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gqpCi",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hixF3",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "RaWyK",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FeSUS",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6U2QF",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "rllbw",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "dOHEG",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vc2bw",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AwVwz",
+ "name": "ProjectsGrid",
+ "width": "fill_container",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "sDpPu",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8YEQV",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g7Qd2",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SlzYK",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GVMbd",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "IWvsh",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gu6xb",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "76sst",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "rGqmB",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "wpXjg",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "a9D8h",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jfUqS",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wck0p",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JUFWk",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "9I64o",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zyY1N",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "3pKvr",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uzXwy",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hfk5q",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "k4NHM",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "sh1Kq",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cTGFB",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BuYWb",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56UdO",
+ "name": "Thumbnail",
+ "rotation": -0.02769341546936143,
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t3xlC",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GlKG2",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zJbQs",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "Hotsz",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "byBf2",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WjsGJ",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "OUZCU",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "RNRAL",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "J55Ox",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H1qtn",
+ "name": "ProjectCard",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kbfOV",
+ "name": "Thumbnail",
+ "width": "fill_container",
+ "height": 180,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 12,
+ 12,
+ 0,
+ 0
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wt12X",
+ "name": "CardContent",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "5pNZo",
+ "name": "TopContent",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "naTtB",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Space Werewolf",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ },
+ {
+ "type": "ellipse",
+ "id": "Ock7u",
+ "name": "CreatorAvatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/pubilsh-colorful.png",
+ "mode": "fill"
+ },
+ "width": 24,
+ "height": 24
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C11CR",
+ "name": "card1Meta",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RfEmA",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Fh7dQ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "XjKKO",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2v59F",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "22 hours ago",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "agk4s",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TYTKb",
+ "name": "PaginationButtonPrev",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "7Dkax",
+ "name": "PaginationButtonPrevIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_back_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wyOuD",
+ "name": "PaginationPageButton1",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Tw4tG",
+ "name": "PaginationPageText1",
+ "fill": "$grey700",
+ "content": "1",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LlAay",
+ "name": "PaginationPageButton2",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TcL77",
+ "name": "PaginationPageText2",
+ "fill": "$grey700",
+ "content": "2",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6DTHi",
+ "name": "PaginationPageButton3",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H2XPa",
+ "name": "PaginationPageText3",
+ "fill": "$grey700",
+ "content": "3",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dWgpu",
+ "name": "PaginationPageButton4",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "d8TKr",
+ "name": "PaginationPageText4",
+ "fill": "$grey700",
+ "content": "4",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u1Uvm",
+ "name": "PaginationPageButton5",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BriaC",
+ "name": "PaginationPageText5",
+ "fill": "$grey700",
+ "content": "5",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RiknC",
+ "name": "PaginationPageButton6",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hIHoO",
+ "name": "PaginationPageText6",
+ "fill": "$grey700",
+ "content": "6",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RmXVL",
+ "name": "PaginationPageButton7",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tbQWl",
+ "name": "PaginationPageText7",
+ "fill": "$grey700",
+ "content": "7",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0UcXJ",
+ "name": "PaginationEllipsis",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "TyVJk",
+ "name": "PaginationEllipsisIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zNBV4",
+ "name": "PaginationPageButton25",
+ "width": 32,
+ "height": 32,
+ "fill": "#00BCD4",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jMhhp",
+ "name": "PaginationPageText25",
+ "fill": "#FFFFFF",
+ "content": "25",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jv4mn",
+ "name": "PaginationButtonNext",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "x431V",
+ "name": "PaginationButtonNextIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_forward_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ziO9E",
+ "x": 4645,
+ "y": 2468,
+ "name": "Running in full screen",
+ "width": 1440,
+ "fill": "$grey100",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OvI7C",
+ "name": "Header",
+ "width": "fill_container",
+ "height": 64,
+ "gap": 388,
+ "padding": [
+ 0,
+ 32
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vYnZ4",
+ "name": "Header Left",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m3AoV",
+ "name": "Project Title",
+ "fill": "#000000",
+ "content": "Character_Full_Set_01",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F57Kt",
+ "name": "Operations Row",
+ "gap": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Kjxzj",
+ "name": "Rerun Button",
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "RMDos",
+ "name": "rerunIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "rotate-cw",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ },
+ {
+ "type": "text",
+ "id": "urEuB",
+ "name": "rerunLabel",
+ "fill": "#FFFFFF",
+ "content": "Rerun",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t9MBd",
+ "name": "Stop Button",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "r3pcG",
+ "name": "stopIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "stop_circle",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "39yPT",
+ "name": "stopLabel",
+ "fill": "$grey900",
+ "content": "Stop",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dMfUW",
+ "name": "Enter Full Screen Button",
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "outside",
+ "thickness": {
+ "bottom": 4
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "KZZq6",
+ "name": "fullscreenIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "maximize",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oXg09",
+ "name": "Share Button",
+ "enabled": false,
+ "width": 32,
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "LInmS",
+ "name": "shareIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "share-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MXc36",
+ "name": "Content Area",
+ "width": 1090,
+ "height": 818,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目全屏.png",
+ "mode": "stretch"
+ },
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dwG8h",
+ "x": 6182,
+ "y": 6,
+ "name": "Tutorial Course Series",
+ "width": 1440,
+ "fill": "$grey100",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HRbsG",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LzrWg",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o845c",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OETQG",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U5WE7",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EvVKv",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "63hEg",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XR8am",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "KWcfl",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jqvoD",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EMMIx",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "GeLYZ",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yc0Qt",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xn3s2",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5OrjO",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iuf3D",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "elzzm",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Dzdm",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l4n0M",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "olHTi",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wNKOc",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HuM2x",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2VPya",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "V3A82",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c3scc",
+ "name": "content",
+ "clip": true,
+ "width": 1440,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DlQUM",
+ "name": "banner",
+ "clip": true,
+ "width": 2560,
+ "height": 338,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/banner.png",
+ "mode": "fill"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SRTsb",
+ "x": 1296,
+ "y": 91,
+ "name": "Text container",
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "text",
+ "id": "WKUNs",
+ "name": "Title",
+ "rotation": -0.05697825074317873,
+ "fill": "#006375",
+ "textGrowth": "fixed-width-height",
+ "width": 490,
+ "height": 49,
+ "content": "Explore the User Tutorial",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 36,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "Y3guk",
+ "name": "Subtitle",
+ "fill": "#006375",
+ "content": "Build coding skills and develop a programming mindset",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 18,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TGcMB",
+ "name": "Course container",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6IZu1",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iTo9Q",
+ "name": "Course Item 1",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/builder使用.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1uorq",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#d19a60",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OiZXG",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "XBuilder 使用",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9f3kG",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RBPl1",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bxSH9",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IjdZy",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N0jqG",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DGauq",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "URV1i",
+ "name": "Course Item 4",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3YhMh",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Zyr5F",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ovU3F",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tAxey",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v2kRJ",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SStFr",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kg4Ka",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q73ZU",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ezlSt",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nf2Us",
+ "name": "Course Item 4",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vt5qy",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dCXax",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lh7zz",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rxmg4",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ca6Ti",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A4zQT",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fnv3F",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uG1mp",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jU86Z",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W0QET",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M9kbv",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E7D5y",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LDhBN",
+ "name": "Course Item 4",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bZdah",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Kq9s7",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ezBaf",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ENW2W",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kxDKl",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bVqt0",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dr3hj",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b1NS2",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IUBW9",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WqJqs",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Npj6",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Aj4eP",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BXWgo",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FEfV5",
+ "name": "PaginationButtonPrev",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "eC2KZ",
+ "name": "PaginationButtonPrevIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_back_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nr1YT",
+ "name": "PaginationPageButton1",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ud0JS",
+ "name": "PaginationPageText1",
+ "fill": "$grey700",
+ "content": "1",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oYvwe",
+ "name": "PaginationPageButton2",
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KKGFv",
+ "name": "PaginationPageText2",
+ "fill": "$grey100",
+ "content": "2",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cl2Qn",
+ "name": "PaginationPageButton3",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "W1Zpl",
+ "name": "PaginationPageText3",
+ "fill": "$grey700",
+ "content": "3",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s1CGT",
+ "name": "PaginationPageButton4",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zHgP8",
+ "name": "PaginationPageText4",
+ "fill": "$grey700",
+ "content": "4",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8jsJc",
+ "name": "PaginationButtonNext",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "cIEnI",
+ "name": "PaginationButtonNextIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_forward_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SmsJX",
+ "x": 6182,
+ "y": 1643,
+ "name": "Course Start Page",
+ "width": 1440,
+ "fill": "#F5F5F5",
+ "layout": "vertical",
+ "gap": 32,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "42iGf",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kGtu2",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jhik7",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lNcfD",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQwZX",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XRnMr",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pcsy4",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BA89w",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "E2T4V",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cHqLh",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tHL04",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Fak58",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iHIIW",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yYuOP",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JU5kx",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lLYGr",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jRFDc",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hyZpN",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uVo8T",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AQmrj",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1DAlT",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "89MFB",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aDPIc",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5FI3M",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "445KJ",
+ "name": "Top Card",
+ "width": 988,
+ "fill": "#FFFFFF",
+ "cornerRadius": 16,
+ "gap": 40,
+ "padding": 24,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VSlQo",
+ "name": "Card Image",
+ "width": 142,
+ "height": 131,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "stretch"
+ },
+ "cornerRadius": 12
+ },
+ {
+ "type": "frame",
+ "id": "EVueb",
+ "name": "Text Container",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "text",
+ "id": "Jn8bf",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Code kiko: 初步",
+ "lineHeight": 1.1833333333333333,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "bold"
+ },
+ {
+ "type": "text",
+ "id": "nJrsk",
+ "name": "Description",
+ "fill": "$grey900",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.A complete solution for adventure games that focus on storytelling and puzzles - the perfect genre for newcomers to game development.",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UFeB2",
+ "name": "Course container",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SWMZL",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n4ibZ",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2kbES",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mmZEt",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QxdEi",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yFj57",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qUStC",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gSfbC",
+ "name": "Course Item 4",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6NYIx",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YLy6Y",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xhL07",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Hpuk",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qyu3j",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oxGHl",
+ "name": "Course item g",
+ "height": 214,
+ "gap": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o833r",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nwTX2",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "66ZeM",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vGcKy",
+ "name": "Course Item 3",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56WFa",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X6UXR",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YTqVO",
+ "name": "Course Item 4",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K77GW",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8sRH3",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BuF6F",
+ "name": "Course Item 2",
+ "width": 232,
+ "height": 214,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/codekiko.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bT6q0",
+ "name": "Course title container",
+ "clip": true,
+ "width": "fill_container",
+ "fill": [
+ "#7bcb69",
+ "#24292f33"
+ ],
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "layout": "vertical",
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1g1oq",
+ "name": "Course Title",
+ "fill": "$grey100",
+ "content": "Code kiko:初步 ",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SRmdD",
+ "x": 1540,
+ "y": 2482,
+ "name": "User Profile likes Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BRWE8",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "19aAf",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IjFaC",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AWXoA",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fEAvh",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XrS4i",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "94955",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lps8e",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gOaZO",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VwDtD",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qtA6x",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "6PWQE",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6S3hq",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uvXnD",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7aCcf",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gJjKK",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RW6u3",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vFjeF",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jg9RG",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zz6AH",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wgYs8",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g859k",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "On9Fq",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "52MPd",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lzijh",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "v3PPA",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p3NVU",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/user bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "S1OxL",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Hfbtg",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lJDtT",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9NmIR",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "AdI59",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uy54c",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "Xncu4",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Cowlr",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "XG5cQ",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "horoi",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iwrYT",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DRL81",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "dUWBA",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qFIYO",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d3OcX",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rol6j",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "TXsdY",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "2yE7f",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "book-open-check",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "SRId8",
+ "fill": "$grey900",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Qv9KP",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "GhmWh",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0CffK",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xOEWW",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "folder-closed",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "sN0QA",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DwaWu",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "WPrqB",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "afNMe",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "SwQQ8",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$turquoise500"
+ },
+ {
+ "type": "text",
+ "id": "NkfXr",
+ "fill": "$turquoise500",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Q9xXl",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "cMT20",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sli7v",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "jwFOo",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "user-star",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "I3z1l",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GsXEx",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "XqwMZ",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uXRfp",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "nhPpi",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "users-round",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "Dbk8X",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IsSUf",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "NhU0d",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CxMg6",
+ "name": "Content",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "9uh71",
+ "name": "LikesSection",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "6oIGk",
+ "name": "SectionHeader",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8gK0s",
+ "name": "LikesTitle",
+ "fill": "$grey1000",
+ "content": "Projects I like",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "zy70I",
+ "name": "Sort By Wrapper",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S7ZNN",
+ "name": "Sort By Label",
+ "fill": "$grey800",
+ "content": "Sort by",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ItrEP",
+ "name": "Sort By Select",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 4,
+ "padding": [
+ 0,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tXuiK",
+ "name": "Select Text",
+ "fill": "$grey1000",
+ "content": "Recently updated",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "XELDv",
+ "name": "Select Icon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "arrow_drop_down",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EsMYI",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "5ezMK",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XEdSb",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kzHTN",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IGcWw",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SjLMj",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "wzBTm",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cUUjd",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Pbi4F",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "LHTJ9",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JpQtM",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cQ5Gc",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FCd8k",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "q1N9w",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OeVXa",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "u1rUT",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "qEfm8",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vCdiT",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "UjjcH",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "Wejnu",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dbTZW",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5enDJ",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4t9QA",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fqUYW",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "P3Uwp",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HsZKy",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Xy44Y",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vVopt",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "0i0CO",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "XHxcu",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tWUh5",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NdX6j",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "618ck",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "u4C8z",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZlI3K",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zfF7G",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "eM81W",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hEtzX",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "q3NpQ",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "DIMSL",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oaYdV",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K9b6z",
+ "name": "Grid",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1MDz",
+ "name": "card1",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1bZ0",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "eHDmD",
+ "x": 14,
+ "y": 158,
+ "name": "avatar1",
+ "fill": "#faa135",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dpKAv",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fmGHG",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "2n5oQ",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fS7bf",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "N3t7p",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "aNbra",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D7JcD",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oUXoY",
+ "name": "card2",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AUHSM",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "BgW1V",
+ "x": 14,
+ "y": 158,
+ "name": "avatar2",
+ "fill": "#a074ff",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cvJYQ",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": 82,
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vPSnU",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "JbvOM",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8nJW",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BnSGd",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "HI9I5",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BKRPR",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5afh5",
+ "name": "card3",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KHntm",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cOrJd",
+ "x": 14,
+ "y": 158,
+ "name": "avatar3",
+ "fill": "#63ce29",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ehhC2",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yD4Gr",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "eNtnG",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zBkVt",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "grW6h",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "BzVLA",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0ADyb",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oCkyw",
+ "width": 232,
+ "height": 254,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n2Xk5",
+ "name": "card1Thumb",
+ "width": "fill_container",
+ "height": 172,
+ "fill": "#e9f5ff",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZhmVw",
+ "x": 14,
+ "y": 158,
+ "name": "avatar4",
+ "fill": "#219ffc",
+ "width": 28,
+ "height": 28
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8yNDm",
+ "name": "card1Info",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3EIsV",
+ "name": "card1Name",
+ "fill": "$grey1000",
+ "content": "Magic Carpetsss",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "bZ1Z2",
+ "name": "card1Meta",
+ "width": "fill_container",
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mBPwD",
+ "name": "card1Heart",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "dpLOE",
+ "name": "card1HeartIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "fill": "#ef4149"
+ },
+ {
+ "type": "text",
+ "id": "lj2d6",
+ "name": "card1Likes",
+ "fill": "$grey700",
+ "content": "888K",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "To9WW",
+ "name": "card1Time",
+ "fill": "$grey700",
+ "content": "1 weeks ago",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jpqq0",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M13Za",
+ "name": "PaginationButtonPrev",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "081cm",
+ "name": "PaginationButtonPrevIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_back_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IlkG1",
+ "name": "PaginationPageButton1",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cFzFk",
+ "name": "PaginationPageText1",
+ "fill": "$grey700",
+ "content": "1",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uwxZQ",
+ "name": "PaginationPageButton2",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U1ANr",
+ "name": "PaginationPageText2",
+ "fill": "$grey700",
+ "content": "2",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tUOjy",
+ "name": "PaginationPageButton3",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FIcjf",
+ "name": "PaginationPageText3",
+ "fill": "$grey700",
+ "content": "3",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4ZRna",
+ "name": "PaginationPageButton4",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k7YXT",
+ "name": "PaginationPageText4",
+ "fill": "$grey700",
+ "content": "4",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "biQAG",
+ "name": "PaginationPageButton5",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D3EIX",
+ "name": "PaginationPageText5",
+ "fill": "$grey700",
+ "content": "5",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7oYvl",
+ "name": "PaginationPageButton6",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gj6nP",
+ "name": "PaginationPageText6",
+ "fill": "$grey700",
+ "content": "6",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DgKGd",
+ "name": "PaginationPageButton7",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nuby2",
+ "name": "PaginationPageText7",
+ "fill": "$grey700",
+ "content": "7",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5MXZO",
+ "name": "PaginationEllipsis",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "9el0K",
+ "name": "PaginationEllipsisIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F0YD4",
+ "name": "PaginationPageButton25",
+ "width": 32,
+ "height": 32,
+ "fill": "#00BCD4",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YpG5Z",
+ "name": "PaginationPageText25",
+ "fill": "#FFFFFF",
+ "content": "25",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3FcBW",
+ "name": "PaginationButtonNext",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "inkEB",
+ "name": "PaginationButtonNextIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_forward_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aX82y",
+ "x": 1540,
+ "y": 3718,
+ "name": "User Profile following Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DMq0u",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z8IFD",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wX1UY",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H44pS",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xQH7J",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ByShV",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ccxk6",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hpmyj",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "LIDBX",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H5eCT",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ceivG",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fkgJ0",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Xjkgk",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "50gJA",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ritbt",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jklYq",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ub0vI",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DHqtK",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0aeYX",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZRpA6",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FdpN9",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sM7Zd",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p5lzb",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "1K3Rd",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qSh4P",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "wOaBN",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FZlQT",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/user bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "bIs7K",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ysfIM",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kI9LI",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRNzY",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nFYT6",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "mog2I",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "s9y7x",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "8p6NH",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "oN6Te",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ichGN",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LLX4r",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yuJIz",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "dc9pa",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nGKK0",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h97f4",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2l9xy",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "HIVZU",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Hh09F",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "book-open-check",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "iNxef",
+ "fill": "$grey900",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JpTnV",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "ntxJZ",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "slFXp",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "tsR32",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "folder-closed",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "QXA1E",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "CVkRM",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "H966T",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0dNy",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "d6Xlb",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "IyLIl",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oQUX7",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "cRYDF",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Febu7",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Tft1E",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "user-star",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$turquoise500"
+ },
+ {
+ "type": "text",
+ "id": "sLAnW",
+ "fill": "$turquoise500",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sVpVL",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "nteQ8",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nt4zB",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "iLuX5",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "users-round",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "oxjcV",
+ "fill": "$grey900",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OCwJO",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "2oQCF",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bt8XF",
+ "name": "Following container",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 16,
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "deGcs",
+ "name": "tile container",
+ "clip": true,
+ "width": 932,
+ "layout": "vertical",
+ "padding": [
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "49IyC",
+ "name": "Title",
+ "fill": "#000000",
+ "content": "Users I'm following",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yhIaw",
+ "name": "User List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wn1zG",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "gW0PS",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "DUQWd",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "aMZOW",
+ "name": "Username",
+ "fill": "$turquoise500",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1qjTu",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "IxAzy",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "aBZUV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oahrA",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EZhGW",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SY1oY",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3IKvx",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "51rXy",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TGHaU",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Follow",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zQIC3",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "B1ft8",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "cKL2n",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "c15Rn",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mkmrD",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "IEO4k",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "cSgha",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4hulZ",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DxI2W",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6cRi3",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rQoqp",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "lfS0q",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DSEBY",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uHQdg",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "JjVFG",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "oKwWF",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Anhcm",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "90wXv",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "oEIu2",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "0MTAY",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "omecY",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7d5w5",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m6E2t",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MtMHN",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "m0bH8",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4bvIV",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JhQHx",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "KuEIo",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "Sulxk",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "fvP3m",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "k59lE",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "aZf2m",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Ypwfj",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TtHKc",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A7FPC",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RGzpi",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nj8yE",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "0pXD3",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2P4Rw",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Eka3J",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "VuV27",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "25MhW",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "YLHCq",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "linI9",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BdEEG",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "SqClu",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "39kQj",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1v6xH",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eDRiQ",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "djaOr",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1jdXB",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8EDur",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ihWHP",
+ "name": "Pagination",
+ "width": "fill_container",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 20,
+ 16,
+ 40,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUNTe",
+ "name": "PaginationButtonPrev",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "7oVl9",
+ "name": "PaginationButtonPrevIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_back_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yCqUC",
+ "name": "PaginationPageButton1",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CmgwB",
+ "name": "PaginationPageText1",
+ "fill": "$grey700",
+ "content": "1",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t4PLI",
+ "name": "PaginationPageButton2",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IjWrW",
+ "name": "PaginationPageText2",
+ "fill": "$grey700",
+ "content": "2",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "o0tL5",
+ "name": "PaginationPageButton3",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BxiFb",
+ "name": "PaginationPageText3",
+ "fill": "$grey700",
+ "content": "3",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "II4MO",
+ "name": "PaginationPageButton4",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rTzLG",
+ "name": "PaginationPageText4",
+ "fill": "$grey700",
+ "content": "4",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PActq",
+ "name": "PaginationPageButton5",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fWRGn",
+ "name": "PaginationPageText5",
+ "fill": "$grey700",
+ "content": "5",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a74R2",
+ "name": "PaginationPageButton6",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VoFZm",
+ "name": "PaginationPageText6",
+ "fill": "$grey700",
+ "content": "6",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YPQoY",
+ "name": "PaginationPageButton7",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "totuT",
+ "name": "PaginationPageText7",
+ "fill": "$grey700",
+ "content": "7",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3tn0k",
+ "name": "PaginationEllipsis",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "XtGBT",
+ "name": "PaginationEllipsisIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "more_horiz",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k9pqN",
+ "name": "PaginationPageButton25",
+ "width": 32,
+ "height": 32,
+ "fill": "#00BCD4",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Sf0lg",
+ "name": "PaginationPageText25",
+ "fill": "#FFFFFF",
+ "content": "25",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q5Hac",
+ "name": "PaginationButtonNext",
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "c5CoP",
+ "name": "PaginationButtonNextIcon",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "arrow_forward_ios",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qpGAo",
+ "x": 1540,
+ "y": 5093,
+ "name": "User Profile followers Page",
+ "width": 1440,
+ "fill": "$grey300",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 0,
+ 0,
+ 40,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j5vi4",
+ "name": "Header",
+ "width": 1440,
+ "height": 50,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "padding": [
+ 0,
+ 100
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YQgWC",
+ "name": "Frame",
+ "width": 1240,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YJzXs",
+ "name": "左",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XoixM",
+ "name": "logo/XBuilder-WordLogo-Nav Bar",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I5F65",
+ "x": 24,
+ "y": 10,
+ "name": "logo/XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gEleL",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fARoB",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#ffffffff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FNRCZ",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "paQFl",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A4RKd",
+ "name": "Frame 162814",
+ "opacity": 0.8999999761581421,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hf6Oe",
+ "name": "icon/add-outlined",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/add-outlined.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "u2517",
+ "name": "icon/caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Y9Oo3",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DbiGs",
+ "name": ".Component/top-navigation-bar/button",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yHgee",
+ "name": "icon/tutorial entry-filled",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/tutorial entry-filled.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AgsG2",
+ "name": "右",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3UZXS",
+ "name": "Frame",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4ZDVI",
+ "name": "Search box",
+ "width": 340,
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "50sM0",
+ "name": "icon/search-outlined",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9668246507644653
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bYElB",
+ "x": 1.16680908203125,
+ "y": 1.1666666269302368,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$grey800",
+ "width": 11.666543006896973,
+ "height": 11.666543006896973
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PVPMO",
+ "name": "Search project",
+ "fill": "$grey700",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwdjW",
+ "name": ".Component/top-navigation-bar/button",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ytLh9",
+ "name": "User Avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "BCgO1",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "szMuJ",
+ "name": "userheader",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "group",
+ "id": "fdV33",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OR2Zc",
+ "x": 0,
+ "y": 0,
+ "name": "UserHeader",
+ "width": 1240,
+ "height": 200,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/user bg.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qptkC",
+ "x": 0,
+ "y": 124,
+ "name": "HeaderContent",
+ "width": 1240,
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Yagkk",
+ "name": "Avatar",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 152,
+ "height": 152,
+ "stroke": {
+ "thickness": 2,
+ "fill": "$grey100"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Ecs0w",
+ "name": "Content",
+ "rotation": 0.031157614378122738,
+ "width": "fill_container",
+ "gap": 100,
+ "justifyContent": "center",
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NWtNf",
+ "name": "Info",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "L6LfF",
+ "name": "Frame 1000004675",
+ "clip": true,
+ "width": 452,
+ "gap": 16,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "text",
+ "id": "GS9jN",
+ "name": "Name",
+ "fill": "$grey1000",
+ "content": "Christiantsai",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "700"
+ },
+ {
+ "type": "frame",
+ "id": "bqoUO",
+ "name": "Frame 1000004676",
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "6s3KT",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Bx3Ec",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qWoMn",
+ "name": "Description",
+ "fill": "$grey800",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "All the world's a stage, and all the men and women merely players. They have their exits and their entrances;",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i4t6D",
+ "name": "Op",
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KF9B5",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "rEOSI",
+ "name": "Frame 162689",
+ "width": 105,
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aiNOh",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Edit profile",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zqNYz",
+ "name": "Main",
+ "width": 1240,
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8QIi",
+ "name": "UserSidebar",
+ "width": 212,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XzIc6",
+ "name": "OverviewLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "f1iPt",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "book-open-check",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "ObK7T",
+ "fill": "$grey900",
+ "content": "Overview",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UXbks",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "atzn0",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "snPe5",
+ "name": "ProjectsLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "KNcUa",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "folder-closed",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "pQ4RN",
+ "fill": "$grey900",
+ "content": "Projects",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GM0XP",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "V8fYC",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rwPwu",
+ "name": "LikesLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "mtEt7",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "heart",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "gRxnz",
+ "fill": "$grey900",
+ "content": "Likes",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Y8wyb",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "KNL4u",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I1f9w",
+ "name": "FollowingLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "eSQTD",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "user-star",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$grey800"
+ },
+ {
+ "type": "text",
+ "id": "FKRsj",
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s0yf9",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "EUbyK",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nYTKe",
+ "name": "FollowersLink",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise100",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "LwtIT",
+ "name": "arrowProjects",
+ "rotation": -0.3325024010822037,
+ "width": 20,
+ "height": 20,
+ "iconFontName": "users-round",
+ "iconFontFamily": "lucide",
+ "weight": 400,
+ "fill": "$turquoise500"
+ },
+ {
+ "type": "text",
+ "id": "cohtS",
+ "fill": "$turquoise500",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Zh8mR",
+ "name": "Spacer",
+ "width": "fill_container",
+ "height": "fit_content(0)"
+ },
+ {
+ "type": "icon_font",
+ "id": "OK8LH",
+ "name": "ArrowIcon",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "keyboard_arrow_right",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 300,
+ "fill": "$grey800"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mevV3",
+ "name": "Following container",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 16,
+ 20,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "IN4Am",
+ "name": "tile container",
+ "clip": true,
+ "width": 932,
+ "layout": "vertical",
+ "padding": [
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "Gm5lu",
+ "name": "Title",
+ "fill": "#000000",
+ "content": "My followers",
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PiHWF",
+ "name": "User List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qLUrr",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "OhNOf",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "sHkej",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "YUM8s",
+ "name": "Username",
+ "fill": "$turquoise500",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nIXlY",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ZfFF1",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "B8nAo",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LsFDP",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9jt7f",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8PfLP",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t2Tht",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "7sQKx",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OKzEz",
+ "name": "ButtonText",
+ "fill": "$grey100",
+ "content": "Follow",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B3G0w",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "OEWME",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "sUQhk",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Cjbr1",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vbFZk",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "d3LkH",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "vIe6Y",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Wi8qE",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nbDlb",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "em9yL",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uohej",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xm3ZJ",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oKHyK",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aV0H1",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZsmHy",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "unqsT",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "zJXDR",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UYbrS",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "AfyXV",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "Cg3KV",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EI4IN",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xHwXd",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Ai55",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H5HnG",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "lZGIk",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TfyCT",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WxzEP",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "FbaGp",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "IkncC",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "8lShj",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SRBwV",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "kvL5A",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "iZJKX",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "U8iaQ",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b8JYW",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fZ0Sd",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZkK97",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "byNVz",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "farNx",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GNRSx",
+ "name": "User Item 1",
+ "width": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "h9kQk",
+ "name": "Avatar 1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 48,
+ "height": 48
+ },
+ {
+ "type": "frame",
+ "id": "T0ZTe",
+ "name": "textContainer",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "GVQky",
+ "name": "Username",
+ "fill": "$grey1000",
+ "content": "User Name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NDhTM",
+ "name": "Frame 1000004676",
+ "rotation": 0.03115761437812273,
+ "clip": true,
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "oiYlJ",
+ "name": "arrowProjects",
+ "width": 14,
+ "height": 14,
+ "iconFontName": "calendar_month",
+ "iconFontFamily": "Material Symbols Rounded",
+ "fill": "$grey700"
+ },
+ {
+ "type": "text",
+ "id": "WiJQH",
+ "name": "JoinedAt",
+ "rotation": 0.03115761437812273,
+ "fill": "$grey700",
+ "content": "Joined November 2025",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GohZS",
+ "name": "Description",
+ "fill": "$grey900",
+ "content": "This is a user description. It can be a bit long.",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H44wd",
+ "name": "Button 1",
+ "cornerRadius": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WwJwf",
+ "name": "Op",
+ "rotation": 0.03115761437812273,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nVlN3",
+ "name": "Button",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 4,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Z53O",
+ "name": "Frame 162689",
+ "height": 28,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$gery600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "haLQK",
+ "name": "ButtonText",
+ "rotation": -0.10761960122633653,
+ "fill": "$grey900",
+ "content": "Following",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Theme": [
+ "Default"
+ ]
+ },
+ "variables": {
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "blue100": {
+ "type": "color",
+ "value": "#f4faff"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "gery600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "turquoise100": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#F3FCFD",
+ "theme": {
+ "Theme": "Default"
+ }
+ }
+ ]
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/spx/editor.pen b/ui/spx/editor.pen
new file mode 100644
index 0000000000..276324a432
--- /dev/null
+++ b/ui/spx/editor.pen
@@ -0,0 +1,45583 @@
+{
+ "version": "2.7",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dlCTP",
+ "x": -334,
+ "y": 55,
+ "name": "sprite-editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8QjzS",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uHdRe",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kepYd",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4muZ0",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Nnrol",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "OkQzd",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Xthg",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "HMWfS",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aM3Hm",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OZQOM",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZsIad",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H2f1e",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GSIJl",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YxGht",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SIOjF",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KcThI",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UADhL",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6Q1A",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m5gAV",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AcZ2A",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "32gys",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "csu6K",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2jnCA",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CCXJO",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xSThm",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "uxMno",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "68DGc",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h6w2D",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3kExf",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GPG6B",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nez9d",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nRitw",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ATe9I",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "n02G4",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IX4yG",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zFFwd",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RjFJE",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hwSRw",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JEpHb",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ME4Ky",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RitLO",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "pSREW",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VHkDA",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9j3pz",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "wqoic",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AiC5B",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "74TqK",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTjOr",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aqHyf",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vLqhe",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3dBmR",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vDh4M",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h53yZ",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K1kk9",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PTUGx",
+ "name": "输入文本",
+ "fill": "$--ui-color-hint-1",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDELG",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DaWOr",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "$--ui-color-grey-100",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ow0Lt",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rrvqG",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "$--ui-color-primary-200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OqNCd",
+ "name": "Left",
+ "fill": "$--ui-color-grey-100",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jNIEK",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "$--ui-color-disabled-bg",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BAUvf",
+ "name": "Right",
+ "fill": "$--ui-color-grey-100",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tj4K0",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CCmtA",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$grey900",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WUZNW",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "EbVZD",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wOXGZ",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#fabd2cff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6uBr",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lJmcs",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8qnHz",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "trAyu",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QksDe",
+ "name": "Event",
+ "fill": "$--ui-color-grey-100",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EqPSW",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pL5hm",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AOsfJ",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "v2rOJ",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cVndm",
+ "name": "Look",
+ "fill": "#fd8d60ff",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9dwRi",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1pH2F",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JQiEg",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W4ufm",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3JtaE",
+ "name": "Motion",
+ "fill": "#91d644ff",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4ukSa",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mRXDO",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nB7Oe",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iGeId",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6QewW",
+ "name": "Control",
+ "fill": "#3fcdd9ff",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bsVsw",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zXgM2",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zsNDX",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KXtHn",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WGZgJ",
+ "name": "Sensing",
+ "fill": "#4fc2f8ff",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ynuQs",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yEj6n",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6UHqk",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ax2yh",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "$--ui-color-sound-main",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VHS6e",
+ "name": "Sound",
+ "fill": "$--ui-color-sound-main",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C7i3H",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "49XBI",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DHaAo",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "147is",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BqYIX",
+ "name": "Game",
+ "fill": "#5a7afeff",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GtoS9",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HvDBx",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--ui-color-dividing-line-1"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "mAVjT",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "21gMp",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$--ui-color-hint-2",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "C08AL",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cdsbE",
+ "name": "hover-settings",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "St96l",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "C8dYd",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xZi8q",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dsec4",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1FNBF",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PrP79",
+ "name": "Settings",
+ "fill": "$--ui-color-title",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KJfEZ",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2gVWr",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uhwwi",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "WJ9iL",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "$--ui-color-primary-main",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Snc0r",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-primary-main"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5eA1x",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WOZE5",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9iWa1",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KpieB",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "eJ3zA",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Y46wy",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CvQYl",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BI5bQ",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ViEBn",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bgRJQ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "7mxlu",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XFa9j",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lslKo",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ESEb6",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "D46dZ",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gAh9d",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MIR1y",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SQKD",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9yklA",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yRkVS",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cAejE",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SDEuT",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VF4EU",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2HG8r",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Wu6yO",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "stZ5n",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EPjR4",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OdBdI",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "njUXo",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "AXqHl",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FKABV",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NBuEF",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "A3v3Y",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "rES2L",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5jlR5",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kxg4b",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "azTRM",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N0tMv",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "U9Pkq",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yjtGF",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "s9eF4",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ljEdD",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9RAPP",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "I3YDi",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nh7QL",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8g3Dm",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QTR00",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8XtJa",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EMSj4",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Dddxr",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "REJRp",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9sXEd",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gXEef",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZUBXM",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "slDFZ",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1NvU7",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qp1a8",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "St7aQ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "IQ1oH",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5gndN",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OKm8N",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8TpLI",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bOSUN",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bb1Im",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OuVNm",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MgSoP",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IKbsp",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "D5Jpq",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EZEem",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lSXOR",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V94UA",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--ui-color-dividing-line-1"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "UByX2",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "yZ3tu",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$--ui-color-hint-2",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6QGLN",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "309F9",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9SWOK",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9cbGP",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "S1JU1",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YETMQ",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EBGBJ",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6Jwnv",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f04h9",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tfG04",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eYsym",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Renxa",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NkscN",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aAtl3",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VaVI1",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I6Ovd",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FwpLn",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "aq3vz",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S8yep",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "sNEgA",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e82CO",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mgp1A",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "89wJQ",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RIWjL",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U7ftd",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qc502",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O5EHo",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VYCGL",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ONdFX",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zVkFb",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "okZxY",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8IKmP",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "29Vac",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9V8pj",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YxFJK",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I7gOI",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCyNn",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "biJW9",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "umERA",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "GPVZx",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2VtF6",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yD67Y",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qjKNW",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N7PVM",
+ "name": "key:",
+ "fill": "$--ui-color-hint-2",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wwyDb",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JRrnG",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gESXo",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ztZcZ",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6wgSe",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fzlYy",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3RHou",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7AbvR",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "tWhJG",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tXhny",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dl43j",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GmAlB",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5uKNR",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kYg32",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5SvcE",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ojt1K",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wc3FU",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dBCL0",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "bUcg0",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6ApWF",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sowfG",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XD6Df",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mMA01",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ITgpd",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SyOiS",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h7Ube",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "t3Wde",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DceMW",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "icTS1",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rAFuJ",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BCVxk",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vcPNa",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NMkOf",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xRyGn",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "I05IF",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "icTh4",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uhKuL",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ObCm2",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GcNyi",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "z3pRO",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZJ6g5",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uMTdF",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fQ2ww",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QpczX",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ToYO9",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7qsCU",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsNTv",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VNo4M",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "SjXrC",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LZ4Rm",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KB9PO",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pjlLc",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fkcH3",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PIvZj",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dS7KG",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tVxLA",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uZzYI",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hQbEV",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "boX5H",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Inrj4",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EQEGu",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T7xdU",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UlWOT",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cNXYB",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SrNtJ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gP6EF",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "rm67Z",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nwZjE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "6hsXZ",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gYgXa",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HbB06",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bAxis",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lCIyf",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8R6bs",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XxHaZ",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VGWIi",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HnZzO",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "y6CB8",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "caY5m",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uw2pj",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lb7jk",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oLFzW",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wx4Ry",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nHRwx",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "f8BJP",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q3WHB",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GEYj9",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UGrp7",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "MBVtB",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kIf4U",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TPRla",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I1dHB",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "eYUY9",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KpSQX",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bCuMJ",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7SocB",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5nMVK",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zVwBB",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0yAM1",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4kl3O",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FJ7d4",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rlYnp",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "At2Kk",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "b3PSo",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Izpw1",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nsL9Q",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uI7b4",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TN2zD",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jokkv",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7g6yV",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fEgry",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Hh8gZ",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1US3c",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I6mdD",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c7bS2",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j9fV8",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lFFaq",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F6Drl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "KyPpj",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jkuYk",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5pAI8",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WWX35",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xhSN2",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1SBkE",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZnR0R",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kCwyW",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CCyX0",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ji6zo",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tYL3l",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sU7Nv",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V4bHk",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xMNc9",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wE5kf",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "BMTjU",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AOLvh",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7Nyg6",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NOfWw",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ybh5Z",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4vOBk",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AdSEb",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZA26S",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U6IXx",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "egQcu",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fBRsa",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CuOVq",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8AjWI",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8UAuV",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "0EMzX",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "Cp3rz",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "jZvWy",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "07ZmI",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "O1YWP",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "pm5TG",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "9g5mI",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "eoxya",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SFBMV",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "A75mb",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OKhvI",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7yfDk",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JOZQ4",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ROf9j",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "q51K5",
+ "name": "code-workspace",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "CwBC8",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "$--ui-color-disabled-text",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FPOI1",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "KLZka",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "YuyMz",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "PAXW2",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "o0Yj2",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "M5wVf",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "z9xmR",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "rFMqj",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "NbbLE",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "D02YR",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "XL5Bw",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "x2B1E",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D6JHx",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "57yeP",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "K6V0O",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IEbun",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HBGVi",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "5l8kh",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "kgUTo",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sRPMg",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "NStBg",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KyGbz",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ot55h",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZsS6l",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "k67ll",
+ "x": 0.000017506411040812964,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "8FHRJ",
+ "x": 0.000017506411040812964,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5Zj6i",
+ "x": 35.99992997435629,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sKUp3",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QyBm3",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nx1CM",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VCufu",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I3HEo",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "MIIdh",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h7bVO",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ekwSI",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DD9dx",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iC1Jp",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "97KGR",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "im7Zl",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hINYH",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g5UOt",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W4XqS",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "065iH",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "74Osr",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wsqj2",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LFxvc",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xGeAP",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mJqLz",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DSOjN",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBaV0",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZCcfF",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tmTpm",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "r0DJ6",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NMuy6",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ptcse",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WAxhP",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Kzglb",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qRyrS",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XDT0H",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "lYoY2",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qMY22",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "6u6Yz",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "lqeVI",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "d7vhI",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ye55a",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nZwwC",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vhJaG",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pcq98",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lVxv7",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hHlk2",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mc7vC",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wsWIC",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "B38VL",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "eGoRO",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D6WqA",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pL4FD",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UKS8h",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "irUVV",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Vmjl",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xz2yj",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yZ4CO",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "L4fey",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "by2Rg",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "P1BzU",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tPSrx",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "8LRdH",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mvd1c",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e6fHj",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gzASv",
+ "name": "Sprites",
+ "fill": "$--ui-color-grey-100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AfO5t",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kkGE2",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7vKpH",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EG0ut",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "0YgFW",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JB4m7",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qaHML",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "TNwhZ",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H7atY",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9WSl5",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sYk0q",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x3Qbz",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YXXx0",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3d8ls",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hNRW8",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rm43J",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "LJoF3",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q0bmt",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bO78L",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ouDv2",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L2otl",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Rq43",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "7R2lf",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h6GHK",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l0wsb",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HK08X",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hanNT",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R33mM",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UH00y",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NblCu",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pbjlK",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y7wPE",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xoQ0M",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MAMKW",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wVea6",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4O9uJ",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "lG08D",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "thf4V",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0M3hG",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G38MB",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UQMxd",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "CXMmR",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H45Cx",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sdz9r",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Dcyot",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cjMvj",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8NgJj",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o8Nhg",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5W6W3",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Uk6Z9",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zuMn2",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7rYhD",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSAly",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6IRh9",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FxNAG",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CYGzq",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "BUEdE",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BiCYH",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2AKJV",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VNcgn",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hLFy9",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TZcM0",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6hjdO",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sWBU1",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PhRgZ",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ha1nF",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SrdOZ",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eggtu",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IkqqE",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SVD8X",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rgmKq",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pdeD8",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ABbBe",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKCa4",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fq4uI",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tb5ZR",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aEklX",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0F85s",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2KvjP",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZWovt",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OPRqg",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWUmz",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2b1ly",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HlQT",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FAhEn",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6GZOV",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GIooD",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qgQVL",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6uaLH",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fDPgs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sCQ6f",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PJqPC",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "xizhN",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "h88mY",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ygvuL",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a8wtn",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sv1Ee",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C3GIg",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "q5jsi",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PFogm",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qFOr",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XutrL",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WcecJ",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yYIU6",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0hWfd",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X4tZx",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "glbt3",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nrLBx",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cq2yM",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yswag",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b64t3",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W9ahd",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3Gi6N",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y5w6n",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JenmV",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "os1c5",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eNFMl",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0dvWC",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vu7wy",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yXPXR",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wakeD",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BDLH5",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PTHC2",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnYZx",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9TJHg",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v76ri",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6ryJz",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zCuQW",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L6nZd",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "50UyU",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "bXsaQ",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OtlQK",
+ "x": -334,
+ "y": 1101,
+ "name": "Sprite Costumes Page",
+ "width": 1440,
+ "height": 900,
+ "fill": "#E9FCFF",
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSVyg",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IoaVc",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "juHjy",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tDpwG",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Oypdc",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "us3Le",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qwkTu",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "tcqsR",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K77yU",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I1LFf",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WawWG",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lj9Rq",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "K9fo9",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JXAxw",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z3rgC",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mVyt9",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ze35g",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QFuGQ",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nMG5f",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "svwtS",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VRQ4X",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Pd4aj",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4wZTO",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbAQE",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oTn9W",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "fznls",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nCvpB",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uIc2L",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JgXD2",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Ije4",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jhrDR",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "drEtT",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LwU4G",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3qi9N",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IQKIu",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mMTKc",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AgB2F",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bcWJP",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e69lx",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "AUoWd",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XYJMk",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "mVRSP",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ulLd0",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UjD1e",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Fcvn",
+ "name": "editor-code-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P6CEL",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tUCtW",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Dy3Qa",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eOs6N",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x4VRE",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1vPQh",
+ "name": "Main Editor Panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "sfPRt",
+ "name": "Left Panel",
+ "width": 120,
+ "height": "fill_container",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vmlsY",
+ "name": "Costume List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RxWMM",
+ "name": "sprite-costume-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jbK7O",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h8IC6",
+ "name": "costume01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "thw8S",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0g1f4",
+ "name": "costume-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OpUcz",
+ "name": "costume01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IiNAz",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iJfk0",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4ND7a",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lgw1e",
+ "name": "sprite-costume-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z6WNt",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7ub2b",
+ "name": "costume01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WrrnR",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qSuIz",
+ "name": "costume-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZECvV",
+ "name": "costume01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bnlPQ",
+ "name": "sprite-costume-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DjVdy",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xYNbU",
+ "name": "costume01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "oM9FS",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6i23C",
+ "name": "costume-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0yd91",
+ "name": "costume01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KHTfZ",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "iLW8w",
+ "name": "addIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0SNj6",
+ "name": "Center Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sRWhN",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gw2Lp",
+ "name": "输入文本",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MQYNG",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Oq1Qw",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QhZ4y",
+ "name": "preview",
+ "clip": true,
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mNFf5",
+ "x": 0,
+ "y": 0,
+ "name": "Editor/Background style",
+ "clip": true,
+ "width": "fill_container(728)",
+ "height": "fill_container(676)",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "niTGJ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l728 0 0 546-728 0 0-546z",
+ "fill": "#ffffffff",
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xeJdQ",
+ "x": -18,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ji0eE",
+ "x": 54,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ub1qn",
+ "x": 126,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "kSfCV",
+ "x": 198,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "IqaCX",
+ "x": 270,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "GzFnV",
+ "x": 342,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "61QMD",
+ "x": 414,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "g9fW7",
+ "x": 486,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "U9pYu",
+ "x": 558,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "YztKY",
+ "x": 630,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "IvzDV",
+ "x": 702,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xd3ra",
+ "x": -18,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "qrkHr",
+ "x": 54,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "y4GTs",
+ "x": 126,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sFyEX",
+ "x": 198,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "qBUy1",
+ "x": 270,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "5EEpD",
+ "x": 342,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ktzFq",
+ "x": 414,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "nDSjp",
+ "x": 486,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "T7t1s",
+ "x": 558,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "zIQ2W",
+ "x": 630,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "BH3Vt",
+ "x": 702,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0peUs",
+ "x": 0,
+ "y": 252.57144165039062,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "OtF5j",
+ "x": 72,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Nk6D1",
+ "x": 144,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "sAXAI",
+ "x": 216,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "fJdSp",
+ "x": 288,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MVYYx",
+ "x": 360,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "RFFli",
+ "x": 432,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "gjzdS",
+ "x": 504,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "LUWbi",
+ "x": 576,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "wPIo8",
+ "x": 648,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "bWIHj",
+ "x": 720,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "m0XJl",
+ "x": -18,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "bRFT3",
+ "x": 54,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "b4IAJ",
+ "x": 126,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "m27Gz",
+ "x": 198,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "427qh",
+ "x": 270,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "B9dnB",
+ "x": 342,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Db70C",
+ "x": 414,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "2PWHK",
+ "x": 486,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "2SOQV",
+ "x": 558,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "K7LJT",
+ "x": 630,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "M2Nkl",
+ "x": 702,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "VkI25",
+ "x": 0,
+ "y": 29.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "H9APw",
+ "x": 72,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Glpn8",
+ "x": 144,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7nPnG",
+ "x": 216,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "adtuR",
+ "x": 288,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ugpTL",
+ "x": 360,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "wKadV",
+ "x": 432,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "bA0Ds",
+ "x": 504,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "NeDzr",
+ "x": 576,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "dWAXQ",
+ "x": 648,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "pnjDw",
+ "x": 720,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "5YLai",
+ "x": -18,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 71.99997l18.00001 0 0 18.00003-18.00001 0 0-18.00003z m0 0l-17.99999 0.00005 0-18.00002 17.99999 0 0 17.99997z m54.00001-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "l5PzU",
+ "x": 54,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "iRrbI",
+ "x": 126,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6oPKo",
+ "x": 198,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6gteh",
+ "x": 270,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "V7gqK",
+ "x": 342,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "svyXX",
+ "x": 414,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "OY5HG",
+ "x": 486,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "VXW96",
+ "x": 558,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "hJC12",
+ "x": 630,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "5vYLX",
+ "x": 702,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MK8zj",
+ "x": 0,
+ "y": 475.4285888671875,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "mjCOC",
+ "x": 72,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "W5VSh",
+ "x": 144,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MgBkB",
+ "x": 216,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "3XCTR",
+ "x": 288,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7Chrp",
+ "x": 360,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "WoVqb",
+ "x": 432,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "JayYk",
+ "x": 504,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Ygh6",
+ "x": 576,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "i0cW4",
+ "x": 648,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "D4gB8",
+ "x": 720,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "gWRyy",
+ "x": 180,
+ "y": 154,
+ "name": "Sprite01",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 368,
+ "height": 368,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yj21Z",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SwYgH",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xnI9d",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IoE0n",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "apxPi",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZFdg2",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cAnVG",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0JyU8",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BJUev",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zWLUF",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v40PE",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qg284",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CaEcA",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iBf9F",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "udLri",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ufm4v",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ov03j",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "1iv27",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "mcy03",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "hKKSf",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "snuRH",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7tlVI",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FGkr9",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "W2twX",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "T3Thf",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AKim7",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "64rhr",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kKXvz",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4ncUa",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "rmKsu",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "36EWh",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eMBMK",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7o2TW",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lPxmq",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nKQzX",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "wAoag",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6LrWm",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NfN7C",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VSmgF",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gbVu9",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oOexP",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "JHimd",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5bpWE",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bRmGb",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "djBBY",
+ "name": "Sprites",
+ "fill": "$--ui-color-grey-100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4Wi6O",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MZwYB",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w3v9z",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zJtvf",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uj8A5",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BPW9G",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pd5BL",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Lr4NH",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rftfJ",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "54IBP",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EGKzG",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QLqQn",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ib4GR",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a0fZ7",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NbU7f",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MpCap",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "aSnuV",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1XNms",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XqoZg",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p0rNS",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NlGSZ",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8aZrn",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "6H5ob",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4PkTm",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7hi02",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DokkH",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KP1fd",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WVXBJ",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N231U",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0dTY4",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PXbvJ",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0t43K",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hPTsu",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WdZjg",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YUtVK",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zNvzP",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "iVExh",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JvHSH",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P4LIH",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XaG0K",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uh2Hy",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9yvpr",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OLGXU",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6lcDL",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JwSD9",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZvO61",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "cL74Q",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "louoy",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iKy08",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RQbAR",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MGWbp",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "rriSy",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TKSHA",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yXqPF",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JxGOK",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RXLL8",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "sw3ub",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "trJES",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MyhGQ",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Wy6h9",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZyC21",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KpnLd",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1TkH6",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W1GXV",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TPMsk",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iXey3",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tvRIN",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uYMrx",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cbCy7",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "milD0",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lJAUs",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4b573",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3wBTp",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hprpP",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OS6TZ",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OHE0D",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wygX8",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8i6Yp",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bth6T",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EWkjY",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rluhw",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3yAwJ",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SO6B5",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VCoLH",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pt7A3",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "yOpdE",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BN3Hx",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9lZdY",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p0fYl",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mofrO",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cDBPa",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIfUc",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "482dr",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EHzv8",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jul0q",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uPItP",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TSvFS",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "txZTB",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9sg7h",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CcMhv",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dQrsN",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Sva6o",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4M0NP",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZFuad",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qrq6f",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kkdg1",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XIqic",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "r1UzE",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "399Z6",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sXebJ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4mkIc",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1S2Dh",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kaviL",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g4MBC",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "11ioT",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DfNrd",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Nt6IO",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oi5Dw",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XWYOD",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bg1IF",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S25u4",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9TASJ",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoKiH",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Duo56",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ahbmW",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MmSp2",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dbE85",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UcjJF",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Xuva",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nAcgy",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "N31mk",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ozuWT",
+ "x": 1220,
+ "y": 55,
+ "name": "Map Editor Page",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "TbC6Z",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "96XMq",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T1ltu",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OTIDw",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0RyQ5",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "DMo8k",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b2Zdi",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NJjaU",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RvlLy",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q2UmQ",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kRA5r",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B95fS",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ueCja",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m3Ggz",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qc6yA",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gY02t",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "re0OH",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YuE1Y",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Id2As",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZUXWs",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E4g3l",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Y4GDa",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eFvQX",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uN2pm",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IuIoB",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "7sE8u",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dt4m2",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wih8V",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BpMEq",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sg8WB",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HB1Qe",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cmsao",
+ "name": "button-01",
+ "fill": "#47d8e4",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qcT88",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UalOu",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$grey200",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k79Nn",
+ "name": "button-02",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cPfRS",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VjLGL",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$turquoise600",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iMH3z",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lCZCB",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "EvvLT",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wNhiE",
+ "name": "Main Content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "gap": 20,
+ "padding": [
+ 0,
+ 20,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ufddv",
+ "name": "Editor Canvas",
+ "width": 888,
+ "height": "fill_container",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "cornerRadius": 16,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vmbCO",
+ "name": "Central Image",
+ "width": 480,
+ "height": 360,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzmRS",
+ "name": "Sidebar",
+ "width": "fill_container",
+ "height": "fill_container",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2NxkO",
+ "name": "Global Configuration Panel",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2ukpY",
+ "name": "header container",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "padding": [
+ 9,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CresG",
+ "name": "Header",
+ "width": "fill_container",
+ "height": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6Ml22",
+ "name": "Title",
+ "fill": "$grey1000",
+ "content": "Global Configuration",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "bold"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jgRcr",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6sB5N",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rpq4a",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0fWzt",
+ "name": "section",
+ "width": "fill_container",
+ "height": 144,
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1,
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pCjrG",
+ "name": "Map Size Section",
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CEhs3",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Map size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mCtST",
+ "name": "Width Input",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "25DOU",
+ "name": "Label",
+ "fill": "$grey800",
+ "content": "Width",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XSuIF",
+ "name": "Value",
+ "fill": "$grey1000",
+ "content": "3000",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1sBeg",
+ "name": "Height Input",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gGSaL",
+ "name": "Label",
+ "fill": "$grey800",
+ "content": "Height",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "QLiug",
+ "name": "Value",
+ "fill": "$grey1000",
+ "content": "2000",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q4elX",
+ "name": "Physics Section",
+ "rotation": -0.03137605029497161,
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AcyWW",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Physics",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "VzIgt",
+ "name": "Toggle",
+ "width": 40,
+ "height": 22,
+ "fill": "$turquoise500",
+ "cornerRadius": 10,
+ "padding": 2,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "0taeT",
+ "name": "Knob",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rOXCs",
+ "name": "Layer Sorting Section",
+ "rotation": 0.022142390253113205,
+ "width": "fill_container",
+ "height": 32,
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "36hnG",
+ "name": "Label",
+ "fill": "$grey1000",
+ "content": "Layer Sorting",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "C7VEG",
+ "name": "Radio Group",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BXQzz",
+ "name": "Default Radio",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jX9EF",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QGVt1",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 10,
+ "height": 10,
+ "fill": "$turquoise500",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ez4JZ",
+ "name": "defaultRadioLabel",
+ "fill": "$grey1000",
+ "content": "Default",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MTsrY",
+ "name": "Vertical Radio",
+ "height": "fill_container",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n0D34",
+ "name": "defaultRadioOuter",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey600"
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "EipNX",
+ "name": "verticalRadioLabel",
+ "fill": "$grey1000",
+ "content": "Vertical",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dbgn9",
+ "name": "Sprites Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "49Iv8",
+ "name": "header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FmEN9",
+ "name": "Sprites",
+ "fill": "$grey100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "w2nDS",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "fill": "$yellow500",
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SOynz",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rPZ5y",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HTdeS",
+ "name": "Sprites",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ysvvP",
+ "name": "Sprite List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "C2PxO",
+ "name": "Sprite Row 1",
+ "width": "fill_container",
+ "gap": 8,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bGSjy",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nhZ1g",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TlZMf",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "3vlrC",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jwlj2",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZPnJT",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i44kx",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nRer0",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gpvfW",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OlOkj",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L0e2r",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aUM50",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "wUmrF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kSNgg",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JM3yn",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VQBLE",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fv76j",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vpBMS",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "4xB8x",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QQnu1",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TSYuX",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OrML0",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pS6Qy",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tQQpp",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "dRFZJ",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g33OY",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8FCWW",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ytO7a",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FUVKL",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D59FN",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "D5Rcf",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Qdir",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3uBTE",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GV1y2",
+ "name": "Sprite List",
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QYUm4",
+ "name": "Sprite Row 2",
+ "width": "fill_container",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6OnDV",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dmQeQ",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBYyR",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "YNmd9",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2wXV4",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DFQCW",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pyC4s",
+ "name": "Sprite Properties Panel",
+ "width": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 16,
+ 16,
+ 16
+ ],
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2S8C4",
+ "name": "Title Section",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7edOl",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iNHZ7",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "w6o7a",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VCy0F",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey800",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K4T6N",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ih7Eo",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WBHJ9",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QrGbD",
+ "name": "Position Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "u5SA0",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JMlhq",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o3j5n",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tpTb1",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "qNVNx",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Soms5",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "eS9Uf",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I8vPN",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aEPEc",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xCHRA",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VGEKc",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jWkOJ",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T3XXm",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nS2th",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hwI2t",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Xysgv",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PPc8B",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VZ3Dg",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "r5fbn",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "U53WG",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZL0mZ",
+ "name": "input-03",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZCNf6",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AhEai",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6G6Sd",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RVDFA",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VDKGk",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RMhqG",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I4vQ3",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FARhN",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VItyz",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M8dt3",
+ "name": "Rotation Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fEGG4",
+ "name": "Rotationlabel",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6LSws",
+ "name": "toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kB8sx",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OODiG",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dPkY5",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dak6G",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DH1AH",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p7NUb",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aAzwF",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qB2ZX",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zM9O5",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TkOnk",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O9e0X",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vJuri",
+ "name": "input",
+ "clip": true,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8K4rx",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l0eCA",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bjcK4",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LI759",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cGzcG",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Wf3FU",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "izMgD",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kzK6I",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qGQZp",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dbpju",
+ "name": "Show Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "P2GnY",
+ "name": "Showlabel",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KyxnP",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uXCaT",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QU6U4",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bqq6P",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5TJ04",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uqhrc",
+ "x": 2.010185836184519,
+ "y": 3.32026652869979,
+ "name": "eye",
+ "rotation": -0.12488342235181048,
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e4gP6",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CsD9Q",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mOmNg",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey800",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JdYks",
+ "name": "Physics Setting Section",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVlls",
+ "name": "Physics Properties Section",
+ "width": "fill_container",
+ "height": "fill_container",
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hX8JS",
+ "name": "physicsPropsLabel",
+ "fill": "$grey1000",
+ "content": "Physics",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Vqhv9",
+ "name": "Collision Checkbox",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 100,
+ "id": "jikKj",
+ "name": "collisionBox",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey600"
+ }
+ },
+ {
+ "type": "text",
+ "id": "Xykis",
+ "name": "collisionLabel",
+ "fill": "$grey1000",
+ "content": "Collision",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5wLH4",
+ "name": "Gravity Checkbox",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 100,
+ "id": "2Vk0E",
+ "name": "gravityBox",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey600"
+ }
+ },
+ {
+ "type": "text",
+ "id": "SxM9X",
+ "name": "gravityLabel",
+ "fill": "$grey1000",
+ "content": "Gravity",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WqHak",
+ "name": "Immovable Checkbox",
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 100,
+ "id": "uMmZu",
+ "name": "immovableBox",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$grey600"
+ }
+ },
+ {
+ "type": "text",
+ "id": "5dL0d",
+ "name": "immovableLabel",
+ "fill": "$grey1000",
+ "content": "Immovable",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nCFGN",
+ "name": "Collision Setting Section",
+ "width": "fill_container",
+ "height": 32,
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IaKyf",
+ "name": "collisionSettingLabel",
+ "fill": "$grey1000",
+ "content": "Collision setting",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7fyqw",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TtdrS",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qVnWu",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "E5MKi",
+ "name": "settingIcon",
+ "rotation": -0.10539739597776332,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "settings",
+ "iconFontFamily": "lucide",
+ "weight": 500,
+ "fill": "$turquoise500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FipHT",
+ "x": -334,
+ "y": 2188,
+ "name": "Sprite Animations Page",
+ "width": 1440,
+ "height": 900,
+ "fill": "#E9FCFF",
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aQX3A",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XTG0",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8Yok6",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TwUtv",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FIXLe",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "Q8Gxn",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DnhW2",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "D9P4j",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dc0Al",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IaOVg",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "73YQi",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E8RD9",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fcxJh",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EeH2t",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dGq13",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PfrJe",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gZpIV",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nV9Iy",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "45xSL",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eTN7N",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T6Klw",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lkRT6",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2SwnV",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CBlt0",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gnopQ",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "UttXZ",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1QY6q",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KPBfH",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RVT3E",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CmmGv",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jVXZA",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dAaLA",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "talga",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "birKV",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UUNnY",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5gtbM",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ka9ej",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FNiES",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ivkuu",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "BTkx6",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Jv9Z",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "YQBm7",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wE1fK",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hr2cM",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "V4sbr",
+ "name": "editor-code-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hgy4t",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3I83S",
+ "name": "editor-costumes-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CtseE",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YPdb2",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qcde1",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vz4dM",
+ "name": "Main Editor Panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "TTYzp",
+ "name": "Left Panel",
+ "width": 120,
+ "height": "fill_container",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0tFbf",
+ "name": "Animations List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zdr9I",
+ "name": "sprite-animation-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AE647",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lIZje",
+ "name": "animation01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "EMXyF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "omJAW",
+ "name": "animation-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "61Zku",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KUBYW",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "783hj",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tOwMB",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "87Px7",
+ "name": "sprite-animation-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "83MzF",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sLGWo",
+ "name": "animation01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "avXlO",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MxqMi",
+ "name": "animation-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ezu2f",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IFU8w",
+ "name": "sprite-animation-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "saJEd",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Kst7",
+ "name": "animation01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "VizbT",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8GiF9",
+ "name": "animation-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iE50C",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JRAiW",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "DTQYS",
+ "name": "addIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cWBwd",
+ "name": "Center Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgbAY",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "I4edz",
+ "name": "输入文本",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FtMxg",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "B5iMp",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwtGL",
+ "name": "preview",
+ "clip": true,
+ "width": 728,
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2zL7o",
+ "x": 0,
+ "y": 0,
+ "name": "Editor/Background style",
+ "clip": true,
+ "width": "fill_container(728)",
+ "height": "fill_container(676)",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Jo5OR",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l728 0 0 546-728 0 0-546z",
+ "fill": "#ffffffff",
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "yT1Nv",
+ "x": -18,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "yMcjc",
+ "x": 54,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "s3UZi",
+ "x": 126,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "dMjny",
+ "x": 198,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "fTpQN",
+ "x": 270,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "AAPCH",
+ "x": 342,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "oJdBE",
+ "x": 414,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "vjYrz",
+ "x": 486,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "dp0gM",
+ "x": 558,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "06a4n",
+ "x": 630,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8Zw15",
+ "x": 702,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "fpTHJ",
+ "x": -18,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "vnaeR",
+ "x": 54,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "tvytC",
+ "x": 126,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "uV6CI",
+ "x": 198,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ruaix",
+ "x": 270,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "QlwnD",
+ "x": 342,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Rw6AU",
+ "x": 414,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "s4vz4",
+ "x": 486,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6uah3",
+ "x": 558,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ws5AT",
+ "x": 630,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "UpJKv",
+ "x": 702,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ULpRr",
+ "x": 0,
+ "y": 252.57144165039062,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "5kqv3",
+ "x": 72,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "XdsGH",
+ "x": 144,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "EMqYo",
+ "x": 216,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Rnvsd",
+ "x": 288,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "y6tyf",
+ "x": 360,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "kgmVc",
+ "x": 432,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "gxB2R",
+ "x": 504,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "drw9D",
+ "x": 576,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "QqK84",
+ "x": 648,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "OGDwD",
+ "x": 720,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "rYFDR",
+ "x": -18,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "mM9cA",
+ "x": 54,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "DSB0i",
+ "x": 126,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "jcKff",
+ "x": 198,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "nW3OV",
+ "x": 270,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "nUAmT",
+ "x": 342,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "dZRZP",
+ "x": 414,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "eJOkF",
+ "x": 486,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "FcQ7N",
+ "x": 558,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "1LNgZ",
+ "x": 630,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "L10PC",
+ "x": 702,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CuIrM",
+ "x": 0,
+ "y": 29.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7OQDP",
+ "x": 72,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "73fDa",
+ "x": 144,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MT5kk",
+ "x": 216,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CwYMR",
+ "x": 288,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MUzX4",
+ "x": 360,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZWXoS",
+ "x": 432,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Axk0f",
+ "x": 504,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "v7bSz",
+ "x": 576,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "mW4EY",
+ "x": 648,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7XAoO",
+ "x": 720,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ikp1z",
+ "x": -18,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 71.99997l18.00001 0 0 18.00003-18.00001 0 0-18.00003z m0 0l-17.99999 0.00005 0-18.00002 17.99999 0 0 17.99997z m54.00001-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0FV3v",
+ "x": 54,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "9k2bl",
+ "x": 126,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "l2NXe",
+ "x": 198,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "yyyQB",
+ "x": 270,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "2nmf4",
+ "x": 342,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "bsdW8",
+ "x": 414,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "W8OLd",
+ "x": 486,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ArnAb",
+ "x": 558,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "HjkwI",
+ "x": 630,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "rZynF",
+ "x": 702,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "PQuJb",
+ "x": 0,
+ "y": 475.4285888671875,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "WUzDk",
+ "x": 72,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xZ9At",
+ "x": 144,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "VWSG6",
+ "x": 216,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "tL6yM",
+ "x": 288,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "X96oA",
+ "x": 360,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZVS5D",
+ "x": 432,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6WvYF",
+ "x": 504,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "L2mXe",
+ "x": 576,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "airk6",
+ "x": 648,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "qJcq3",
+ "x": 720,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Q9zDl",
+ "x": 180,
+ "y": 124,
+ "name": "Sprite01",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 368,
+ "height": 368,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CZ40z",
+ "name": "Animation Settings Panel",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 24
+ },
+ "gap": 4,
+ "padding": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hzsva",
+ "name": "Duration Section",
+ "height": 32,
+ "cornerRadius": 8,
+ "gap": 4,
+ "padding": [
+ 4,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "BPP42",
+ "name": "durationIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "timer",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "L7t0q",
+ "name": "durationLabel",
+ "fill": "$grey900",
+ "content": "Duration",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BlSLx",
+ "name": "Value",
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "padding": [
+ 0,
+ 5
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "qIPgb",
+ "name": "durationValueText",
+ "fill": "$grey800",
+ "content": "0.5s",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dTbht",
+ "name": "Duration Section",
+ "height": 32,
+ "cornerRadius": 8,
+ "gap": 4,
+ "padding": [
+ 4,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ZyPM7",
+ "name": "bindingIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "person-standing",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "DmfbX",
+ "name": "BindingLabel",
+ "fill": "$grey900",
+ "content": "Binding",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ea6e1",
+ "name": "Value",
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "padding": [
+ 0,
+ 5
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "pXeK9",
+ "name": "bindingValueText",
+ "fill": "$grey800",
+ "content": "2",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "egM9U",
+ "name": "Sound Section",
+ "height": 32,
+ "cornerRadius": 8,
+ "gap": 4,
+ "padding": [
+ 4,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "nHtW5",
+ "name": "soundIcon",
+ "width": "fill_container",
+ "height": 16,
+ "iconFontName": "audio-lines",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "text",
+ "id": "NcE4h",
+ "name": "soundLabel",
+ "fill": "$grey900",
+ "content": "Sound",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zAWox",
+ "name": "Value",
+ "fill": "$grey400",
+ "cornerRadius": 8,
+ "padding": [
+ 0,
+ 5
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b4V85",
+ "name": "soundValueText",
+ "fill": "$grey800",
+ "content": "name",
+ "lineHeight": 1.6,
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NAOwR",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "5lhZf",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1KkJC",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gVkUr",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "ZUIxF",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2XBzH",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "btx8J",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57XkI",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vI7BR",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0azqI",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mxWGO",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5MG9Y",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ea888",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oTFro",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zbYaU",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6nu4M",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B2cYF",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "JF3oJ",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "mz8aF",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "5VPb7",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7umFc",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CELUr",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QRVIG",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "S9sOZ",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1XS8s",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "s3BnD",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PkTq6",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xb4tZ",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lfyCP",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "ZAIRr",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2igk2",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "q7i3v",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PEfh7",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3Wve8",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2m2QI",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JYJjy",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fT9Ld",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9pR4L",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CrPcC",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Buy5V",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bmDj7",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "K50xQ",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4JN9H",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "74tk0",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0uAc2",
+ "name": "Sprites",
+ "fill": "$--ui-color-grey-100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "i8udg",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kZWPy",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sryik",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5X13r",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "kIwKO",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ngnKK",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5x75A",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "aDAhb",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YbgKt",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tyy53",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EFCAQ",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pFW67",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KHOpe",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JytQu",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IK9sk",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J6xB2",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "JBq5A",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T0JWT",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4mY6r",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IJJ0x",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NP81N",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "laHDs",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "d6Ngz",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tNWBR",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "udhN8",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dpFQJ",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CKJqF",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YpqWU",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MugaF",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "rh4nG",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "56Z4g",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hT7xF",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wl060",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "c1I0t",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "G8IAi",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wX1ld",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "0VJu7",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MI3Aa",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "smwLw",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "60eyo",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hiOws",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "M0yoz",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HMOrl",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0fIKM",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nWHeN",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l0nh0",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fxutz",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JA5pl",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x1M2q",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OOZIh",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dKHX2",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "phYhI",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rCzRI",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "edsvc",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ut2es",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "68nHb",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xWyW2",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JiGzP",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LzM6P",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HlzDC",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iGzy4",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yw5Ji",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wY6tp",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mdpoE",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "k5YWC",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bXWg7",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "YKU8Z",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9oz61",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S61VE",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jtop6",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xE59F",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kEpa9",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hfdyJ",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ezg9q",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0BHRa",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nPFdA",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "88CAy",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nkCBt",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nD3EC",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W0X03",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ESKx8",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3oNfc",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dp1Pz",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UKqc9",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cXZvM",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "JqJpH",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rLNNz",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4mwY5",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NSFHR",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H8SAm",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FTE1P",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h5kXb",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "E4c0n",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "u28Va",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5ipti",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0m7Hu",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DSFfU",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vzd9R",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zgGOL",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D7dKn",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dEb2T",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ItTnF",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fQZox",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4ewL9",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Y5wDx",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OCSLu",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m8CHe",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zd3mj",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fJxz4",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6TYsR",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Id547",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CJKGt",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3FnA7",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "laIm9",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZN66w",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UDdIJ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Of28G",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qsYIJ",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8SPdG",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Urrmk",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rILu4",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mKrIh",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jpZrQ",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HTiB9",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u9d39",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jqxng",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uv8dg",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hFIns",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oSaGu",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cSJnU",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "WmxVC",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "J053u",
+ "x": 2760,
+ "y": 55,
+ "name": "Sound Editor Page",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VlER6",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XYpbx",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XiMRG",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W9b2O",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "o3zCS",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "XQByy",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gJsqM",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "pk8a6",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yU8GQ",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xWxUT",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7YJSc",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "42Wxs",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oyvS5",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hds7W",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTV2H",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ym08e",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K6M6D",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gmbRH",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0fPsu",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9quau",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lDHkF",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ijqfz",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6zDQL",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KoFyB",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wd3z8",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "SNhrY",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "On3Qr",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "43GiI",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zXf1U",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8gwPm",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wqry4",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MkBEH",
+ "name": "button-01",
+ "fill": "#47d8e4",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "drz1F",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wcXFq",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$grey200",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dbZdu",
+ "name": "button-02",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O3YIz",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z3gde",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$turquoise600",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E4Ew2",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aFpAm",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "piQ3s",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wnWME",
+ "name": "Content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "none",
+ "gap": 24,
+ "padding": 24,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QN9z4",
+ "name": "Left Panel",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 20,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bM8ps",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N0Yf7",
+ "name": "editor-code-tab",
+ "clip": true,
+ "width": 81,
+ "fill": "$purple500",
+ "cornerRadius": [
+ 0,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6X97u",
+ "name": "sound",
+ "fill": "$grey100",
+ "content": "sound",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nTSOq",
+ "name": "Left Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "none",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bgUAE",
+ "name": "Editor Area",
+ "clip": true,
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#FFFFFF",
+ "cornerRadius": 8,
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "yr7wA",
+ "name": "Title Container",
+ "width": "fill_container",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lWAmt",
+ "name": "sound title",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P5Q2F",
+ "name": "输入文本",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mZT0j",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7SmRO",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WQtXn",
+ "name": "soundDuration",
+ "fill": "$grey700",
+ "content": "1.2s",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "41tIJ",
+ "name": "sound editor",
+ "clip": true,
+ "width": "fill_container",
+ "layout": "vertical",
+ "gap": 24,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xitl2",
+ "name": "Waveform",
+ "width": "fill_container",
+ "height": 222,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WDlTZ",
+ "name": "Left Handle",
+ "width": 16,
+ "height": "fill_container",
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 12,
+ 0,
+ 0,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "95NRs",
+ "fill": "$grey100",
+ "width": 2,
+ "height": 40
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HdCzc",
+ "name": "Waveform Image",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/Union.png",
+ "mode": "fit"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "uZFXc",
+ "name": "Right Handle",
+ "width": 16,
+ "height": "fill_container",
+ "fill": "$yellow500",
+ "cornerRadius": [
+ 0,
+ 12,
+ 12,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "QR0wW",
+ "fill": "$grey100",
+ "width": 2,
+ "height": 40
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bPyH9",
+ "name": "Bottom Container",
+ "width": "fill_container",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oUdJB",
+ "name": "Playback Controls",
+ "gap": 24,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f7x2q",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 20,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ePRss",
+ "name": "playIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "$grey100"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RN2OU",
+ "name": " volume editor",
+ "clip": true,
+ "fill": "#FFFFFF",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "MRwdj",
+ "name": "volumeIcon1",
+ "width": 24,
+ "height": 24,
+ "iconFontName": "volume",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ },
+ {
+ "type": "frame",
+ "id": "h8YUZ",
+ "name": "Seek Bar",
+ "width": 374,
+ "height": 8,
+ "fill": "$grey300",
+ "cornerRadius": 4,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kqh7z",
+ "x": 0,
+ "y": 0,
+ "name": "Seek Bar",
+ "width": 110,
+ "height": 8,
+ "fill": "$purple500",
+ "cornerRadius": 4,
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2hr8D",
+ "x": 100,
+ "y": -6,
+ "name": "Seek Handle",
+ "width": 20,
+ "height": 20,
+ "fill": "$grey100",
+ "cornerRadius": 100,
+ "stroke": {
+ "thickness": 1,
+ "fill": "$purple500"
+ },
+ "justifyContent": "center",
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "icon_font",
+ "id": "yLPTu",
+ "name": "volumeIcon2",
+ "width": 24,
+ "height": 24,
+ "iconFontName": "volume-2",
+ "iconFontFamily": "lucide",
+ "fill": "$grey900"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AAfsc",
+ "name": "Action Buttons",
+ "height": "fill_container",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OA1mv",
+ "name": "cancelButton",
+ "width": 84,
+ "height": 28,
+ "fill": "#f6f8fa",
+ "cornerRadius": 20,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "A5nGh",
+ "name": "buttonText",
+ "fill": "#57606a",
+ "content": "Cancel",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oQtqW",
+ "name": "saveButton",
+ "width": 84,
+ "height": 28,
+ "fill": "$green500",
+ "cornerRadius": 20,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$green600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IPXoh",
+ "name": "buttonText",
+ "fill": "#FFFFFF",
+ "content": "Save",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7bXcy",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "trnmU",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3ccFW",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qb2Wv",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Yazio",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dr5mZ",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Pwm1",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RqVBi",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gUMfB",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tIbCv",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GfU15",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wAzhY",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uz70F",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "H5NZP",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q6177",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "FMpMi",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W4BJa",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "wCqIt",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WE5Go",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "yn2fH",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pRNL2",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d5Jwi",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "yGGTc",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ePB3g",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "HlSFG",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lNow6",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mVwM3",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sInWS",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "byK0t",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "BlRDQ",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9HBJ0",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9qr4o",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6KctP",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tawL9",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vMEKy",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Py5xL",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mAaWQ",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LLE8R",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2iSMa",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "A0IXp",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "90MBK",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ueb0I",
+ "name": "sprite-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u7gyg",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cIllK",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nrNaM",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f0SfN",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EOB00",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9VRD9",
+ "name": "sprite",
+ "clip": true,
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9zbcC",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "S7t96",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UiVsI",
+ "name": "sprite",
+ "clip": true,
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0xjt9",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7GzoY",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RK1W0",
+ "name": "sprite",
+ "clip": true,
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ez57W",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "etean",
+ "name": "sprite-panel-list",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OLCPn",
+ "name": "sprite",
+ "clip": true,
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DHzrB",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5HVZ6",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Scnf4",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4iTkR",
+ "name": "sound-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZOIOp",
+ "name": "sound-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dIcHR",
+ "name": "sound-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$purple500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VwWtr",
+ "name": "Sounds",
+ "fill": "$--ui-color-grey-100",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "borFF",
+ "name": "sound-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ohsXY",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7VDc2",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fitO5",
+ "name": "sound-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "AYtod",
+ "name": "soundlist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "BfHiI",
+ "name": "sounditem",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9wa1y",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "width": "fit_content(88)",
+ "height": "fit_content(88)",
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$purple500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2FwwL",
+ "x": 2,
+ "y": 64,
+ "name": "sound-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gKMPw",
+ "name": "Sound01",
+ "fill": "$grey1000",
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aOPc5",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B1HZM",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "fddcV",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "58Abk",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5nzDO",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mkdUF",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T8srs",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0DApY",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PmfMh",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "RdL48",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wOknI",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ET3Nd",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ivTmU",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YWRfp",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "yzjKD",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L3uM1",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wggXu",
+ "name": "soundlist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OLh64",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qIkSB",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EctZD",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "CwveK",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XiRuc",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qDpPu",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1HgAw",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kefS5",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "iEmSJ",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lnITf",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4mjGJ",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bl3jw",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VKwsc",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "oCUMu",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SjGXf",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "51Yyl",
+ "name": "soundlist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "7jWKi",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0C9hO",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KxNT5",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "mngGi",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xvJMS",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wqv31",
+ "name": "Sound Item Component",
+ "width": 88,
+ "height": 88,
+ "fill": "$purple200",
+ "cornerRadius": 8,
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rgjdD",
+ "x": 16,
+ "y": 4,
+ "name": "sounditem",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y70XF",
+ "name": "Play Button",
+ "width": 36,
+ "height": 36,
+ "fill": "$purple500",
+ "cornerRadius": 24,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "PnXhf",
+ "name": "playIconComp",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "play",
+ "iconFontFamily": "lucide",
+ "fill": "#FFFFFF"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QKcRp",
+ "x": 23,
+ "y": 64,
+ "name": "soundNameComp",
+ "fill": "$grey1000",
+ "textGrowth": "fixed-width",
+ "width": 42,
+ "content": "Sound01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jfo5n",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pQp8Q",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P3Kct",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MSbTg",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iywrh",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nniSY",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "awzCV",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Sq58",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "Fu2S7",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ },
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VKg1A",
+ "x": 4282,
+ "y": 55,
+ "name": "stage-code-editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A0Q0L",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gSiod",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gGcHm",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kX0q0",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Uwkpn",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "mUWue",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TRuej",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "xODzz",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VUe4x",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SkISa",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BlUte",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jmLv6",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "raJLn",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zNYf2",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dsD1S",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lod4v",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WCKky",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7tv4U",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oNPNz",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zwXQT",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mc8Ml",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8vDZ1",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OdNlL",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E297p",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JyZZm",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "kTqwB",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dtglB",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bKdg8",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z1otv",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DEKUx",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ny9fI",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dDkQL",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xwlaO",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AYvh3",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Iv1Cy",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jsK8q",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HjSCZ",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bLUiJ",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4dWVD",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7hJex",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FHNLD",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "cD6Yl",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cMVh4",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xKwq4",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "C1LJW",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eN3Fs",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N6jj8",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "05V26",
+ "name": "Widgets",
+ "fill": "$--ui-color-grey-100",
+ "content": "Widgets",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ax7ln",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "q9Kma",
+ "name": "Backdrops",
+ "fill": "$--ui-color-grey-100",
+ "content": "Backdrops",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NysJq",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5PXKQ",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QtayW",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gAYAF",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EFgcu",
+ "name": "输入文本",
+ "fill": "$--ui-color-hint-1",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kb3et",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f8M1A",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "$--ui-color-grey-100",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HwDDE",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EIDok",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "$--ui-color-primary-200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "z6Xqm",
+ "name": "Left",
+ "fill": "$--ui-color-grey-100",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xVkuJ",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "$--ui-color-disabled-bg",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YmZtT",
+ "name": "Right",
+ "fill": "$--ui-color-grey-100",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LffSI",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AwwHy",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$grey900",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bF611",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "EdJUM",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XTX37",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#fabd2cff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uPNvz",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qvyTy",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gdKVO",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "$--ui-color-grey-100",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "pMbAX",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cokiY",
+ "name": "Event",
+ "fill": "$--ui-color-grey-100",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6OhKx",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VfWj3",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2ndQn",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "cNbfF",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sP53r",
+ "name": "Look",
+ "fill": "#fd8d60ff",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LsIpy",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PVAnX",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qbTsf",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nBGCW",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "KlQdR",
+ "name": "Motion",
+ "fill": "#91d644ff",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dv0ag",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9Z8wI",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HwDVJ",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZKp5f",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QDWJO",
+ "name": "Control",
+ "fill": "#3fcdd9ff",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "euDrD",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NFvW1",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GnDJy",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "17gBD",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ze73w",
+ "name": "Sensing",
+ "fill": "#4fc2f8ff",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h1Z2H",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BUhjf",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EEJCP",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3jh4x",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "$--ui-color-sound-main",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "k4v1J",
+ "name": "Sound",
+ "fill": "$--ui-color-sound-main",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n3Meh",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jneHh",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3SlJ4",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jqE3N",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PNF93",
+ "name": "Game",
+ "fill": "#5a7afeff",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wA2WC",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "2afyj",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--ui-color-dividing-line-1"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "4rqaB",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "R9rUg",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$--ui-color-hint-2",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "L2uht",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sRYRs",
+ "name": "hover-settings",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cziht",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "w1WLA",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oY2Nr",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "e7yE1",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wd6bN",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0yju8",
+ "name": "Settings",
+ "fill": "$--ui-color-title",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BxJUb",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dW0dQ",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FcB3Y",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "FHyfA",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "$--ui-color-primary-main",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "Deyjx",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-primary-main"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "z7HWE",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3tmzj",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1wmg",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wMZGl",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "9rtUl",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DllX3",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "civTl",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R4z4E",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NsjAh",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x4ArU",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vVDwJ",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7TRw7",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6a4SS",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K4bw3",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2Q7Q0",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cz7m8",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xd4SW",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mvW96",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "99vg3",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wh7WP",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rn1lh",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9lnz0",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DjFlb",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "q0UGv",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IxCsM",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UcQrV",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QyFmd",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tvGZH",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4IPek",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Ii9mj",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0rdzW",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "161hM",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "38v7w",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Fb2MI",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "g2v2N",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8zP89",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0N4zs",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Bsrkv",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jd1jF",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jB26Y",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sWg1b",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ej6EH",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZkgO4",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "W1RHr",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wYT4l",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "irPdq",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d2XYN",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ej055",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "v4YyK",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZiM5v",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HaDZl",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xjmUa",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lPEtG",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "znZOy",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aJ5w7",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "52QsK",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L1P4S",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RwWgi",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EDaDh",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CAJR9",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HOGcP",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "C84cL",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iKGKQ",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N1JJS",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zRaLi",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "riKJu",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NtJmg",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "g8pZC",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7yIFG",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wYisV",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "012Q1",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--ui-color-dividing-line-1"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MBQM2",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "pGtof",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$--ui-color-hint-2",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nvmcu",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SAY06",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1QMLN",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "81PE7",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FHe4M",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jiR7C",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f98Nd",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gROPX",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "C0at5",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RZYYW",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0vfyF",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PCLVU",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rlefI",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "irNcJ",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hjcKE",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kvFJg",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mDyyd",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jpXFs",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y6lsO",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ndu2w",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X4KVS",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HHt3q",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eFXHX",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GBtrR",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLAMs",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Bhmt0",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8tTUd",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "G8Zjc",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "b54Iy",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CtYTP",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pCOXp",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38seo",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VPmAv",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Q2pjt",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dXM4h",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Np6f4",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bNoA8",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wt4cp",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QDMal",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "i0tZy",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dHhii",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "d4spR",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U2EwC",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2RAew",
+ "name": "key:",
+ "fill": "$--ui-color-hint-2",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "m3l9S",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zHvZc",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "sknaG",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t4TrR",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yxf4W",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GKWlM",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OwGMw",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "48EWe",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "sEvUA",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JQXPT",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5ZSB9",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QolGH",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pKa8l",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H9XAs",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "d7EJc",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rRWdX",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t9JXm",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PfO1E",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "fk5yV",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTk9S",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H7xeM",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KXiZd",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sidQt",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e7Uyd",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zfbFi",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qPLiM",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "i4wNH",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N60wb",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "3IXma",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "t1FkB",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "670jN",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "G8Bgv",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8Xxxt",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "u1tbL",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B9nky",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6VXoH",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dSQwo",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fG8J9",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ij5ZQ",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kVjCk",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RL4Wc",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HI4ed",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NE5Go",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NlbCc",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1mWJx",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pBhoO",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "hM7vq",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zhvwS",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "yhb2A",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c9Pv6",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ETRgr",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uCel9",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "m4iIe",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ijf32",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ANPAl",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nMQeB",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JcjsI",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yXuys",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nZJDP",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2Gfas",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lmxZj",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1bxGo",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "LTdZd",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j3fPw",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BCDXv",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ygv3q",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "pmJgN",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4VI6Q",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "0AjqF",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L0mSf",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ohsBE",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "swKRp",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4eHFa",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4dUI0",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9p9Fn",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XIdY1",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Tdi8U",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cENrZ",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "A7Emh",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ciRug",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "owULj",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JHrv8",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GNhc8",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qsMPj",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "g7hqr",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NBg9e",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2qytp",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0l2Ye",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "UGhND",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "guIHF",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aODUS",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T9Ncl",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8zQIo",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rsaMG",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yWGBJ",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "87LqD",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oU1dW",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uLPMc",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NCsna",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2pdqa",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Ep1y",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qbuFY",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QLLhV",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "xLHtH",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v9MqN",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7DUVH",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FgqRd",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sDyrJ",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Waesh",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jbQ2J",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hG9YT",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HgJ3n",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JEgoh",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iNp5g",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VrkSs",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iNkAX",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5hZzY",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Je9wH",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "MXZoG",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0J6yY",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j79C1",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9VX31",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZnFtq",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yw2zx",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E5T2x",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XeXwZ",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nAVJ0",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Agx4S",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6pkNc",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "986oc",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nbTqR",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DK6oS",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hMZkz",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "A3wm3",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TVEK1",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mpi7j",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zKA5M",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MIaq4",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8jQAb",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZFJdM",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KS5H0",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jb0c5",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4RfLN",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LjlVg",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5K62U",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FtsyE",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "BQAKD",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "4CI7N",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "lwVQJ",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sFerA",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "cX65A",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HoPWs",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8Z3kp",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "E5GiE",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iCIe5",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "vCPbJ",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "nOdtw",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "DOzLm",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N9L9z",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "1DE0a",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "mYma2",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JdVbx",
+ "name": "code-workspace",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "OK0iw",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "$--ui-color-disabled-text",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "suxYx",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "hghAi",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "Wzj5H",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "I797g",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "H6dje",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "YcfZo",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "mlc6d",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "EmwmP",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "KvBIN",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oqmsA",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "QDVJu",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qPXfD",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LVjnW",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "LOg25",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Xnev4",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "AKHMQ",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2uiWI",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "TwWpj",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1qdnb",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2mUze",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "TtTgd",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5uCkb",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UJDJz",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "h7XVg",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "aZysA",
+ "x": 0.000017506411040812964,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "du9HW",
+ "x": 0.000017506411040812964,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "19YbL",
+ "x": 35.99992997435629,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GXlhb",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xr753",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IjW2L",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "SRqVJ",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LJlqj",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "DxUSv",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "19DZy",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ndxa8",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "34XBm",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "44fes",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xu3Su",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "85mPb",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Tj5WS",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L80Dg",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j91Nb",
+ "name": "button",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "99ZQZ",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vdTP9",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--ui-color-text",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H98y8",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "5ntxh",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dNHYx",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uB4LW",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "SOwGE",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pdFod",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fuMSS",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H1naB",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MaJPt",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PGgZu",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YByXU",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "seghN",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rpZ6w",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XBQuP",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nsbAB",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPKT5",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gzvQO",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "I1vW4",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "9qV9R",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "DJJfI",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RiT2O",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TVj58",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nMEMx",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ml3f1",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7VyXU",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "J1RHN",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dCebY",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "EOjWN",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LlqY4",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "aWFTG",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DLJY5",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PvZIx",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NIGsX",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "P2bvR",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kxz4w",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fl3ja",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lfLf7",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RxJmC",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yRj1j",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EgAC7",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zq7XM",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "hQ9is",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6EiqY",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RW5eh",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wYItV",
+ "name": "Sprites",
+ "fill": "$grey1000",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "enXQ2",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f5Uqb",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6tVli",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gs4cQ",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "XuDK4",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sf43g",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OHYUX",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "SiOua",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YYLmV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "kX4bs",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bwvU4",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BTMn7",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3kqxl",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vWilH",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Z047l",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2vyb3",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JjpRE",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xsl8W",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PfOyv",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WYeif",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WsagO",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "w7lZN",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PuPvw",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "4VLjA",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "90aV8",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "PnmE2",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yYhhF",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Ued1",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AvD6Z",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "EhySg",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "abTQU",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eJQCX",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V38Ec",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LYouq",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "w3tHA",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IN24T",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SyTTP",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jjT5H",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8nvDE",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "kmdG8",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3CxDW",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P7srv",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3oot2",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dt6DD",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0GWmC",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hx4ae",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7eaUr",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XjNk",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AiWLT",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "HhwcF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Utwvt",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0sdjU",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "me12y",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7NvrP",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "h8jH8",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a63cW",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mIYWm",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pFRGG",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5kgf",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "7LKCF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9HKdq",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Fx9xO",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r6MyE",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "v1KHL",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bl9eq",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pgWwg",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4UiBm",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k2mLh",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GzDvp",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "suxdx",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xNVK",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9vBf8",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dgun0",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lkxfd",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RndRV",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Clls",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3DedM",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nW2q2",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "caoac",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mNFfC",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QFygK",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LCqAe",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vPr6T",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4yLKp",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rNoBV",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hsBji",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i9LjN",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "d5PtR",
+ "name": "Stage",
+ "fill": "$grey100",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T8wmb",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3i6Fx",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AP6ht",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xzrVT",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "uBBNP",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ },
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5JYzT",
+ "x": 4282,
+ "y": 1039,
+ "name": "stage-widget-editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FLK00",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H1GVj",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gQboA",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J9m8z",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ridHg",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "Narzj",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qbCbt",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "q1Jvb",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "umxRv",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EJBGx",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yHQQG",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ep1EG",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X2M5O",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7qy1e",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TEpoK",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FlBXc",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4Wa8w",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "brwZi",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nWNuU",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wqgfq",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9dMuX",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CGgfM",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CVrvc",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "60GXu",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "t9UK9",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "uFxwq",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m2Gib",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SdXvq",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "shfgh",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5TEWr",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fx2EL",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UW0z1",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PoJja",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "L8hug",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pb3Wf",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nJzQL",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "82HTB",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xXTEQ",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Kybmf",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "LfFmU",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qWGDn",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "d2Sgw",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IiiR0",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Gb9A",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "uWkBQ",
+ "name": "editor-code-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LgMcE",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q4oY3",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PnUjS",
+ "name": "Widgets",
+ "fill": "$--ui-color-grey-100",
+ "content": "Widgets",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hy48g",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DRFCk",
+ "name": "Backdrops",
+ "fill": "$--ui-color-grey-100",
+ "content": "Backdrops",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rJ7GO",
+ "name": "Main Editor Panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KA1fm",
+ "name": "Left Panel",
+ "width": 120,
+ "height": "fill_container",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0p6QB",
+ "name": "Monitor List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QnIXt",
+ "name": "stage-widgets-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JjXtL",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dTrcw",
+ "name": "Monitor01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "03zhA",
+ "x": 14,
+ "y": 6,
+ "name": "icon container",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "40RdQ",
+ "name": "monitor icon",
+ "rotation": -0.07847698933288101,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/monitor-colorful.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wwXqm",
+ "name": "monitor-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BSCAH",
+ "name": "Monitor01",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HO4Ji",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$blue500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K98Vp",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ja8Ay",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uBpEw",
+ "name": "Node ID: n2NlAstage-widgets-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oosTu",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ugN3J",
+ "name": "monitor01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cCX7f",
+ "x": 14,
+ "y": 2,
+ "name": "icon container",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jxfCo",
+ "name": "monitor icon",
+ "rotation": -0.07847698933288101,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/monitor-colorful.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LKyLS",
+ "name": "monitor-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7R2ki",
+ "name": "Monitor01",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UlXxT",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RlFwE",
+ "name": "monitor01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EU620",
+ "x": 14,
+ "y": 2,
+ "name": "icon container",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SmCmi",
+ "name": "monitor icon",
+ "rotation": -0.07847698933288101,
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/monitor-colorful.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3ZKDX",
+ "name": "monitor-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "439jr",
+ "name": "Monitor01",
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RcesP",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "e2Ev0",
+ "name": "addIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xeg77",
+ "name": "Center Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VmbJN",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4keuG",
+ "name": "monitor01",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Monitor01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5jFAV",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "boPvE",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fLCJL",
+ "name": "editor panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "padding": [
+ 0,
+ 114
+ ],
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EnqDw",
+ "name": "Monitor container",
+ "width": 88,
+ "height": 88,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3OqRb",
+ "name": "monitor icon",
+ "rotation": -0.07847698933288101,
+ "clip": true,
+ "width": 44,
+ "height": 44,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/monitor-colorful.png",
+ "mode": "fill"
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JSCHE",
+ "name": "sections",
+ "layout": "vertical",
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "GfvVY",
+ "name": "Label value Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rEC6s",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ng1cG",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Gguv",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a4l72",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Label",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ecD9t",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "My score",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "omGxu",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3yNN3",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U1f45",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d754Y",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wF4Zk",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VtQBN",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rURrm",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j0H3z",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z3rZk",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Value",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ElYMl",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "score",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "L3hfh",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "W3xl9",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bb99R",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WlOVZ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "T19oh",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "hr6Ny",
+ "name": "Vector",
+ "geometry": "M0 0l372 0",
+ "width": 372,
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "$grey500"
+ }
+ },
+ {
+ "type": "frame",
+ "id": "EddDZ",
+ "name": "Position Section",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VJdYh",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "34ChA",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cgq4C",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1YxSR",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Toxei",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "0",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tT7id",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "btjyQ",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wUQhO",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gQG53",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uCa98",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MYtIX",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "w5YZT",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0OqnC",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cGMpS",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3Cdpm",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "0",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NAhmm",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "drZ9m",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4n59n",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hrvoQ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AtBTq",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I38yR",
+ "name": "size section",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "m7KvY",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gj4N0",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zciIE",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "928Pi",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jZ325",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p1YIW",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "h40sL",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "M4J4T",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--ui-color-hint-1",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3sojU",
+ "name": "Show Section",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "561S8",
+ "name": "Showlabel",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ee3Jl",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7hMsa",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YtGHb",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SagPj",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ThcPh",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yIk46",
+ "x": 2.010185836184519,
+ "y": 3.32026652869979,
+ "name": "eye",
+ "rotation": -0.12488342235181048,
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7dQfN",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1JKK6",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "D97sa",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey800",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1PqxQ",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RoS3s",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s0Qe6",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "57vId",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "zrAiQ",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HkqNK",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xEp6p",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fWUlt",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UNHpG",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TXzdG",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ePLrk",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AASAy",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zVZ3j",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "BcWbT",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eX0fl",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "eKsVd",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I6nLY",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "06k3b",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "X6VPT",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "wQ0v6",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kAsiG",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RaAaO",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4ZZ16",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vH5Vm",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "sB1w4",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fWL2E",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LR2UA",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "FenZ0",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YR6J7",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "wXTeC",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LmNCK",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ePAhh",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tNc4O",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "78gt9",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fUsgN",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CE3Iy",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YGo2O",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "R6Cim",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BkevE",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gp3t6",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cq2xB",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "i7tSl",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e3i54",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tj2vD",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Vg40I",
+ "name": "Sprites",
+ "fill": "$grey1000",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "z3M3o",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bg5LH",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a9H0P",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uFm3s",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "8LK4W",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "wmw54",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CAhMO",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bhxkf",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L4iuu",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "ajgXF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6JEGt",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PqhRX",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dJeTz",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L1Cda",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "KxYxA",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iZHZs",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kThQl",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iXlOu",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2zZeQ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "isjhI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oXZ8B",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gM8hv",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QWREA",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "46Py1",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tpx2s",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yREKZ",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mkBXX",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zx2WL",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GGoqJ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "BbqFs",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g6p8E",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "99Enm",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ba1pV",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wv4bV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "3nvHG",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vd6GB",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UxzLm",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lzcrT",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TvgTR",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "vS5t3",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0815",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0F71j",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XAWtZ",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qhVh0",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q6DKj",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "EmceG",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ElrP8",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VW98X",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B8qOV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "ZnCn4",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OMFcE",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T5xmY",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NC6K3",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VIuxD",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "0f4jd",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wAP1D",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qY6Rx",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5LhgQ",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9QGNd",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Vv40K",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IYWoB",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4DV6s",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fos4k",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "u9dkb",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fzyuV",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UzLb3",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "psE5o",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MXIWf",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OM9ie",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZOlze",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tKgAu",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6OGhs",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v2UiJ",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rfmbv",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vq2u9",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i4Lue",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hjrRh",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OFSLJ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4NL45",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VQFXY",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rs201",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GzJjD",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "USBcd",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gTOlu",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tMw8Q",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KfTMs",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O4at9",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sFGU7",
+ "name": "Stage",
+ "fill": "$grey100",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sJYds",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPmsM",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v5DCA",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K55b0",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "sLFEq",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ },
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5l54G",
+ "x": 4282,
+ "y": 2011,
+ "name": "stage-backdrop-editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GmlcV",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WJAT1",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7iYyi",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9dFMI",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6pbdz",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "FDRBs",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "keLib",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fIWG3",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-primary-main",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wsIFF",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4BxJV",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3vapr",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mB1k1",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GQg4x",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CCs90",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rvVgF",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9FXua",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H19uN",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8NhC",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4LOqS",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W5GDx",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kPAWo",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DdfPY",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k5pZy",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IlO3t",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uDXQI",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "X0HZO",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gy1gf",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2XfpW",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZW2TP",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L6tPl",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TLeVf",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VzJ49",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B4ywR",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eGXih",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NkY2H",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lrsgH",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZslCa",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VsEbP",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0p2H2",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "inHvs",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SdHD2",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JnWZJ",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PADO6",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "swL1G",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "hgB2X",
+ "name": "editor-code-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PV5Q6",
+ "name": "Code",
+ "fill": "$--ui-color-grey-100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZvKjI",
+ "name": "editor-costumes-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HycAr",
+ "name": "Widgets",
+ "fill": "$--ui-color-grey-100",
+ "content": "Widgets",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GM0P1",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nsM8A",
+ "name": "Backdrops",
+ "fill": "$--ui-color-grey-100",
+ "content": "Backdrops",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XogNl",
+ "name": "backdrop mode",
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l3AFo",
+ "name": "container",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L2k5c",
+ "fill": "$grey800",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "iPBd1",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "circle-question-mark",
+ "iconFontFamily": "lucide",
+ "fill": "$grey800"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ma1sh",
+ "name": "tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CTE7u",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sYbHZ",
+ "name": "tab-text-04",
+ "clip": true,
+ "width": 45,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "W5YK1",
+ "fill": "$turquoise500",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GPSwc",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 57,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Feo1C",
+ "fill": "$grey1000",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BNQ0T",
+ "name": "Main Editor Panel",
+ "width": 888,
+ "height": "fill_container",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "vHQuH",
+ "name": "Left Panel",
+ "width": 120,
+ "height": "fill_container",
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WBH0J",
+ "name": "Backdrop List",
+ "width": 120,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WhmzY",
+ "name": "stage-backdrops-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RiT8D",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$blue200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$blue500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NNTaB",
+ "name": "Backdrop01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "FUBFN",
+ "x": 16,
+ "y": 14,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 52,
+ "height": 39,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NJl2v",
+ "name": "Backdrop01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "r0MQ8",
+ "name": "Backdrop01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SoGBK",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$blue500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WlMXW",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5D7E5",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-grey-100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZXs2F",
+ "name": "stage-backdrops-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gGwZZ",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vuxOI",
+ "name": "Backdrop01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "V3FB4",
+ "x": 16,
+ "y": 14,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 52,
+ "height": 39,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AuUCa",
+ "name": "Backdrop-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VKLEr",
+ "name": "Backdrop01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hkvmB",
+ "name": "stage-backdrops-card",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IZC9u",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "keiWM",
+ "name": "Backdrop01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "yhEQv",
+ "x": 16,
+ "y": 14,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 52,
+ "height": 39,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aSpBb",
+ "name": "Backdrop-name",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mhgfb",
+ "name": "Backdrop01",
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s6vQY",
+ "name": "Add Button",
+ "rotation": -0.10539739597776332,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "cornerRadius": [
+ 0,
+ 0,
+ 0,
+ 20
+ ],
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xrRdm",
+ "name": "addIcon",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "add",
+ "iconFontFamily": "Material Symbols Rounded",
+ "weight": 500,
+ "fill": "#ffffffff"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XQRIM",
+ "name": "Center Panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey200",
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 24,
+ 20
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wKaZ6",
+ "name": "backdrop-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VOIXm",
+ "name": "Backdrop01",
+ "rotation": -0.1253305362213285,
+ "fill": "$grey1000",
+ "content": "Backdrop01",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Xgz0w",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nIlgZ",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zivtm",
+ "name": "preview",
+ "clip": true,
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oTMHX",
+ "x": 0,
+ "y": 0,
+ "name": "Editor/Background style",
+ "clip": true,
+ "width": "fill_container(728)",
+ "height": "fill_container(676)",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LqPYJ",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M0 0l728 0 0 546-728 0 0-546z",
+ "fill": "#ffffffff",
+ "width": 728,
+ "height": 676,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "llZ41",
+ "x": -18,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "BPF61",
+ "x": 54,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8nxmH",
+ "x": 126,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "4IOcR",
+ "x": 198,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "I62Xu",
+ "x": 270,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "b1PiE",
+ "x": 342,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "i0HbO",
+ "x": 414,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7o3Z2",
+ "x": 486,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "cxzsB",
+ "x": 558,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "E7oOZ",
+ "x": 630,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZFbDb",
+ "x": 702,
+ "y": 586.8571166992188,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0wURy",
+ "x": -18,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6rtqZ",
+ "x": 54,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "EEScR",
+ "x": 126,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "1szYH",
+ "x": 198,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "KvPW6",
+ "x": 270,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "RNvd4",
+ "x": 342,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "BlZuw",
+ "x": 414,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "JqzVG",
+ "x": 486,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Lpf9o",
+ "x": 558,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "zkXJu",
+ "x": 630,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ij4O5",
+ "x": 702,
+ "y": 364,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "wgenF",
+ "x": 0,
+ "y": 252.57144165039062,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "7V1oZ",
+ "x": 72,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "xHHW5",
+ "x": 144,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "I8SpH",
+ "x": 216,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "ex7Xs",
+ "x": 288,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "mruny",
+ "x": 360,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MQ0wt",
+ "x": 432,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8LR1q",
+ "x": 504,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "T8M6U",
+ "x": 576,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CWd3v",
+ "x": 648,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "eshZz",
+ "x": 720,
+ "y": 252.57142639160156,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "EvNdw",
+ "x": -18,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 72l18.00001 0 0 18-18.00001 0 0-18z m0 0l-17.99999 0 0-18 17.99999 0 0 18z m54.00001-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "mtK9y",
+ "x": 54,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "cSKsp",
+ "x": 126,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "TC32K",
+ "x": 198,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "vhe3t",
+ "x": 270,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CimKM",
+ "x": 342,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "GCctt",
+ "x": 414,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "zyF9D",
+ "x": 486,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "9xR4W",
+ "x": 558,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "4W1p0",
+ "x": 630,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "MOk8Y",
+ "x": 702,
+ "y": 141.14285278320312,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "p2xVE",
+ "x": 0,
+ "y": 29.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "YuCD6",
+ "x": 72,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "UyWoh",
+ "x": 144,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "vqWnl",
+ "x": 216,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Sd1RQ",
+ "x": 288,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CSQmr",
+ "x": 360,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "6fsYr",
+ "x": 432,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "E3Bh3",
+ "x": 504,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "iaajL",
+ "x": 576,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Eor7",
+ "x": 648,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "CTFXL",
+ "x": 720,
+ "y": 29.714284896850586,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "uN1Fi",
+ "x": -18,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18.00001 0 0 18-17.99999 0 0 18 17.99999 0 0 18 18.00001 0 0-18-18.00001 0 0-18 18.00001 0 0-18z m-18.00001 71.99997l18.00001 0 0 18.00003-18.00001 0 0-18.00003z m0 0l-17.99999 0.00005 0-18.00002 17.99999 0 0 17.99997z m54.00001-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "WJUln",
+ "x": 54,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "aDwh4",
+ "x": 126,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ltp2b",
+ "x": 198,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "l1C3G",
+ "x": 270,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "N01Lk",
+ "x": 342,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "IZhrG",
+ "x": 414,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "0ZwKo",
+ "x": 486,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "bMGQC",
+ "x": 558,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "KAnYH",
+ "x": 630,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "8GF24",
+ "x": 702,
+ "y": -81.71428680419922,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 71.99997l18 0 0 18.00003-18 0 0-18.00003z m0 0l-18 0.00005 0-18.00002 18 0 0 17.99997z m54-71.99997l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 71.99997l-18 0 0-17.99997-18 0 0 17.99997 18 0 0 18.00003 18 0 0-18.00003z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "OZ8Rn",
+ "x": 0,
+ "y": 475.4285888671875,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "TSt98",
+ "x": 72,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "KaGse",
+ "x": 144,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "iUC2g",
+ "x": 216,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "4of5Z",
+ "x": 288,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "3tTgu",
+ "x": 360,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "llzmK",
+ "x": 432,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "9gyUd",
+ "x": 504,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "TQ7eJ",
+ "x": 576,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "z1YBW",
+ "x": 648,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "path",
+ "id": "4v3iX",
+ "x": 720,
+ "y": 475.4285583496094,
+ "name": "Vector",
+ "geometry": "M36 0l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m-18 72l18 0 0 18-18 0 0-18z m0 0l-18 0 0-18 18 0 0 18z m54-72l-18 0 0 18-18 0 0 18 18 0 0 18 18 0 0-18-18 0 0-18 18 0 0-18z m0 72l-18 0 0-18-18 0 0 18 18 0 0 18 18 0 0-18z",
+ "fillRule": "evenodd",
+ "fill": "#eaf0f7ff",
+ "width": 72,
+ "height": 111.42857360839844,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2380952835083008
+ }
+ },
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "g4j1k",
+ "x": 164,
+ "y": 187.8797440512276,
+ "name": "Backdrop01",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/backdrop.png",
+ "mode": "stretch"
+ },
+ "width": 400,
+ "height": 300,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rdzXi",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "668VY",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1hK1B",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hEAqm",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "aEZyJ",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LEL2N",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VtmfN",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vjX8Q",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bFEpW",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "v1d4i",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xa1g0",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hPok6",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wSsJ5",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wdE7t",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7XObQ",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-3",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "9w722",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ay0zW",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "zZAfB",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "qDx6A",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "kPO7S",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8g8yH",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Qdybr",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "D4GJK",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mFrxS",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KdtAx",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Cxpoj",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0291j",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "2eEoP",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0WWKw",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "kqnMy",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UQzC4",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zsSm9",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ijyts",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "78tvS",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "y3BiE",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "h4V4D",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "c5QbU",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "85aph",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DMdKW",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6fPEY",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lmdYb",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "0T1cS",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "961CL",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y8O3Y",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WXPRu",
+ "name": "Sprites",
+ "fill": "$grey1000",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "dk1Yz",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1piC",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5bgmF",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey1000",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LStxl",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "kJ1Dp",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Oy4Wt",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "utEgq",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "0bAOv",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QXXVB",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "DBF1M",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JS4Yj",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vtALN",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "712te",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VVMYc",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "qmM7H",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nw7ad",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VvqYE",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IZuEW",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Esq9c",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "9jLhX",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JfHEj",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Lm34A",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZmF5s",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gqhaJ",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tcnS6",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rBSuM",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aP2uS",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "s1JC9",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBbIJ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "8Q4PG",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H193j",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uuko2",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c2U6r",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "11JlZ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "7BESP",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lkCgA",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gKubo",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N1vnn",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bGnap",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "t8lIP",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "044gD",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yJigd",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iyX9i",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "GucCi",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BYQUp",
+ "name": "spritelist",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "lNG6G",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SNl4l",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "mL0ea",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "H4fBa",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "zhu9F",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h9aen",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2xwj2",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cGpxm",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fVdt9",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "5Yl04",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aUHCz",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HGsZl",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HCkb3",
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W2LXo",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "1M81B",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "msyRC",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "73Q3t",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B59FS",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "eAte0",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fcXh7",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Q6rY",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F9yXq",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UOLQn",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ztdfl",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "v5Lu0",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pfKHw",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dNyW8",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zV8wj",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sVQzb",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rlsdh",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bpnAB",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "481Cc",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WTc1r",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tpdri",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sD0vK",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vHDft",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "edBIl",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WaKet",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "c1WjC",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SPbqP",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-primary-300-aa6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xsyto",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lXYNU",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$blue500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6jt1V",
+ "name": "Stage",
+ "fill": "$grey100",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7X3X1",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TnNy1",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bqiXX",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tGoxE",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "kKMLl",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ },
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "variables": {
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-color-primary-300-aa6": {
+ "type": "color",
+ "value": "#b5ebf0a6"
+ },
+ "--ui-color-disabled-bg": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "--ui-color-sprite-main": {
+ "type": "color",
+ "value": "#faa135"
+ },
+ "--ui-color-sprite-200": {
+ "type": "color",
+ "value": "#fff6eb"
+ },
+ "--ui-color-primary-main": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-text": {
+ "type": "color",
+ "value": "#57606a"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-color-primary-200": {
+ "type": "color",
+ "value": "#e7f9fa"
+ },
+ "--ui-color-sound-main": {
+ "type": "color",
+ "value": "#a074ff"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-dividing-line-1": {
+ "type": "color",
+ "value": "#d9dfe5"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-color-grey-200": {
+ "type": "color",
+ "value": "#fbfcfd"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "yellow300": {
+ "type": "color",
+ "value": "#FDE2C0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "green500": {
+ "type": "color",
+ "value": "#63CE29"
+ },
+ "green600": {
+ "type": "color",
+ "value": "#3CA80C"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "purple300": {
+ "type": "color",
+ "value": "#E2D4FF"
+ },
+ "purple200": {
+ "type": "color",
+ "value": "#F6F1FF"
+ },
+ "blue500": {
+ "type": "color",
+ "value": "#219FFC"
+ },
+ "blue200": {
+ "type": "color",
+ "value": "#E9F5FF"
+ },
+ "grey500": {
+ "type": "color",
+ "value": "#D9DFE5"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/spx/images/Union.png b/ui/spx/images/Union.png
new file mode 100644
index 0000000000..b173f0c901
Binary files /dev/null and b/ui/spx/images/Union.png differ
diff --git a/ui/spx/images/add-outlined.png b/ui/spx/images/add-outlined.png
new file mode 100644
index 0000000000..4fee713e9a
Binary files /dev/null and b/ui/spx/images/add-outlined.png differ
diff --git a/ui/spx/images/ai canvas logo.png b/ui/spx/images/ai canvas logo.png
new file mode 100644
index 0000000000..25ded9d9d2
Binary files /dev/null and b/ui/spx/images/ai canvas logo.png differ
diff --git a/ui/spx/images/backdrop.png b/ui/spx/images/backdrop.png
new file mode 100644
index 0000000000..6d16838592
Binary files /dev/null and b/ui/spx/images/backdrop.png differ
diff --git a/ui/spx/images/banner.png b/ui/spx/images/banner.png
new file mode 100644
index 0000000000..d0c85db343
Binary files /dev/null and b/ui/spx/images/banner.png differ
diff --git a/ui/spx/images/bg.svg b/ui/spx/images/bg.svg
new file mode 100644
index 0000000000..e22e10ff8f
--- /dev/null
+++ b/ui/spx/images/bg.svg
@@ -0,0 +1,13 @@
+
diff --git "a/ui/spx/images/builder\344\275\277\347\224\250.png" "b/ui/spx/images/builder\344\275\277\347\224\250.png"
new file mode 100644
index 0000000000..8035e7f84c
Binary files /dev/null and "b/ui/spx/images/builder\344\275\277\347\224\250.png" differ
diff --git a/ui/spx/images/codekiko.png b/ui/spx/images/codekiko.png
new file mode 100644
index 0000000000..9e9f678b09
Binary files /dev/null and b/ui/spx/images/codekiko.png differ
diff --git a/ui/spx/images/monitor-colorful.png b/ui/spx/images/monitor-colorful.png
new file mode 100644
index 0000000000..627ff88745
Binary files /dev/null and b/ui/spx/images/monitor-colorful.png differ
diff --git a/ui/spx/images/navbar bg.png b/ui/spx/images/navbar bg.png
new file mode 100644
index 0000000000..f14450799b
Binary files /dev/null and b/ui/spx/images/navbar bg.png differ
diff --git a/ui/spx/images/pubilsh-colorful.png b/ui/spx/images/pubilsh-colorful.png
new file mode 100644
index 0000000000..991a45d099
Binary files /dev/null and b/ui/spx/images/pubilsh-colorful.png differ
diff --git a/ui/spx/images/sprite.png b/ui/spx/images/sprite.png
new file mode 100644
index 0000000000..27214af47a
Binary files /dev/null and b/ui/spx/images/sprite.png differ
diff --git a/ui/spx/images/tutorial entry-filled.png b/ui/spx/images/tutorial entry-filled.png
new file mode 100644
index 0000000000..55fc72cb84
Binary files /dev/null and b/ui/spx/images/tutorial entry-filled.png differ
diff --git a/ui/spx/images/user bg.png b/ui/spx/images/user bg.png
new file mode 100644
index 0000000000..430d563d38
Binary files /dev/null and b/ui/spx/images/user bg.png differ
diff --git "a/ui/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png" "b/ui/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png"
new file mode 100644
index 0000000000..47fa6c720a
Binary files /dev/null and "b/ui/spx/images/\345\234\260\345\233\276\350\203\214\346\231\257.png" differ
diff --git "a/ui/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png" "b/ui/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png"
new file mode 100644
index 0000000000..2390a81dee
Binary files /dev/null and "b/ui/spx/images/\347\224\250\346\210\267\345\244\264\345\203\217.png" differ
diff --git "a/ui/spx/images/\351\241\271\347\233\256\345\205\250\345\261\217.png" "b/ui/spx/images/\351\241\271\347\233\256\345\205\250\345\261\217.png"
new file mode 100644
index 0000000000..cebc869570
Binary files /dev/null and "b/ui/spx/images/\351\241\271\347\233\256\345\205\250\345\261\217.png" differ
diff --git "a/ui/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png" "b/ui/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png"
new file mode 100644
index 0000000000..4a712ebf8d
Binary files /dev/null and "b/ui/spx/images/\351\241\271\347\233\256\350\277\220\350\241\214.png" differ
diff --git a/ui/spx/main-change plan.pen b/ui/spx/main-change plan.pen
new file mode 100644
index 0000000000..b224e34073
--- /dev/null
+++ b/ui/spx/main-change plan.pen
@@ -0,0 +1,34668 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghivN",
+ "x": -720,
+ "y": -70,
+ "name": "精灵编辑器改版",
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cTqAn",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 10
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "66ltZ",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8SvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DEzxX",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JxmT9",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$--primary",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "PpLlK",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "$--primary",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jOTJA",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff24",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "VK0mX",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wgal4",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z0BgA",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uCyvn",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$--primary",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jKU2y",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3CJu8",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$--primary",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1capZ",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "obUBX",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zdq1M",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$--primary",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0YmoK",
+ "name": "nav-button-undo",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "46vYY",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kkgKQ",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Grp4A",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JYJQl",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nCGzM",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YBrWs",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCvhc",
+ "name": "text0001",
+ "fill": "#ffffff14",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BFMDD",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DlP5K",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YBXkI",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$--primary",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SyCx6",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgHwS",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FSarG",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vTqZA",
+ "name": "button-group",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUUt1",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocu1C",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7dkCH",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise500",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kAa0u",
+ "name": "button-02",
+ "fill": "$turquoise500",
+ "cornerRadius": [
+ 0,
+ 6,
+ 6,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QRtR4",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0RTSz",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r60xm",
+ "name": "nav-button-user",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hxBbL",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "V5oqt",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#eaf5ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oz831",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "xQ1Es",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dOmFa",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "a224K",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "fill": "$--secondary",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "4To9U",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qUwsN",
+ "name": "Code",
+ "fill": "$grey100",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GE5HK",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U60J4",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FOR2K",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ksYTw",
+ "name": "Code",
+ "fill": "$--secondary-foreground",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XWH2x",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O6UJI",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JY7KV",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PkWSv",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "14TAL",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ttERu",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7y4NS",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "74690",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r6OXy",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#eaf5ff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#99cdfd"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr3Kt",
+ "name": "Left",
+ "fill": "#0064fa",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kmNrs",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pL0uo",
+ "name": "Right",
+ "fill": "#24292f",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zbken",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mZs3M",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "#1c1f23",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "19wEA",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ynuKq",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E2e1k",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$turquoise200",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EhSBc",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sUBqf",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WorKS",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "u1onx",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#ffffff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gaJfc",
+ "name": "Event",
+ "fill": "$turquoise500",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKUjP",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "00UNG",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qL4q",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "92FLK",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "$turquoise500",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "TcgoH",
+ "name": "Look",
+ "fill": "$turquoise500",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9vMnZ",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0KPEl",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IsGXW",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ispzD",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bak8K",
+ "name": "Motion",
+ "fill": "$turquoise500",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wkEzU",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "98zLT",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K6DwO",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dl20o",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "$turquoise500",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oNI6b",
+ "name": "Control",
+ "fill": "$turquoise500",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3TNVK",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sBeTZ",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "79Jjx",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zwICw",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wi7bL",
+ "name": "Sensing",
+ "fill": "$turquoise500",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BraVV",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WYkPm",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TgZsn",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZVu85",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "$turquoise500",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "arWNR",
+ "name": "Sound",
+ "fill": "$turquoise500",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mXe9",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TiWuE",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWeeG",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGSdF",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MtEWR",
+ "name": "Game",
+ "fill": "$turquoise500",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jsL5M",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RFnw8",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "SrFTR",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "0N1lz",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "CXp8T",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "12E3U",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hCXSd",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ej9t3",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WC3Rc",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rqyLT",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AFie7",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ip3WY",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MQfy1",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gwOx2",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jta6b",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "KcFmW",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0064fa",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "0rYFz",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "P4LJL",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qQwIE",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A619z",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyC5m",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "6JiVM",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "exrZN",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zTA5f",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m0U2J",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Du6Nb",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bEIAk",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "W69Sv",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xmKds",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iQaVY",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kHbn3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zmRvn",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SgVAr",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tCWsQ",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pGlRZ",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aLt99",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bp0GR",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7fZX",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yVo1Y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sA6cs",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ra8hE",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KUaPw",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ylJ93",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xv4ID",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xcTbS",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9aBKl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "La85T",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOn68",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "chC1a",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dMZDW",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oUgd0",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ooHzw",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "geL10",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4zQLY",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SN3Uw",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "opBIP",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZpZzj",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QpBWU",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OLaFE",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLbBH",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yqqgG",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GwZw8",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JTdJs",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VbEnq",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nRnVx",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Y1z4V",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m6FfC",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hT84n",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VWLkD",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DhNwh",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "csSxa",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9AX46",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KAc1F",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HQo1N",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n5ueP",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2ATOn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L7OZ4",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1fk0",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UAxxT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6KzSk",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9i5Ym",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HZMje",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v1EI0",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SOPWg",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NxGdE",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jqoQS",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "civMb",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HCesH",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "5TFyB",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "lbiCU",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wbk3v",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bnagH",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5hWg",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IemVa",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "asFxl",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bkwm5",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mpnG7",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zN1de",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5zhUE",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k008T",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Vn52X",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fb8hO",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UeZJv",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hsca2",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IQr6o",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XwQFY",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RZmUM",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "KyWIx",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PuJgo",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "1VpGx",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dSyKo",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LwXrO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GY8kl",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ffqdu",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUb1g",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yZ8Yf",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z1eBK",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z1rwn",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SNQD1",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2IWbL",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "okt0K",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1jVlm",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FRKga",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pSBcs",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rQ6qJ",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z5EZP",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1use0",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "THhTO",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YKjuD",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "1fv9h",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAveN",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tKXOB",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XG2Le",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BRUVu",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FZ37c",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rjJ1m",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YAsZh",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8do1",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pOde4",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "f59UQ",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dbKVC",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KUSlY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qAHjI",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Fj7Pj",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Az0hT",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "goHe1",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ogy7X",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Www4t",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EKbCF",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kkqeu",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A1y12",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XjLgl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "bBBpK",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oHDMs",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZUDPP",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HWHLI",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3QxDt",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3u8j",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6fV55",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HgxyS",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycu6y",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3gD9",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qgjd4",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LXpml",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4EGd9",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IOhgb",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sAb9j",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MWqen",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tec5k",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PhaJ0",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6FtAk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iD5ZV",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4olXm",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "uRsF1",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IfU8J",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dol5k",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AMxcl",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "maRnY",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IsPP7",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4kYqc",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vw4Nn",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GE5hW",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "s9U00",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SBmjH",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atjOx",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UmZLk",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hus5M",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NRO4W",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5zd3D",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PHP49",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YVsz8",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pBW8p",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WeUso",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "djLya",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pprD5",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ekxuq",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "U6ORz",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qb0yz",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7zOlE",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzU4Z",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mtk9I",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EbPdG",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "gD4mY",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z77ln",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iKevp",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7hmeh",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OUJc0",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sfREp",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "axSKM",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DtwHQ",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CHjZ0",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "KQDoH",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AHvWG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rxuRV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gf8Ou",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WpBGv",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9yx87",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bdt0O",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PJb3X",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "230Bb",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XG8iL",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BCphY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "eEhYM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZGgHj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m2iy3",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KP5XR",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jP1ek",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gvg4s",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hOY1y",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xj5ev",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TvbvX",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "L5Tdk",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KPUh6",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jv3RO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y9GqA",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EIGAP",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RrWWI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "VDTwn",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ByF13",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8XXM9",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7d8JH",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FGs4v",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xnvfv",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xVjNx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ldfl0",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Szuyr",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qFMFu",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnNS7",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e3nxS",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bnknw",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PHoYx",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SV3SY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ddyFM",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9iNKT",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8Wb54",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BIC0O",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YXgRR",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v2CU9",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJQm0",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I6zGc",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QoOZi",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0ClQU",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6qGMv",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a5tTh",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k36Dz",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hhu0Y",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aTxEm",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "qxnua",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "L4aPn",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIf9J",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GdQPT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s5kFq",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kI36W",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nLQoD",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yGLew",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4QBCL",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RrXKQ",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZepBl",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BHRvQ",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w1MxS",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tNsrz",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "iFDKF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "4gwWr",
+ "fill": "#6b7075",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wqhzH",
+ "fill": "#0064fa",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tStxB",
+ "fill": "#0064fa",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Lg0AI",
+ "fill": "#6b7075",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wH56L",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Mc5oD",
+ "fill": "#1c1f23",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ZS0rl",
+ "fill": "#1c1f23",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "v3Jo2",
+ "fill": "#1c1f23",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wpwWy",
+ "fill": "#6b7075",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YZ9Dd",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WP8dG",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErM6U",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yLfpy",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OqyiQ",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "DCzpM",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QUt0u",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "9HymR",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "aybK2",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "zXjUO",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "J63Pl",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "WGaOv",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "lVoHs",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "SUIiJ",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "L628a",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YuUme",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "duaew",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pa0EO",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d6ju",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bfERk",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "URyWL",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "a9vNk",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U3QJ9",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "dvQDJ",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "L6JlJ",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RVnJR",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "53DhQ",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "dUKmN",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "If6Q2",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "ZkD43",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "QAJJ5",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "9WW4L",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N8x4M",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rMZa6",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xJ7T",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NCTtR",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "hw0BF",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OoJmH",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "qMe9p",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mL2C8",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MHXIC",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ShLVF",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WwRQX",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g8o5v",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lArxW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GAQ7E",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9gkR2",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gHVjw",
+ "name": "button",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMqwG",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m95uu",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXheM",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "S2HE1",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3JnlT",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 6,
+ 6,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HfbDm",
+ "name": "Preview",
+ "fill": "$--primary",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "RPc25",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CZNVC",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FsPnI",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XO9EX",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xrTlH",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5t1Hi",
+ "name": "Button Text",
+ "fill": "#ffffff",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bdphW",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xJWp",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xMg2z",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$--secondary-foreground",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HbPOD",
+ "name": "Button Text",
+ "fill": "$--secondary-foreground",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6IQ35",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 6,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000012",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "z2nqX",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56FZr",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "CeOPg",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "HsCd8",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "h4l8O",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nGNbo",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0fca5",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lJJy6",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vqXe0",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "600jq",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8gI6q",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "u1dO0",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8JtBN",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1GzLl",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "iTZVS",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "NYZbc",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KTqME",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "6zTuo",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KqLG0",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "N0gxt",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "mCxSH",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4MWPV",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LOj3r",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wQlS9",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "VNsSh",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3HS7N",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GSUXI",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey400"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OxYPA",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FS0TH",
+ "name": "sprite-panel-header11",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$turquoise500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8pcd2",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "KhSCY",
+ "name": "sprite-add-button000",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$grey200"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hTgJN",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "diMyT",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "khSs1",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "RIj0k",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Emq33",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hvg9h",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "psbxD",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VkjOM",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1mJLk",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K2w2M",
+ "x": 68,
+ "y": -4,
+ "name": "more222",
+ "width": 24,
+ "height": 24,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$turquoise500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bt62H",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lWogT",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EsOSA",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8SWLY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8pVp",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "Kbudh",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KwATD",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KoXX9",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZrVpg",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z11X7",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXTI0",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "rGEbI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IHqdU",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ic3KR",
+ "name": "Sprite01",
+ "fill": "$--secondary-foreground",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Inter",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "13sRm",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HavNA",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fxy0l",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J0p0o",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gIP1j",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SZUYG",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--muted-foreground",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7q7Tq",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 3,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eReAn",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAXQf",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yFWWc",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "StvGf",
+ "name": "input-01",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IoD3G",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TvWyG",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IRqqj",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8IP8P",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qM6va",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vZeiT",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OY4tK",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "indEO",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "55v68",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eHzKo",
+ "name": "input-02",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XWLw",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mApQf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YYpGD",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lMPJe",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PBOMo",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Z0MzN",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "isnZi",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ViYDg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r2vpq",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LnWIb",
+ "name": "input-03",
+ "clip": true,
+ "width": 104,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c7HQU",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G2eS6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8xaB",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nqVBg",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "6ypk4",
+ "children": [
+ {
+ "type": "text",
+ "id": "IInvj",
+ "x": 65,
+ "y": 0,
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FKzLo",
+ "x": 0,
+ "y": 0,
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4WQO2",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IO1eY",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MMFt8",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gL80p",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHxY2",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iYuQZ",
+ "name": "sprite-inspector-row-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JEqMk",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DLFOS",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Qiwv3",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X5bxY",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9WSi",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "91jsW",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5ZdS4",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xRCbg",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HtvCo",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8vLIw",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$--primary",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i9vMi",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZuWr4",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ikR3b",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$--primary",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XojCv",
+ "name": "input",
+ "clip": true,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "k3zYN",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey100",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8NIdM",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OFudI",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KSyBI",
+ "name": "Text",
+ "fill": "$--primary",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "j2fIb",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Jb9lS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8OYGx",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9PYZs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4ez05",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wYMPj",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "8os0a",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QRfCb",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w8kvf",
+ "name": "sprite-inspector-tab",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "padding": [
+ 2,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f14CB",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WgBR0",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ij4Oi",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "T9tRb",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xmcVb",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oySbl",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uRNDf",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$--primary",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sAm5f",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8VhEA",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a3VNM",
+ "name": "Sounds",
+ "fill": "$--primary",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rfVEL",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "fill": {
+ "type": "color",
+ "color": "#e9f7fd",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "54gAB",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "aobUu",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QStdr",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zeLbC",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XEID3",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BRzRk",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UBejO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R1ezu",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ur82L",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZoDy7",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S2J0W",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y8ILm",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dJBKo",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$turquoise400",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uSJHU",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EDENK",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d14bc",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$turquoise400",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JYpA6",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Co2x3",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R28jR",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XiNzY",
+ "name": "Stage",
+ "rotation": 0.05232924603011021,
+ "fill": "$--primary",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rOy53",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U9FkV",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3V6cy",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HuecX",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "LaLQt",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/项目运行.png",
+ "mode": "stretch"
+ },
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPHBr",
+ "x": 931,
+ "y": -1677,
+ "name": "泛化社区",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g6PnT",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000003063",
+ "clip": true,
+ "width": 240,
+ "height": 900,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6xyQ",
+ "x": 12,
+ "y": 846.156494140625,
+ "name": "Frame 1000004734",
+ "width": 216,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z6zNM",
+ "name": "image",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "UWMi1",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ {
+ "type": "color",
+ "color": "#e1d4d4ff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/个人头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S95Qi",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SYHhV",
+ "name": "Username",
+ "fill": "#24292fff",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5Czqp",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MAMBB",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ota7m",
+ "x": 0,
+ "y": -0.24853515625,
+ "name": "1",
+ "width": 239,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": [
+ 18,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HnzNc",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xea1y",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Vw3X",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#24292fff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6yxGN",
+ "x": 240,
+ "y": 135,
+ "name": "Frame 1000004883",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "ErVzr",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3wJxR",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wcE9P",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hThTC",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FJME",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hBchz",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KMdI8",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2qRtU",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Bt89",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5aII",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SCxQ0",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gr2Gu",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z0eFr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tCkWk",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NY4NR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "xjyeQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SPfPl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iAuIl",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "CaL0I",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gH5mH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "b17LX",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mn7oh",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hxpuF",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "K7uSH",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KtFig",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7AqLc",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zXtlj",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Mjodh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CdSh0",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N8unJ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNlb7",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "reusable": true,
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "MF9uX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "36ea5",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ENsle",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aDeeH",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vAvlA",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ywloq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Hc0Z9",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jV85v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mx98w",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhX0h",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3WxDy",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p7N6N",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Czq03",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n7Mx2",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "feTCP",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "kQz5N",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RWlH6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XvZ7g",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rtvKa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NSLfs",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "4pZ07",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XcCJv",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTHL9",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mSEpd",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0j0x5",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WlgXq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fuzd1",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fdGYS",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DC2Ic",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wHvT",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1DhpG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "fLZRU",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2U6Qj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "19vzZ",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PogU1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CoW7e",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DnKjy",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c30LT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Y1UJh",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cmOZ9",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zn6Jq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WAZEr",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l52SP",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fQrXf",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "arBGZ",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4NAFH",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "ynpyr",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdgzB",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BUdTR",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DtbP8",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gFBLb",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "JZzBk",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oEAoH",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BUeFX",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BxdCj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "poy9l",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qEeM7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0M4BM",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sYlj0",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Azl9w",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L7jmO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7h5Si",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gNczW",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2cwmV",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zgQCK",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eWYWD",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gTFm",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ipdgY",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZqlQT",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "7wLkf",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QoYTg",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XNQoH",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oA2Mv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JJ2ea",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ptIyP",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lB9bq",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3gw3P",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "oiCbP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DImQo",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "A9dEP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "I3RrW",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pqE7K",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "IKdei",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GL48V",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8irFV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bVgHC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C5Dbz",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X18bB",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Cw06P",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e49Io",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wdKj8",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lxc9o",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HYFmq",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "IV9QX",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qeg6V",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Skchs",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lvvzh",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WiK2q",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UwTxS",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngMIk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ml9Rr",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nnZxK",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ghjvi",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vnpYF",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "izYEO",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "T067N",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wmuVK",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W4vw1",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nqJ06",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKsDT",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MWzww",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pvR1d",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Z5Vr",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DyJXv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HVVOr",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3FyPe",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FLFaH",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hUQZE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GV46M",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DYRZh",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "olF0E",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Zm0X",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lX8Dv",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EnuEz",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sKo0G",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "e7TJn",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "d0gcK",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D1f81",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rzqA4",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vgTyI",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lYURn",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "i29UB",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wgo1S",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PNwnU",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1VKQv",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZN3qF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sx3BV",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pRD5N",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "fK616",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zkGcT",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QA0wC",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fu8Dj",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QqXU1",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pcme0",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kySSE",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tMdBR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "j24rZ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2H46t",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0hEju",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "lqxyk",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7FcFo",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VXV22",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLE6h",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6L1cV",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "i8SZZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3kKA",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k8C3s",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cCQK4",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E0Hm1",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jvZwA",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a79gS",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iNL9Y",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dS5RB",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5rwy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1R4PB",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lWOQf",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p2fFb",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5yTCc",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eduQb",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "N1Ehs",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RvGKI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wUUo7",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Uc1dq",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ULWDL",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BPKKU",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q2Zpw",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8d5CR",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "tf2DQ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "17Aes",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OrehV",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Aj8tf",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vEEEd",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TfdNP",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08tz8",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lIGJM",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NpN32",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zr22O",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YlUgQ",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7YmtI",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hknQY",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7o5Gc",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iemGc",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ec1z3",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "p5lU7",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AG8wU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4USZ1",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0wGLa",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G46oF",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tkUzA",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mjnMw",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "2b740",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rsgue",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "71TBM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NNFge",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fFpxO",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CKqJQ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TLhwx",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aScDj",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3p0mP",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pDbkq",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XdT9R",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "NZ0lc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "34M18",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "VjFtz",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8GsTK",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fVTqk",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZWO0C",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cd89z",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lasOI",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6yJze",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vR3Lz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZqLQD",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oLSA4",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J2NOR",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qtgu9",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CBgZu",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mJbTB",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tCqe1",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIuDx",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jTPSw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sMnE4",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "acir4",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l45yS",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JAcxS",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mo7R3",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jk9IE",
+ "name": "title",
+ "fill": "#24292fff",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "rEACV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Yyqmu",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "M2KdM",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XnD0v",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zjfdg",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bFydN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQIhv",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "rEQUz",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "H4qiD",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "acSpy",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HB1vs",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "usZbY",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kuvtc",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RzV4c",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kcfau",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4IQ5j",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CrqN7",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VUjsl",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n3GP7",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5WrAs",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "C4j1v",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Rop2v",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "d4jD8",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2qeF2",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7nVGO",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f0LdC",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "lltkJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "mPQPU",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gAEDb",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4r32H",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "Hw10H",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3fgwG",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ca775",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n8DY1",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8mZer",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "R5sCU",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "DgIpm",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rQAeb",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "b5xv9",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "n0fcr",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "kkU9z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "xC9Gg",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79ePu",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXQwq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R0jVV",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "0lEhW",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0j9xc",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GbnlB",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UOyiZ",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "zF88e",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LxmkA",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NQlQK",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "61Ql7",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "87KAZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NayMq",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "mWIih",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pZytd",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gBTgl",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GsOIY",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "y0yJW",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "5WK6c",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DId9a",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1X0pN",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "buELS",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "3jPVJ",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "VGl1U",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0x4N2",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vcFnv",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZXava",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c8l6u",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a1LMt",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1uWqR",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "64Pp2",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "sNpaJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "wNwpy",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "9Y6jE",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kCIkI",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4b5FG",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "n4Ixl",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "Bbddh",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3BAvr",
+ "x": 0,
+ "y": 64,
+ "name": "list/menu-list",
+ "width": 240,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 8,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CiUyN",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A6qH1",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1pvh",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uB1tW",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000004889",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rcdWk",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a4UF1",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "#57606aff",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "T26id",
+ "name": "My projects",
+ "fill": "#57606aff",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xt3Ep",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4J0bc",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R7YSH",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#eaeff3ff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JA6Uf",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YvOVX",
+ "name": "Frame 1000004948",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bafl1",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k05jk",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DHGUa",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xQDD1",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "MWLSX",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "DxEHS",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "1rjfb",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#57606aff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SzLwO",
+ "name": "Community",
+ "fill": "#24292fff",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2GTdQ",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7yrUL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6jtqc",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fIGw4",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wFuBM",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "#57606aff",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qKsMx",
+ "name": "Tutorials",
+ "fill": "#57606aff",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vf6dv",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XD2Vj",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0ra6F",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g27f2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y0x7J",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FJtqJ",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "j9RwE",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DAwCk",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5tW6r",
+ "name": "Following",
+ "fill": "#ffffffff",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oh7eg",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XnhEX",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WKbmf",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ni5oM",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OIDCA",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pEbl6",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "pCOtz",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t5116",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B1Ttv",
+ "name": "Followers",
+ "fill": "#ffffffff",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GB276",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YoGyF",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1aFFF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yqUJz",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1CDJg",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bXCBi",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X4L4S",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "#57606aff",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9mFC9",
+ "name": "Asset",
+ "fill": "#57606aff",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7w91h",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P9J67",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YatwD",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X53RI",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QKRq3",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kV1VW",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lcMRW",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xzFAn",
+ "name": "Docs",
+ "fill": "#57606aff",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhyK5",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PxzyQ",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ml0QO",
+ "x": 240,
+ "y": 0,
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": 1200,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#cbd2d8ff"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qf7H2",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "elnoO",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "#f6f8faff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VXzLg",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mrBmU",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "#24292fff",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FeDxO",
+ "name": "Search project",
+ "fill": "#a7b1bbff",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRpYI",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Yb9yw",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q6aym",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IA2qK",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "otQzE",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCod2",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPx5W",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "V42XM",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "cxhV1",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "kRB1p",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E3ry4",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AmV8Z",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "InSGW",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "#ffffffff",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jbY9H",
+ "name": "SPX",
+ "fill": "#24292fff",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RTXuO",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vjqkw",
+ "name": "Frame 1000004918",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kW2bt",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "3VFe2",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FxA4V",
+ "name": "AI canvas",
+ "fill": "#24292fff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YxfZe",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#fbfcfdff",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Tq7S",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UKF6T",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H39Py",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "n1eny",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "#f9f9f2ff",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pu6Lg",
+ "name": "Linx AI",
+ "fill": "#24292fff",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dC73c",
+ "x": 239,
+ "y": 63,
+ "name": "Frame 1000004878",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dGHfE",
+ "name": "筛选",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QcljH",
+ "name": "Tab/independent text",
+ "fill": "#f3fcfdff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "179qK",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KUm6N",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GDtVG",
+ "name": "Tap Text",
+ "fill": "#24292fff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SFk7e",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MkCUs",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tn8Fs",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZOIKu",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JtKL4",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LZGtY",
+ "name": "Tap Text",
+ "fill": "#57606aff",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0Rsi",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aQUmC",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1rUp3",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "SIGjx",
+ "name": "Button-2",
+ "height": 32,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LoDKO",
+ "name": "All",
+ "fill": "#57606aff",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "HWn8J",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RlU3n",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "#57606aff",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ESqqi",
+ "x": -720,
+ "y": -1677,
+ "name": "精灵编辑器",
+ "width": 1440,
+ "height": 900,
+ "fill": "#e9fcff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SW8hI",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/navbar bg.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OS1yW",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OmEvU",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rL4ex",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hoIjK",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "JDiB9",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zyYR3",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2v4o1",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bPbUO",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LiqqN",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Eu56q",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D4VR2",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RIP1r",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Jsv5",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "26RKS",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Hpm1T",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HdNT2",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z1LEV",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m28w2",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wwU7Y",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UmXpu",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KM5K9",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "feyPd",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ocUXI",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H7gdn",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "bgyBW",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vadFc",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DQ1lU",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57FLv",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yRRQm",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PBm32",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IPsOY",
+ "name": "button-01",
+ "fill": "$grey200",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "80pi8",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j1S52",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$turquoise600",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H0COB",
+ "name": "button-02",
+ "fill": "#47d8e4ff",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fPRXE",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aH1Vj",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$grey200",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6O1hJ",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F4k15",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "NO5yg",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7mIeD",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "zh5lU",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yXh3q",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 20,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2m2lc",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "YaIDX",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QR3CO",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vsAUS",
+ "name": "editor-costumes-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xl2ri",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujf5D",
+ "name": "editor-animations-tab",
+ "opacity": 0.699999988079071,
+ "clip": true,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MJIvf",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9K14i",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4osFu",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kzHa2",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WjWRZ",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "90War",
+ "name": "输入文本",
+ "fill": "#6e7781",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tgl2m",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Npr4",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VRyNq",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ziyg8",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#e7f9fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qk6EC",
+ "name": "Left",
+ "fill": "#ffffff",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hPJAo",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AwcLe",
+ "name": "Right",
+ "fill": "#ffffff",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yxzAy",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$grey600",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P7nyC",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$grey900",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MVbOp",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "0fgbQ",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xn58W",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#fabd2cff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QVYNR",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CWbj1",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kITgw",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "gHD88",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dIAd0",
+ "name": "Event",
+ "fill": "#ffffff",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6vfZZ",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LOIas",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvsiU",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eEOLI",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8S6cd",
+ "name": "Look",
+ "fill": "#fd8d60ff",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nwHEx",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wd5hL",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1kR1K",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bGFkh",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PGknO",
+ "name": "Motion",
+ "fill": "#91d644ff",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xiFPE",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9xEia",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K4jq9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "peS3v",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G1O4Q",
+ "name": "Control",
+ "fill": "#3fcdd9ff",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0Js3g",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R9MGz",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mJTT5",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vUXdh",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PE2PB",
+ "name": "Sensing",
+ "fill": "#4fc2f8ff",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BEQ90",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EXPi3",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zvuOM",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zsmfI",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SFP6B",
+ "name": "Sound",
+ "fill": "#a074ff",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TQO7N",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GvCB1",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SXFW9",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JmAIn",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vAgej",
+ "name": "Game",
+ "fill": "#5a7afeff",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2ZZ1a",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "LxOrk",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "8nBkI",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "mCbYV",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "#a7b1bb",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "IpTnC",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sfGHW",
+ "name": "hover-settings",
+ "fill": "#ffffff",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5KaUe",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "duANN",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gK2Bv",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "bsj9I",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EsnO8",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fDcK0",
+ "name": "Settings",
+ "fill": "#24292f",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4vrvB",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g76f4",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8Spf3",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "yIsdj",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "tf7NN",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7hexs",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "t0dCP",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fce8G",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0woSt",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "U9RgP",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vGUqJ",
+ "name": "label",
+ "fill": "#24292f",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "u44NB",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g1jwP",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IvWOV",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qU4Gi",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EJ7Uz",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NauDD",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NCQFE",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y4jc3",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ptZWu",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oZiVO",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aAvzw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LqhkH",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DCPVE",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nv5tJ",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6sKq",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i14Ch",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8UNLe",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wMlCo",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zwOcS",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FQcEL",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nxU8o",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9pIYQ",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n8Sia",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "zLbyF",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ApMpK",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N4JQr",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IwfXo",
+ "name": "x:",
+ "fill": "#a7b1bb",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fFmtF",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dF4tS",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Exyiq",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Prll3",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3prSh",
+ "name": "y:",
+ "fill": "#a7b1bb",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4BWhU",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tVDEm",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1Eprd",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KSYCn",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SWIwy",
+ "name": "seconds:",
+ "fill": "#a7b1bb",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "c09TW",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "20c37",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aNu6I",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jr3Lx",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rn1gg",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vS5yt",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rp3A6",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jTwDm",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zRS8m",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UpbSV",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gLXgt",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vp2qn",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CvTwe",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLekY",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B6QwI",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "xyLJp",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rKtbj",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m89at",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FXxl2",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PN762",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GMcR2",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HIvnI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kUUJP",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2dV4M",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "sesGK",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lFp2M",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zrFHO",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dIDkV",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#d9dfe5"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MRJAr",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "19Xu5",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "#a7b1bb",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XFqU8",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SOGAh",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nPOqF",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0OWmu",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FXD6y",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pKMjO",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZRTYq",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MjzBq",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "St5Sw",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sdv26",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3TgIg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XMF08",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RLHb9",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "IsAfG",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqwVh",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oKaS1",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h4X1C",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "CkGe6",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oqxjE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "X9Pur",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AK6w8",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H6vCO",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PZas9",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jLLIH",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gKOzU",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tQ1f8",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vqwQ6",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1TLmk",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O8eCp",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "suABG",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wIjeW",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xc1am",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ojX0p",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iWLRZ",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fX2f4",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uzPuR",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q3ytg",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OuAa5",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OzUlU",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "MyHo1",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XJuPL",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6j8df",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "caliP",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YSalF",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ghGs3",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TS93x",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rWgNe",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RcwMC",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sWx6s",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NctJz",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BLvjB",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XQ9ur",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZIHzA",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IoI62",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "avOqR",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tgkRg",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lFIt0",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YGag9",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nYZAt",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VhLkA",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "N5qZ0",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mM3N5",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "G2EQL",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VjcHA",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzAr7",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UIK83",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Y560v",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "70uK1",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HxwAi",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZQrSm",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "jBgxV",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BWa1D",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "PVoMw",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aTeqG",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sGDEI",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fyqO6",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "lsBmy",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kAMYm",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R7KuV",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ExJNt",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cirZb",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "QU9ut",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PGMBZ",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5UmpB",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rWOh9",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jYkFt",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2Zv8N",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PbyYs",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ra3Px",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PTuEC",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "yWqxF",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wxOts",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZkQgl",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T5ASj",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DuGIc",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2M2Qq",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yljRy",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1tvM5",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MeUd9",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GJ6Bw",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6U6hh",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A2z3d",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dRbi6",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lE4zy",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UymB6",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NULUy",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "R85sA",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JXkzI",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bBg9j",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "I9YcW",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "C8dVW",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v3b8N",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "pxFim",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zGcYw",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc9G4",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xjYfI",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zWZ7v",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cLnQq",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "fJyuw",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DGC8W",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FgkIt",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "aeJiX",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6XlJr",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1eCPI",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gt1Ak",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CK11c",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s9uGm",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VsbNd",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KyaLJ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "85EIP",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LYrb5",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r5Ioe",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9x8tO",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OuvUI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PdU2R",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4PwBU",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "keLHs",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "93hji",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZZBxs",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3os0U",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rDHGy",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zQoge",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wEJ7l",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mPxC3",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XKx88",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hJmVN",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I2r5L",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Bu0GX",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "il6KI",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AIzes",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CVs3R",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gyih3",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D6Lo4",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LN2Wx",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xMgUA",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fYhat",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vXR9y",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fUbaM",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iWsRP",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YYm1I",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Ooat",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GrE7J",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "EyxMj",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "18itZ",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dsuYn",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ANZzN",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "uPch1",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yC5Gd",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "wm1ag",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1AQJU",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RBPEh",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Weehl",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BIzWh",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Hu2jI",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "18Mp1",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jY7vn",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z72rf",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "aI759",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8ELP0",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yIZt3",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZP79N",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OpBhf",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jJT6L",
+ "name": "100",
+ "fill": "#00000040",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "E9sSg",
+ "name": ",",
+ "fill": "#24292f",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EgLYH",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pr9rf",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "f0Yc9",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R12te",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 2,
+ 0,
+ 0,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LpT9S",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FiJAZ",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4QZmP",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "GVDRF",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "2cKHK",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "TeasA",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "nyq4I",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "2JAAG",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "CewLC",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fNmE7",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "hX0bn",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "n5k7r",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sqUO4",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U6w7Z",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4719v",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LwE6q",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "2AOUP",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rDyuS",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "xYkO5",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "SbL1d",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "ZiAlL",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "8t6Zf",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "XmmbV",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "tLJbC",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "MfVdc",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "evCAY",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "FJjsc",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "BVwWw",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wAhIm",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "4Zdg8",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t3DOR",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XyfU7",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "lamDJ",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7btv0",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G73Zp",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "RasmX",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "J7PtO",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Y33hm",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "r0sSq",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "9yeHV",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Mj3ir",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "x4OO1",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "kYr4E",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "gSnnn",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "Wo0aS",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "7rjAX",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9ckOk",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23hSr",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$grey200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M8sHe",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "HZK3s",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SIPRp",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JeCrQ",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OiANc",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "51vLE",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AYcRj",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXkLH",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lgD33",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JryaW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hPOip",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gr6Yk",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XrRIg",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "99rTU",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gekOr",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOV5i",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mkd9V",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "27xFP",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 20,
+ 20,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BGA1V",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "DpHzm",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "K8ZU1",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$turquoise500",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise700",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zi5TY",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZGcVY",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sGrHD",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eDRL2",
+ "name": "Button Text",
+ "fill": "$grey100",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rSwNL",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$turquoise200",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$turquoise300",
+ "offset": {
+ "x": 0,
+ "y": 4
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MU7OO",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E4OSR",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$turquoise500",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b3nrT",
+ "name": "Button Text",
+ "fill": "$turquoise500",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RnVZa",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 20,
+ 20
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$grey400"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000040",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 3.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hAmET",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eSij6",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "xq4wj",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "hHdYe",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "GJUU5",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ws95h",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eiQi4",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "jO1Is",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "WzNgn",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9CieC",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "lkoEa",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "eNvje",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "41vKH",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "OHxBd",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "W3Kyj",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v9PVw",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fugJp",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vVq8F",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "egMJj",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nsxZj",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "v5xxq",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kceTh",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "xxigj",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wT6ol",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "oubtb",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D9ZzO",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "dm2qV",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$grey300"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e8UDa",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xSnRt",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$yellow500",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cF8yg",
+ "name": "Sprites",
+ "fill": "#ffffff",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "1Pr8T",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Zxkg",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ppd1j",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "#ffffff",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sqpva",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "NfyBM",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cumxf",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$yellow200",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$yellow500"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cvrjE",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "WNzsC",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iHQav",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5cEHB",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YC7Uo",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$yellow500",
+ "cornerRadius": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8e2XM",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "teQ4I",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey100",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3KjaG",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xHHYY",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mI7ko",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "Q6aTZ",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZmqJz",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "x2og8",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nSX7l",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k5OJq",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9kyV",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "YkWEF",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "79FTI",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EJYoI",
+ "name": "Sprite01",
+ "fill": "#24292f",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GOkvW",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KVGQC",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c3uSd",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bJgpj",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bLSmX",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bb5x9",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$grey900",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ph1Vs",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 2,
+ 2
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QhCzh",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VeJqP",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KKj0N",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "baiUr",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "P6CXF",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fjd7T",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qbwGV",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "VPK6T",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "doZzm",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "O0ye6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "odPNr",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E3Ijs",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "81N5K",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cnYNX",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "B5t1k",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RdpUC",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wBFdh",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "N66Uk",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JERlv",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "j1MTA",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vtNsS",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gHaK6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "m5rcH",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TNp3W",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "gPDd0",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lf6Vf",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wPe7r",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "gcZuE",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A6BRN",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JwDXS",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ehld4",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "35ft4",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D64rl",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8VPMB",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WRUkY",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "23XHM",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Evm50",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XGjpY",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SAfTA",
+ "name": "输入文本",
+ "fill": "$grey900",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KXpal",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rUTy4",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zwa55",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "77xsz",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$turquoise500",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j8ViW",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MmRoK",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CDyOt",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0AThG",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hk3fD",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CXWFV",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EODQp",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "N6DSt",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$grey300",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z8yl0",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sLODi",
+ "name": "Text",
+ "fill": "$grey800",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "BWLTg",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "A1dri",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nZOe2",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Sa7a",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dRmRC",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nKCic",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VXrYx",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "yUBw3",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DjOHm",
+ "name": "Text",
+ "fill": "$grey900",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R0E5I",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DAF43",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mybIq",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$turquoise200",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EfHbr",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qia1J",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$turquoise500",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZxP7K",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$grey300",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8YGpf",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "AxXTg",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IrFSw",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iCty5",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "nTsLu",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O2xIR",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3673W",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kU5kD",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q2ftA",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ji9KL",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sSfqG",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fk8Uj",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8dkBZ",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DMwF9",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s4XU1",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6Q8vO",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LvgxH",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QY9fG",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mfj20",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$purple500",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Yr8sp",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yv94A",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZtiT7",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$grey700",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wPzzj",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#b5ebf0a6",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iu7Hn",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KXVxP",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SzKSY",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ynIlk",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RnvJC",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y3B8b",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$grey300",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6HOQV",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "vsLeT",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gvglk",
+ "x": -718.8688350946978,
+ "y": -1965,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "原版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "t0CMT",
+ "x": 931,
+ "y": -70,
+ "name": "泛化社区改版",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZzLfT",
+ "name": "sidebar",
+ "clip": true,
+ "width": 256,
+ "height": "fill_container",
+ "fill": "$--sidebar",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--sidebar-border"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHger",
+ "name": "Frame 1000004953",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xmyo7",
+ "name": "logo",
+ "width": 239,
+ "height": 64,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KuYXk",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sy6ia",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p8LJE",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$--primary",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2jOnC",
+ "name": "list/menu-list",
+ "width": "fill_container",
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bVO0P",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e70pT",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ae7rb",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QDmBR",
+ "x": 0,
+ "y": 0,
+ "name": "icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kAinx",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lYBbW",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JD06h",
+ "name": "My projects",
+ "fill": "$--sidebar-foreground",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OnS8s",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DVgg3",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n7jc5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": [
+ 6,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ij5XF",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OL6sK",
+ "name": "icon container",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2fG6q",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WIl5V",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "TehAe",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iK95b",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cA3NG",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IsPKx",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "cGV2t",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "WnHr9",
+ "name": "Community",
+ "fill": "$--sidebar-accent-foreground",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fIqGF",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NdZI2",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rCTpb",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NUA56",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "icon",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "54i5U",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RuGwA",
+ "name": "Tutorials",
+ "fill": "$--sidebar-foreground",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TwP9S",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bWbH8",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aiLM0",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zAFat",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YV7mP",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7v7bx",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "RgVvB",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R8IKh",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ybifN",
+ "name": "Following",
+ "fill": "$--sidebar-foreground",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hS5Ui",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0q2Ow",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HwHdd",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eiiOc",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3WbN",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TohT5",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "YqoYM",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "feO9W",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Jwyy5",
+ "name": "Followers",
+ "fill": "$--sidebar-foreground",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BAcxq",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aE6vY",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XzMh5",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t8soL",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BnpR4",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyNoe",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "icon",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0DUR",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xDxE1",
+ "name": "Asset",
+ "fill": "$--sidebar-foreground",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i8xBu",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Wi73f",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ue2TC",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0zUA0",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2oJmy",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7APx",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Ov4yl",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "i9NAS",
+ "name": "Docs",
+ "fill": "$--sidebar-foreground",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CJnIk",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Nbvq",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eLoNw",
+ "name": "Frame 1000004734",
+ "width": 216,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "b6nAc",
+ "name": "个人头像",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "j1z7p",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gjw9f",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XBc6W",
+ "name": "Username",
+ "fill": "$--sidebar-foreground",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "8Zwg0",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t4Je1",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E6eO9",
+ "name": "right panel",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BsBQz",
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": "fill_container",
+ "height": 64,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o1THW",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "60vmb",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "$--muted",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "innOG",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JCtox",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$--muted-foreground",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vBeHU",
+ "name": "Search project",
+ "fill": "$--muted-foreground",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xYALs",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2JxTz",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C1ZHk",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PyYUh",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ZeqoX",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iRNeo",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YmGOl",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "lKGHl",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "DwNux",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BJu40",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0aySW",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EQVNz",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YGVXg",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "$--card",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dWDYs",
+ "name": "SPX",
+ "fill": "$--foreground",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n10Jb",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "um2i5",
+ "name": "ai canvas logo",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lxhom",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "sOYIm",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "I5RsZ",
+ "name": "AI canvas",
+ "fill": "$--foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QuZm3",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q4B2x",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "huseX",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Elj8h",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "O4nUv",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "$--card",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PKO1F",
+ "name": "Linx AI",
+ "fill": "$--foreground",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0GXWp",
+ "name": "Frame 1000004878",
+ "width": 1182,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W67Wx",
+ "name": "筛选",
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mWf7R",
+ "name": "Tab/independent text",
+ "fill": "$--background",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9u6Ef",
+ "name": "Tap Text",
+ "fill": "$--foreground",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ULAXs",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fpbGW",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bwbsc",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "abgen",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IOgur",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K6iTV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "raQn4",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xKrxV",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Sc8aT",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X1OBU",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4RC73",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "TeWM3",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CIiIY",
+ "name": "All",
+ "fill": "$--muted-foreground",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "FJ5aF",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99Wrt",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "$--muted-foreground",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6Y5Hs",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lm7Hs",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UkFaD",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y5cy4",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lz4hW",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "4iTCB",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0QwWk",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "856O3",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kxyle",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZqmkQ",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XtGiu",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D2ckv",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sMYxq",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KZ55H",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PZPUR",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aT5Vw",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RJ5JI",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kwn1A",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ecEiP",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4vEQs",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MPWAg",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "SfJ3l",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T7a38",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4FqNZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ur7Do",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wsDnW",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Rndg7",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MdAOq",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0lFxh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xQmhL",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sNbTk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "179MN",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cSdz9",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w3y60",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4JPor",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rw3Z3",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dWWrj",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sylkq",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FEgqQ",
+ "x": 208,
+ "y": 136,
+ "name": "用户头像",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "qhgbC",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "S5VOB",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Yl06L",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v2fds",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1RwaR",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EATPW",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LKSML",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dA4ME",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "isY1L",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dTu1e",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KeNPE",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "iTrjh",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LmFg6",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "8KfSe",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WgcyV",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Scasx",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "je45y",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZRvDk",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "naklA",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jCBTI",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tjnWn",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2jrAI",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gQLFk",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9NcKC",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "kAYtG",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7uP0q",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "p7qqD",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Edq93",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "r0A3T",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j2BVa",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Gg0o0",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "lDi4s",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rhXrI",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oH5DM",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PoZa6",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2goKj",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tKezl",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hGF2O",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mj3kR",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "eyQF1",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4v1Ls",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7fR2W",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "a8wzt",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fxW4M",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "WSVw1",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8X2Ge",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ajanh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2FxOa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5rEnH",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nmC92",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "JxWJe",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bKkKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fuKYU",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B56Yw",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T0XPY",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "k6teR",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nzEvz",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J918M",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B4yq6",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LUeWH",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EcRVh",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vAvyK",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "jPN5Z",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "38xFe",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XEJYR",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Aznbl",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fzz1r",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5aIQd",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZcOa7",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DOvbt",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "RLOPT",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RCKWS",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WNDQp",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "oVhLS",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jQQ3t",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "d75GH",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6DUzO",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QNXJr",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "swGee",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1p1l7",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jpxBq",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MZ9Lm",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LmWKf",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XRVLV",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "awbJW",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wmeMG",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "zf7qj",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mMwHn",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lgaUo",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UPq8P",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uAfai",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "q75Fv",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lb7E3",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "o2pUk",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "atlnb",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KNe5U",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Md8vB",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lTHsn",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "USiTV",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LawhY",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ujF1q",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fqQ3m",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ga63u",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdlNc",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DvWQ0",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cnxsi",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQbZv",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Pzlyz",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "5fF5d",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sPt1k",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pmQpe",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "DjkHo",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "99nBz",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "xGShr",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qhME1",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F6uH0",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8gyqa",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NeNJB",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MVZM1",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cJiGC",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QsiA6",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gej4H",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m9wSV",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "er1vW",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "dq0b4",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FxYtU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qmPQ2",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R8oRr",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p8zNk",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Gk2K2",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "04GX2",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "HcXO8",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "T01KC",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "orrTi",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "coZPT",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KQMD9",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dKZ0y",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pMGni",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3CHkN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "lAuBz",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hy1sl",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0aNfS",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "1YvCO",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TDijQ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "Y4Til",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "45FVr",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "E3loh",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "g2C1r",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZMKXf",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lis6c",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FoDkj",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v72gs",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9fIiS",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vZ6tQ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dp3my",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "BicNM",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "L7DBr",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yG8wD",
+ "name": "StoryBoard",
+ "fill": "$--secondary-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H50WX",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LsiKQ",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kTjJE",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hUzVq",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pKBVg",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OxyjG",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uMH8v",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HKjU1",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "grzoy",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QNo5i",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZsF48",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "etKCA",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "QYAGy",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qP4lJ",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "H1zSo",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "21qTc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WJKIZ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "KKRdc",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sa5bx",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4m7on",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "cJFlW",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2FWep",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "zbet3",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QfbpF",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "doKSr",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mQxbQ",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pHgsH",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Kd2lx",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CdjQY",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BGi4D",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m1Eba",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7UPR8",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zGDh3",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KclLw",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FqO35",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "x1lCM",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NYKYR",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ShdsD",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CNZjm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jM3Gh",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dx6qs",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V1HO8",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8c6vf",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "X6nc7",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Ty4F",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kRJSm",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "0GNTa",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "48m79",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "TNe9j",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wpYFJ",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uLpKZ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hhNlX",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qIfnb",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HxgUU",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "$--muted-foreground",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OBqRD",
+ "name": "99",
+ "fill": "$--muted-foreground",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LCxYd",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pJeiN",
+ "name": "7 天前",
+ "fill": "$--muted-foreground",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4fpm8",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w7AvM",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WZDYQ",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MXKiL",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2uga6",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q6GeP",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GukmY",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "S5pP8",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KtINU",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "8r88p",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NDvQd",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SvvJk",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8W1AL",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l6icA",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "OIggJ",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BepSf",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SioxW",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QOhBo",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bLYUX",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s7GAq",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vI3dj",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "JXlUN",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "qZouH",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vUqJe",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "04rJI",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ULr6o",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5eL25",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QTIOE",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5gTCO",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "epu5T",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "l1s0I",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ToIJH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Adw0C",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "aygAb",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ofyXo",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ZgRwQ",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "vubsy",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7wmLL",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pwsw8",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fdJr4",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "1t14F",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "cS6gK",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GidCJ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OtmeC",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "RNovH",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RmoTz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2T83p",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7bCfB",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LzdRZ",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "4HU4J",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "C1HTH",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Zuscg",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z0mDc",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "BV9TB",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "pJZn5",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "6tnjK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IJoA0",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T03ZV",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xInh9",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Ydd5v",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "554a7",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Fh4xj",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vXCoz",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "5VDV6",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dq9Pw",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8tvjf",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kWkue",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FOC5b",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cVNJJ",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "ukepu",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "p5H2G",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nrtWr",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VZI3H",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "QcYZS",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mwCNK",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fb2b7",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dcw8H",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x3aS3",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "p7jyS",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0iViP",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iiC0g",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CIoOi",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "aS1Dy",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WlzRV",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lNHRA",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "08IeY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AQ1ME",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Bs3cn",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "3EEea",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "2UzPw",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7RHED",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PHIjL",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "hoyAn",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "mOgNj",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nYj3A",
+ "x": -718.8688350946978,
+ "y": -437,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "改版页面",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ }
+ ],
+ "variables": {
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "grey200": {
+ "type": "color",
+ "value": "#FBFCFD"
+ },
+ "turquoise600": {
+ "type": "color",
+ "value": "#0AA5BE"
+ },
+ "yellow500": {
+ "type": "color",
+ "value": "#FAA135"
+ },
+ "grey300": {
+ "type": "color",
+ "value": "#f6f8fa"
+ },
+ "grey600": {
+ "type": "color",
+ "value": "#CBD2D8"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "turquoise500": {
+ "type": "color",
+ "value": "#0bc0cf"
+ },
+ "turquoise700": {
+ "type": "color",
+ "value": "#0B8893"
+ },
+ "turquoise200": {
+ "type": "color",
+ "value": "#E7F9FA"
+ },
+ "turquoise300": {
+ "type": "color",
+ "value": "#B5EBF0"
+ },
+ "yellow200": {
+ "type": "color",
+ "value": "#FFF6EB"
+ },
+ "grey800": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "purple500": {
+ "type": "color",
+ "value": "#A074FF"
+ },
+ "grey700": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": "#111827"
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--secondary": {
+ "type": "color",
+ "value": "#f4f4f5"
+ },
+ "--card": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--secondary-foreground": {
+ "type": "color",
+ "value": "#171717"
+ },
+ "--border": {
+ "type": "color",
+ "value": "#d9dde3"
+ },
+ "--foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#737373"
+ }
+ ]
+ },
+ "--accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--ui-color-nav-chip-bg": {
+ "type": "color",
+ "value": "#ffffff14"
+ },
+ "--ui-color-nav-chip-border": {
+ "type": "color",
+ "value": "#ffffff2e"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "--sidebar": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--sidebar-border": {
+ "type": "color",
+ "value": "#e4e4e7"
+ },
+ "--sidebar-foreground": {
+ "type": "color",
+ "value": "#09090b"
+ },
+ "--sidebar-accent": {
+ "type": "color",
+ "value": "#f4f4f4"
+ },
+ "--sidebar-accent-foreground": {
+ "type": "color",
+ "value": "#18181b"
+ },
+ "--muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--input": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e5e5"
+ }
+ ]
+ },
+ "turquoise400": {
+ "type": "color",
+ "value": "#3FCDD9"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/spx/pencil design draft reproduction workflow.md b/ui/spx/pencil design draft reproduction workflow.md
new file mode 100644
index 0000000000..a89729389b
--- /dev/null
+++ b/ui/spx/pencil design draft reproduction workflow.md
@@ -0,0 +1,59 @@
+# Pencil + AI Coding Assist 开发工作流指南
+
+这份指南记录了运用 **Gemini AI Coding Assist** 或 **Claude Code** 结合 **Pencil** (通过 MCP 协议),在 Pencil 画布中复刻 Figma 设计稿的标准工作流。
+
+---
+
+## 📋 阶段一:文件准备
+
+在开始复刻之前,请确保已准备好以下素材和代码文件:
+
+1. **设计稿图片**:Figma 导出的预期效果图(如 PNG/JPG)。
+2. **组件文件**:项目中已有的 UI 组件代码文件(通常在 `components/` 目录下)。
+3. **页面结构文件**:目标页面的代码结构文件(通常在 `pages/` 目录下)。
+
+---
+
+## 🚀 阶段二:还原设计稿
+
+在此阶段,为了提高 AI 的成功率,我们采用 **“先结构 -> 后样式”** 的分步策略。
+
+### 步骤 1:构建骨架 (Structure First)
+
+**目标**:让 AI 理解代码逻辑和视觉布局,在 Pencil 画布上生成正确的页面结构(暂时忽略颜色细节,专注布局)。
+
+* **操作**:
+ 1. 让 AI 读取 `components` 和 `pages` 目录下的文件,理解代码层面的结构与规范。
+ 2. 上传设计稿图片,让 AI 理解视觉层面的预期效果。
+ 3. 下达指令调用 Pencil MCP 进行绘制。
+
+* **📋 Prompt 模板**:
+
+> "请你调用 pencil mcp,在当前活跃画布的空白区域构建一个 **sprite editor** 页面。
+>
+> **在此之前,请执行以下步骤**:
+> 1. 读取 `pages/editor` 以及 `components/editor`、`components/ui` 目录下的文件,了解相关页面内容结构信息。
+> 2. 结合上传的 **'精灵编辑器.png'** 这一预期效果图进行构建。
+> 3. 利用读取的信息规范和视觉参考进行构建。"
+
+---
+
+### 步骤 2:样式修改 (Style Refinement)
+
+**目标**:根据设计规范,对 AI 生成的粗糙组件进行精细化调整。
+
+* **操作**:
+ 1. 保持上下文,继续在当前对话中操作。
+ 2. **全局调整**:针对颜色、间距、字体等通用规范进行修正。
+ 3. **局部调整**:针对具体组件(如 Button, Card)进行修正。
+ 4. 一些小问题,靠手动修改会更快一些,大批量修改问题可以交给AI处理。
+
+* **📋 Prompt 模板**:
+
+**场景 A:整体调整(Global)**
+> "目前页面中使用的颜色不符合预期。请你按照读取文件中的设计规范进行修正(并建立变量进行引用)。"
+
+**场景 B:局部调整(Local)**
+> "目前页面中的 **[Preview Button]** 的样式不符合预期。请你按照文件中的规范进行修正(并建立变量进行引用)。"
+> *(注:[Preview Button] 这里必须是 Pencil 画布上实际生成的图层名称,否则 AI 无法定位目标)*
+---
diff --git a/ui/spx/shadcn.pen b/ui/spx/shadcn.pen
new file mode 100644
index 0000000000..5f31ab07f1
--- /dev/null
+++ b/ui/spx/shadcn.pen
@@ -0,0 +1,6326 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MzSDs",
+ "x": 0,
+ "y": 0,
+ "name": "shadcn: design system components",
+ "theme": {
+ "Mode": "Light",
+ "Base": "Neutral"
+ },
+ "clip": true,
+ "width": 2800,
+ "height": 3529,
+ "fill": "$--background",
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PV1ln",
+ "x": 900,
+ "y": 2144,
+ "name": "Sidebar",
+ "reusable": true,
+ "clip": true,
+ "width": 256,
+ "height": 656,
+ "fill": "$--sidebar",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--sidebar-border"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6xhgh",
+ "name": "Sidebar Header",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 320,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1B158",
+ "name": "Brand",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u7yK2",
+ "name": "Brand Logo",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "nIojH",
+ "x": 8,
+ "y": 8,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "hexagon",
+ "iconFontFamily": "lucide",
+ "fill": "$--sidebar-accent-foreground"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3WFtr",
+ "name": "Brand Name",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xFmFv",
+ "name": "Name",
+ "fill": "$--sidebar-foreground",
+ "content": "Acme, Inc.",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "text",
+ "id": "f9xLx",
+ "name": "Description",
+ "fill": "$--sidebar-foreground",
+ "content": "Enterprise",
+ "lineHeight": 1.6666666666666667,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "icon_font",
+ "id": "DEU9D",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevrons-up-down",
+ "iconFontFamily": "lucide",
+ "fill": "$--muted-foreground"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "47U5w",
+ "name": "Sidebar Content",
+ "slot": [
+ "24cM4",
+ "jBcUh",
+ "qCCo8"
+ ],
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2
+ },
+ {
+ "type": "frame",
+ "id": "q9yup",
+ "name": "Sidebar Footer",
+ "width": 240,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 320,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M0szX",
+ "name": "Brand",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "sODDz",
+ "type": "ref",
+ "ref": "HWTb9",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "type": "frame",
+ "id": "9KhLP",
+ "name": "Brand Name",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gJPjN",
+ "name": "Name",
+ "fill": "$--sidebar-foreground",
+ "content": "Jon Doe",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "text",
+ "id": "9biS6",
+ "name": "Email",
+ "fill": "$--sidebar-foreground",
+ "content": "joe@acmecorp.com",
+ "lineHeight": 1.6666666666666667,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "icon_font",
+ "id": "POlk8",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevrons-up-down",
+ "iconFontFamily": "lucide",
+ "fill": "$--muted-foreground"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8v1X",
+ "x": 422,
+ "y": 1732,
+ "name": "Button/Secondary",
+ "reusable": true,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "soROh",
+ "name": "plus",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "SlKX1",
+ "x": 2,
+ "y": 2,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--secondary-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Tr3Fv",
+ "name": "Button",
+ "fill": "$--secondary-foreground",
+ "content": "Button",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gou6u",
+ "x": 200,
+ "y": 1732,
+ "name": "Button/Large/Secondary",
+ "reusable": true,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AOTZ7",
+ "name": "Leading Icon",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "kFgRh",
+ "x": 0,
+ "y": 0,
+ "width": 24,
+ "height": 24,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--secondary-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "g9Wxn",
+ "name": "Button",
+ "fill": "$--secondary-foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YKnjc",
+ "x": 422,
+ "y": 1808,
+ "name": "Button/Destructive",
+ "reusable": true,
+ "fill": "$--destructive",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PqjlB",
+ "name": "plus",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "RDx8O",
+ "x": 2,
+ "y": 2,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "#ffffffff"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NDadS",
+ "name": "Button",
+ "fill": "#ffffffff",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xPENL",
+ "x": 200,
+ "y": 1808,
+ "name": "Button/Large/Destructive",
+ "reusable": true,
+ "fill": "$--destructive",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4wJMf",
+ "name": "Leading Icon",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "2PVXA",
+ "x": 0,
+ "y": 0,
+ "width": 24,
+ "height": 24,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "#ffffffff"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HazGS",
+ "name": "Button",
+ "fill": "#ffffffff",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C10zH",
+ "x": 422,
+ "y": 1884,
+ "name": "Button/Outline",
+ "reusable": true,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l8v2I",
+ "name": "plus",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "HDFDp",
+ "x": 2,
+ "y": 2,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "poRwU",
+ "name": "Button",
+ "fill": "$--foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ghKmL",
+ "x": 200,
+ "y": 1884,
+ "name": "Button/Large/Outline",
+ "reusable": true,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vLff5",
+ "name": "Leading Icon",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "JvOHX",
+ "x": 0,
+ "y": 0,
+ "width": 24,
+ "height": 24,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ydXf3",
+ "name": "Button",
+ "fill": "$--foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3f2VW",
+ "x": 422,
+ "y": 1960,
+ "name": "Button/Ghost",
+ "reusable": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AeXMI",
+ "name": "plus",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "HWNdN",
+ "x": 2,
+ "y": 2,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "UZfKV",
+ "name": "Button",
+ "fill": "$--foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "l7zpS",
+ "x": 200,
+ "y": 1960,
+ "name": "Button/Large/Ghost",
+ "reusable": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h6Jgb",
+ "name": "Leading Icon",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "JjWof",
+ "x": 0,
+ "y": 0,
+ "width": 24,
+ "height": 24,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ujxmL",
+ "name": "Button",
+ "fill": "$--foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VSnC2",
+ "x": 422,
+ "y": 1656,
+ "name": "Button/Default",
+ "reusable": true,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8jVfJ",
+ "name": "plus",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "WNalu",
+ "x": 2,
+ "y": 2,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--primary-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8tnXG",
+ "name": "Button",
+ "fill": "$--primary-foreground",
+ "content": "Button",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C3KOZ",
+ "x": 200,
+ "y": 1656,
+ "name": "Button/Large/Default",
+ "reusable": true,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "gap": 6,
+ "padding": [
+ 8,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RO4Ll",
+ "name": "Leading Icon",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "UiOOr",
+ "x": 0,
+ "y": 0,
+ "width": 24,
+ "height": 24,
+ "iconFontName": "plus",
+ "iconFontFamily": "lucide",
+ "fill": "$--primary-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NEMHS",
+ "name": "Button",
+ "fill": "$--primary-foreground",
+ "content": "Button",
+ "lineHeight": 1.4286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DpPVg",
+ "x": 200,
+ "y": 1096,
+ "name": "Avatar/Text",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$--muted",
+ "cornerRadius": 9999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wVlpW",
+ "name": "Avatar Title",
+ "fill": "$--foreground",
+ "content": "PJ",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UjXug",
+ "x": 200,
+ "y": 1236,
+ "name": "Badge/Default",
+ "reusable": true,
+ "fill": "$--primary",
+ "cornerRadius": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "transparent"
+ },
+ "gap": 8,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zHpCv",
+ "name": "Badge",
+ "fill": "$--primary-foreground",
+ "content": "Badge",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pfIN1",
+ "x": 200,
+ "y": 200,
+ "name": "Accordion/Open",
+ "reusable": true,
+ "width": 480,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ekbu5",
+ "name": "Accordion Trigger",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 18,
+ "padding": [
+ 16,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CPImI",
+ "name": "Accordion Trigger",
+ "fill": "$--foreground",
+ "content": "What is a micro-interaction?",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "9eSLt",
+ "name": "chevron-up",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oLEMk",
+ "x": 3.999999761581421,
+ "y": 6,
+ "name": "Vector",
+ "rotation": 9.213866198408551e-15,
+ "geometry": "M12 6l-6-6-6 6",
+ "width": 8,
+ "height": 4,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "h6oCR",
+ "name": "Accordion Content",
+ "clip": true,
+ "width": "fill_container",
+ "layout": "vertical",
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "IaDRg",
+ "name": "Accordion Contnet",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Micro-interactions are events which have one main task — a single purpose — and they are found all over your device and within apps.",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QyzNg",
+ "x": 200,
+ "y": 508,
+ "name": "Alert/Default",
+ "reusable": true,
+ "width": "fill_container(480)",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 12,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LuqyG",
+ "name": "Icon Container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 2,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LGayV",
+ "name": "info-circle",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DeaWZ",
+ "x": 9.583333015441895,
+ "y": 13.333333015441895,
+ "name": "Vector",
+ "rotation": 180,
+ "flipX": true,
+ "geometry": "M0.5 0l0 5-0.5 0m0-5l1 0",
+ "width": 0.8333339691162109,
+ "height": 4.166666030883789,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "X45fI",
+ "x": 10,
+ "y": 6.666666507720947,
+ "name": "Vector",
+ "geometry": "M0 1.41421l0-1.41421",
+ "width": 0,
+ "height": 0.41666698455810547,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--foreground"
+ }
+ },
+ {
+ "type": "ellipse",
+ "id": "WjioW",
+ "x": 2.5,
+ "y": 2.5,
+ "name": "Vector",
+ "width": 15,
+ "height": 15,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Q1t8n",
+ "name": "Text Container",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "nbvca",
+ "name": "Alert Title",
+ "fill": "$--foreground",
+ "content": "Alert Title",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "text",
+ "id": "W4UBy",
+ "name": "Alert Description",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "This is the alert description to shows some information.",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BjRan",
+ "x": 2100,
+ "y": 2952,
+ "name": "Textarea Group/Default",
+ "reusable": true,
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "uAcGD",
+ "name": "Label Text",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a78kl",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pzw5I",
+ "name": "Textarea",
+ "width": "fill_container",
+ "height": 80,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "S4qWY",
+ "name": "Input Value",
+ "fill": "$--muted-foreground",
+ "content": "Placeholder",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "02npo",
+ "x": 2100,
+ "y": 2680,
+ "name": "Input OTP Group/Default",
+ "reusable": true,
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Dnb63",
+ "name": "Label Text",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "3RstF",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nGQJv",
+ "name": "Input OTP Container",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -1,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0TODM",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vIMKE",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gUH1w",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qM9xF",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m9owt",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": [
+ 0,
+ 6,
+ 6,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dL6MK",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lRQJN",
+ "name": "Input OTP Divider",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1,
+ "bottom": 1,
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wgSK2",
+ "name": "•",
+ "fill": "$--foreground",
+ "content": "•",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6lyN0",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Hlbwf",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CLUSe",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MBOXD",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6gzzE",
+ "name": "Input OTP",
+ "clip": true,
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": [
+ 0,
+ 6,
+ 6,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iEjWl",
+ "name": "0",
+ "enabled": false,
+ "fill": "$--foreground",
+ "content": "0",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w5c1O",
+ "x": 2100.160669376255,
+ "y": 2132,
+ "name": "Select Group/Default",
+ "reusable": true,
+ "rotation": -0.13948009468075886,
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "c8G05",
+ "name": "Label Text",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Yd2lV",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ch62V",
+ "name": "Select Trigger",
+ "width": "fill_container",
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 10,
+ "padding": [
+ 10,
+ 12
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "V1STL",
+ "name": "Select option",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Select Option",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "lsKbB",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevron-down",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1415a",
+ "x": 2100,
+ "y": 1700,
+ "name": "Input Group/Default",
+ "reusable": true,
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QRy7x",
+ "name": "Label Text",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BX0XX",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i0Z3E",
+ "name": "Input",
+ "width": "fill_container",
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 8,
+ "padding": [
+ 10,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SDRKn",
+ "name": "Input Value",
+ "fill": "$--muted-foreground",
+ "content": "Placeholder",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lxrnE",
+ "x": 2100,
+ "y": 3304,
+ "name": "Tooltip",
+ "reusable": true,
+ "clip": true,
+ "fill": "$--popover",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": [
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000f",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5,
+ "spread": -1
+ },
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 5.25,
+ "spread": -1
+ }
+ ],
+ "gap": 8,
+ "padding": [
+ 6,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0QjQO",
+ "name": "Tooltip Text",
+ "fill": "$--foreground",
+ "content": "Tooltip",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c8fiq",
+ "x": 2100,
+ "y": 1332,
+ "name": "Switch/Checked",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AgS9m",
+ "name": "Switch",
+ "width": 44,
+ "height": 24,
+ "fill": "$--primary",
+ "cornerRadius": 9999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 2,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Fin40",
+ "name": "thumb",
+ "fill": "$--background",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": [
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 5.25,
+ "spread": -2
+ },
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 13.125,
+ "spread": -3
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HsFun",
+ "name": "Switch Label",
+ "fill": "$--foreground",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LbK20",
+ "x": 2100,
+ "y": 1152,
+ "name": "Radio/Selected",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9ebgg",
+ "name": "Radio",
+ "width": 16,
+ "height": 16,
+ "fill": "$--primary-foreground",
+ "cornerRadius": 9999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "A16Ri",
+ "name": "Circle",
+ "fill": "$--primary",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GPiWl",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hahxH",
+ "x": 199,
+ "y": 2728,
+ "name": "Progress",
+ "reusable": true,
+ "clip": true,
+ "width": "fill_container(360)",
+ "height": 16,
+ "fill": "$--secondary",
+ "cornerRadius": 9999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "PTbNh",
+ "x": 0,
+ "y": 0,
+ "name": "Progress",
+ "fill": "$--primary",
+ "width": 180,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ctKFD",
+ "x": 470,
+ "y": 1536,
+ "name": "Breadcrumb Item/Ellipsis",
+ "reusable": true,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gkO2x",
+ "name": "icon/dots",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nIomk",
+ "x": 10.666666984558105,
+ "y": 7.833333492279053,
+ "name": "Vector",
+ "geometry": "M0 1.41421l0-1.41421",
+ "width": 0,
+ "height": 0.33333349227905273,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--muted-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "O79Qg",
+ "x": 8,
+ "y": 7.833333492279053,
+ "name": "Vector",
+ "geometry": "M0 1.41421l0-1.41421",
+ "width": 0,
+ "height": 0.33333349227905273,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--muted-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KGOVF",
+ "x": 5.333333492279053,
+ "y": 7.833333492279053,
+ "name": "Vector",
+ "geometry": "M0 1.41421l0-1.41421",
+ "width": 0,
+ "height": 0.33333349227905273,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--muted-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FBqua",
+ "x": 200,
+ "y": 1536,
+ "name": "Breadcrumb Item/Current",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Xm9Ew",
+ "name": "Breadcrumb Item",
+ "fill": "$--foreground",
+ "content": "Breadcrumb Item",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "id": "spbsy",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pfIN1",
+ "x": 200,
+ "y": 352,
+ "descendants": {
+ "9eSLt": {
+ "type": "frame",
+ "id": "hqut2",
+ "name": "chevron-down",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nLyMb",
+ "x": 4,
+ "y": 6,
+ "name": "Vector",
+ "geometry": "M0 0l6 6 6-6",
+ "width": 8,
+ "height": 4,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--foreground"
+ }
+ }
+ ]
+ },
+ "h6oCR": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "K53jF",
+ "type": "ref",
+ "reusable": true,
+ "ref": "QyzNg",
+ "x": 200,
+ "y": 628,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--destructive"
+ },
+ "width": "fill_container(480)",
+ "descendants": {
+ "DeaWZ": {
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--destructive"
+ }
+ },
+ "X45fI": {
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--destructive"
+ }
+ },
+ "WjioW": {
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--destructive"
+ }
+ },
+ "nbvca": {
+ "fill": "$--destructive"
+ },
+ "W4UBy": {
+ "fill": "$--destructive"
+ }
+ }
+ },
+ {
+ "id": "HWTb9",
+ "type": "ref",
+ "reusable": true,
+ "ref": "DpPVg",
+ "x": 280,
+ "y": 1096,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "fill"
+ },
+ "name": "Avatar/Image",
+ "descendants": {
+ "wVlpW": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "WuUMk",
+ "type": "ref",
+ "reusable": true,
+ "ref": "UjXug",
+ "x": 200,
+ "y": 1296,
+ "fill": "$--secondary",
+ "name": "Badge/Secondary",
+ "descendants": {
+ "zHpCv": {
+ "fill": "$--secondary-foreground"
+ }
+ }
+ },
+ {
+ "id": "YvyLD",
+ "type": "ref",
+ "reusable": true,
+ "ref": "UjXug",
+ "x": 200,
+ "y": 1356,
+ "fill": "$--destructive",
+ "name": "Badge/Destructive",
+ "descendants": {
+ "zHpCv": {
+ "fill": "#ffffffff"
+ }
+ }
+ },
+ {
+ "id": "3IiAS",
+ "type": "ref",
+ "reusable": true,
+ "ref": "UjXug",
+ "x": 200,
+ "y": 1416,
+ "fill": [],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "name": "Badge/Outline",
+ "descendants": {
+ "zHpCv": {
+ "fill": "$--foreground"
+ }
+ }
+ },
+ {
+ "id": "KUk4t",
+ "type": "ref",
+ "reusable": true,
+ "ref": "FBqua",
+ "x": 335,
+ "y": 1536,
+ "fill": [],
+ "name": "Breadcrumb Item/Default",
+ "descendants": {
+ "Xm9Ew": {
+ "fill": "$--muted-foreground"
+ }
+ }
+ },
+ {
+ "id": "3s95S",
+ "type": "ref",
+ "reusable": true,
+ "ref": "ctKFD",
+ "x": 510,
+ "y": 1536,
+ "name": "Breadcrumb Item/Separator",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6YgZ8",
+ "name": "icon/chevron-right",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9zLXv",
+ "x": 5.249999523162842,
+ "y": 3.499999761581421,
+ "name": "Vector",
+ "geometry": "M0 12l6-6-6-6",
+ "width": 3.500000476837158,
+ "height": 7,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.5,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--muted-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ZIV1t",
+ "type": "ref",
+ "reusable": true,
+ "ref": "C3KOZ",
+ "x": 342,
+ "y": 1656,
+ "padding": 8,
+ "name": "Icon Button/Large/Default",
+ "descendants": {
+ "NEMHS": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "AWqtD",
+ "type": "ref",
+ "reusable": true,
+ "ref": "gou6u",
+ "x": 342,
+ "y": 1732,
+ "padding": 8,
+ "name": "Icon Button/Large/Secondary",
+ "descendants": {
+ "g9Wxn": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "ilXCy",
+ "type": "ref",
+ "reusable": true,
+ "ref": "xPENL",
+ "x": 342,
+ "y": 1808,
+ "padding": 8,
+ "name": "Icon Button/Large/Destructive",
+ "descendants": {
+ "HazGS": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "EXRaV",
+ "type": "ref",
+ "reusable": true,
+ "ref": "ghKmL",
+ "x": 342,
+ "y": 1884,
+ "padding": 8,
+ "name": "Icon Button/Large/Outline",
+ "descendants": {
+ "ydXf3": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "WReIy",
+ "type": "ref",
+ "reusable": true,
+ "ref": "l7zpS",
+ "x": 342,
+ "y": 1960,
+ "padding": 8,
+ "name": "Icon Button/Large/Ghost",
+ "descendants": {
+ "ujxmL": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "urnwK",
+ "type": "ref",
+ "reusable": true,
+ "ref": "VSnC2",
+ "x": 544,
+ "y": 1656,
+ "padding": 8,
+ "name": "Icon Button/Default",
+ "descendants": {
+ "8tnXG": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "PbuYK",
+ "type": "ref",
+ "reusable": true,
+ "ref": "e8v1X",
+ "x": 544,
+ "y": 1732,
+ "padding": 8,
+ "name": "Icon Button/Secondary",
+ "descendants": {
+ "Tr3Fv": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "EsgLk",
+ "type": "ref",
+ "reusable": true,
+ "ref": "YKnjc",
+ "x": 544,
+ "y": 1808,
+ "padding": 8,
+ "name": "Icon Button/Destructive",
+ "descendants": {
+ "NDadS": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "hXOUF",
+ "type": "ref",
+ "reusable": true,
+ "ref": "C10zH",
+ "x": 544,
+ "y": 1884,
+ "padding": 8,
+ "name": "Icon Button/Outline",
+ "descendants": {
+ "poRwU": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "Sx6Z0",
+ "type": "ref",
+ "reusable": true,
+ "ref": "3f2VW",
+ "x": 544,
+ "y": 1960,
+ "padding": 8,
+ "descendants": {
+ "UZfKV": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pcGlv",
+ "x": 200,
+ "y": 2100,
+ "name": "Card",
+ "reusable": true,
+ "width": 360,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CgJv7",
+ "name": "Card Header",
+ "slot": [],
+ "width": "fill_container",
+ "height": 68,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 24,
+ "justifyContent": "center"
+ },
+ {
+ "type": "frame",
+ "id": "frWPV",
+ "name": "Card Content",
+ "slot": [],
+ "width": "fill_container",
+ "height": 68,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 24,
+ "justifyContent": "center"
+ },
+ {
+ "type": "frame",
+ "id": "bvhSM",
+ "name": "Card Actions",
+ "slot": [],
+ "width": "fill_container",
+ "height": 68,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 24,
+ "alignItems": "center"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "coMmv",
+ "x": 199,
+ "y": 2404,
+ "name": "Tab Item/Active",
+ "reusable": true,
+ "fill": "$--background",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "qYQHc",
+ "name": "Label Selected",
+ "fill": "$--foreground",
+ "content": "Tab Item",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "id": "QY0Ka",
+ "type": "ref",
+ "reusable": true,
+ "ref": "coMmv",
+ "x": 199,
+ "y": 2456,
+ "name": "Tab Item/Inactive",
+ "fill": [],
+ "effect": [],
+ "descendants": {
+ "qYQHc": {
+ "fill": "$--muted-foreground"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "PbofX",
+ "x": 199,
+ "y": 2508,
+ "name": "Tabs",
+ "reusable": true,
+ "slot": [
+ "coMmv",
+ "QY0Ka"
+ ],
+ "clip": true,
+ "width": 80,
+ "height": 40,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 4,
+ "alignItems": "center"
+ },
+ {
+ "id": "omDwd",
+ "type": "ref",
+ "ref": "PbofX",
+ "x": 199,
+ "y": 2588,
+ "width": "fit_content",
+ "children": [
+ {
+ "id": "WdXPr",
+ "type": "ref",
+ "ref": "coMmv",
+ "x": 4,
+ "y": 4,
+ "descendants": {
+ "qYQHc": {
+ "content": "Integrations"
+ }
+ }
+ },
+ {
+ "id": "n1AXl",
+ "type": "ref",
+ "ref": "QY0Ka",
+ "x": 116,
+ "y": 4,
+ "descendants": {
+ "qYQHc": {
+ "content": "Billing"
+ }
+ }
+ },
+ {
+ "id": "lGHqQ",
+ "type": "ref",
+ "ref": "QY0Ka",
+ "x": 189,
+ "y": 4,
+ "descendants": {
+ "qYQHc": {
+ "content": "Profile"
+ }
+ }
+ },
+ {
+ "id": "3YaMP",
+ "type": "ref",
+ "ref": "QY0Ka",
+ "x": 265,
+ "y": 4,
+ "descendants": {
+ "qYQHc": {
+ "content": "Advanced"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "OtykB",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pcGlv",
+ "x": 200,
+ "y": 808,
+ "width": 480,
+ "height": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "name": "Dialog",
+ "descendants": {
+ "CgJv7": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "CuAfb",
+ "name": "Dialog Title",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Add a title here",
+ "lineHeight": 1.5555555555555556,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 18,
+ "fontWeight": "600"
+ },
+ {
+ "type": "text",
+ "id": "jBiwY",
+ "name": "Dialog Description",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "And add a detailed description here.",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ "frWPV": {
+ "enabled": false
+ },
+ "bvhSM": {
+ "width": "fill_container",
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "NtF0f",
+ "type": "ref",
+ "ref": "VSnC2",
+ "x": 24,
+ "y": 24,
+ "descendants": {
+ "8jVfJ": {
+ "enabled": false
+ },
+ "8tnXG": {
+ "content": "Continue"
+ }
+ }
+ },
+ {
+ "id": "RCXBi",
+ "type": "ref",
+ "ref": "C10zH",
+ "x": 125,
+ "y": 24,
+ "descendants": {
+ "l8v2I": {
+ "enabled": false
+ },
+ "poRwU": {
+ "content": "Cancel"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cTN8T",
+ "x": 900,
+ "y": 200,
+ "name": "Dropdown",
+ "reusable": true,
+ "slot": [
+ "D24KC",
+ "j3KBf",
+ "2JGXl",
+ "qamCY",
+ "O0rdg",
+ "I9z29"
+ ],
+ "width": 240,
+ "height": 80,
+ "fill": "$--popover",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": [
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000f",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 3.5,
+ "spread": -1
+ },
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 5.25,
+ "spread": -1
+ }
+ ],
+ "layout": "vertical",
+ "padding": 4,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "D24KC",
+ "x": 900,
+ "y": 348,
+ "name": "List Divider",
+ "reusable": true,
+ "width": 240,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "line",
+ "id": "O4ze0",
+ "name": "Line",
+ "width": "fill_container",
+ "height": 0,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--border"
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "j3KBf",
+ "x": 900,
+ "y": 386,
+ "name": "List Title",
+ "reusable": true,
+ "width": 240,
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 6,
+ 8,
+ 32
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tSAtI",
+ "name": "Label",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "List Title",
+ "lineHeight": 1.3333333333333333,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2JGXl",
+ "x": 900,
+ "y": 458,
+ "name": "List Item/Checked",
+ "reusable": true,
+ "width": 240,
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kxJ89",
+ "name": "Item Content Left",
+ "clip": true,
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jj249",
+ "name": "Leading Icon",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "RTXW4",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "check",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R8Ps1",
+ "name": "Label",
+ "fill": "$--foreground",
+ "content": "List Item",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "22sgp",
+ "name": "Item Content Right",
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "A1EhN",
+ "name": "⇧⌘A",
+ "opacity": 0.6000000238418579,
+ "fill": "$--foreground",
+ "content": "⇧⌘A",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "MW4DH",
+ "name": "Trailing Icon",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "xon77",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevron-right",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "qamCY",
+ "type": "ref",
+ "reusable": true,
+ "ref": "2JGXl",
+ "x": 900,
+ "y": 530,
+ "name": "List Item/Unchecked",
+ "descendants": {
+ "RTXW4": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "I9z29",
+ "x": 900,
+ "y": 602,
+ "name": "List Search Box/Filled",
+ "reusable": true,
+ "width": 240,
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "emAje",
+ "name": "Search Icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "Ek0LE",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "search",
+ "iconFontFamily": "lucide",
+ "fill": "$--muted-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tAA5L",
+ "name": "Label",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Search...",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9e0Mf",
+ "name": "Clear Icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "GOFWO",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "x",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "O0rdg",
+ "type": "ref",
+ "reusable": true,
+ "ref": "I9z29",
+ "x": 900,
+ "y": 674,
+ "name": "List Search Box/Default",
+ "descendants": {
+ "tAA5L": {
+ "fill": "$--muted-foreground"
+ },
+ "9e0Mf": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "D9Y8K",
+ "type": "ref",
+ "reusable": true,
+ "ref": "LbK20",
+ "x": 2100,
+ "y": 1212,
+ "name": "Radio/Unselected",
+ "descendants": {
+ "A16Ri": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "fcMl6",
+ "type": "ref",
+ "reusable": true,
+ "ref": "c8fiq",
+ "x": 2100,
+ "y": 1396,
+ "name": "Switch/Unchecked",
+ "descendants": {
+ "AgS9m": {
+ "justifyContent": "start",
+ "alignItems": "center",
+ "fill": "$--input"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ovuDP",
+ "x": 2100,
+ "y": 1520,
+ "name": "Checkbox/Checked",
+ "reusable": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kfU2y",
+ "name": "Checkbox",
+ "width": 16,
+ "height": 16,
+ "fill": "$--primary",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--primary"
+ },
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "5n2yq",
+ "width": 12,
+ "height": 12,
+ "iconFontName": "check",
+ "iconFontFamily": "lucide",
+ "fill": "$--primary-foreground"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dszbm",
+ "name": "Label Text",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "15v9d",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "J7Uph",
+ "type": "ref",
+ "reusable": true,
+ "ref": "ovuDP",
+ "x": 2100,
+ "y": 1580,
+ "descendants": {
+ "kfU2y": {
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "fill": "$--primary-foreground"
+ },
+ "5n2yq": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "uHFal",
+ "type": "ref",
+ "reusable": true,
+ "ref": "1415a",
+ "x": 2100,
+ "y": 1806,
+ "name": "Input Group/Filled",
+ "descendants": {
+ "QRy7x": {
+ "enabled": true
+ },
+ "SDRKn": {
+ "fill": "$--foreground",
+ "content": "Input Value"
+ }
+ }
+ },
+ {
+ "id": "fEUdI",
+ "type": "ref",
+ "reusable": true,
+ "ref": "1415a",
+ "x": 2100,
+ "y": 1912,
+ "name": "Input/Default",
+ "descendants": {
+ "QRy7x": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "id": "AfQIN",
+ "type": "ref",
+ "reusable": true,
+ "ref": "1415a",
+ "x": 2100,
+ "y": 1992,
+ "name": "Input/Filled",
+ "descendants": {
+ "QRy7x": {
+ "enabled": false
+ },
+ "SDRKn": {
+ "fill": "$--foreground",
+ "content": "Input Value"
+ }
+ }
+ },
+ {
+ "id": "A4VOm",
+ "type": "ref",
+ "reusable": true,
+ "ref": "w5c1O",
+ "x": 2100.160669376255,
+ "y": 2239,
+ "name": "Select Group/Filled",
+ "descendants": {
+ "V1STL": {
+ "fill": "$--foreground",
+ "content": "Selected Option"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cCfrk",
+ "x": 2100.160669376255,
+ "y": 2406,
+ "name": "Combobox/Default",
+ "reusable": true,
+ "rotation": -0.13948009468075886,
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "dkouC",
+ "name": "Label Text",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mNzWI",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SS77i",
+ "name": "Select Trigger",
+ "width": "fill_container",
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 10,
+ "padding": [
+ 10,
+ 12
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bj34E",
+ "name": "Select option",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Select Option",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "icon_font",
+ "id": "zNxvQ",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevrons-up-down",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LgAeW",
+ "type": "ref",
+ "reusable": true,
+ "ref": "cCfrk",
+ "x": 2100.160669376255,
+ "y": 2513,
+ "name": "Combobox/Default",
+ "descendants": {
+ "bj34E": {
+ "content": "Selected Option",
+ "fill": "$--foreground"
+ }
+ }
+ },
+ {
+ "id": "rxp3e",
+ "type": "ref",
+ "reusable": true,
+ "ref": "02npo",
+ "x": 2100,
+ "y": 2786,
+ "name": "Input OTP Group/Filled",
+ "descendants": {
+ "vIMKE": {
+ "enabled": true
+ },
+ "qM9xF": {
+ "enabled": true
+ },
+ "dL6MK": {
+ "enabled": true
+ },
+ "Hlbwf": {
+ "enabled": true
+ },
+ "MBOXD": {
+ "enabled": true
+ },
+ "iEjWl": {
+ "enabled": true
+ }
+ }
+ },
+ {
+ "id": "CrS3L",
+ "type": "ref",
+ "reusable": true,
+ "ref": "BjRan",
+ "x": 2100,
+ "y": 3098,
+ "name": "Textarea Group/Filled",
+ "descendants": {
+ "S4qWY": {
+ "content": "Input Value",
+ "fill": "$--foreground"
+ }
+ }
+ },
+ {
+ "id": "oVUJY",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pcGlv",
+ "x": 2100,
+ "y": 200,
+ "fill": "$--background",
+ "clip": false,
+ "effect": [
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 10
+ }
+ ],
+ "width": 360,
+ "height": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "textGrowth": "auto",
+ "name": "Modal/Left",
+ "descendants": {
+ "CgJv7": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "EOpIo",
+ "name": "Modal Title",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Modal Title",
+ "lineHeight": 1.4,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "600"
+ },
+ {
+ "type": "text",
+ "id": "bVY1H",
+ "name": "Modal Subtitle",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Modal Subtitle",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ "bvhSM": {
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "L6Ngo",
+ "type": "ref",
+ "ref": "C3KOZ",
+ "x": 24,
+ "y": 24.019943701668048,
+ "width": "fill_container",
+ "descendants": {
+ "NEMHS": {
+ "content": "Action"
+ }
+ }
+ },
+ {
+ "id": "T9BdN",
+ "type": "ref",
+ "ref": "ghKmL",
+ "x": 184,
+ "y": 24.039888780686216,
+ "rotation": 0.015035913220233593,
+ "width": "fill_container",
+ "descendants": {
+ "ydXf3": {
+ "content": "Action"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": "X6bmd",
+ "type": "ref",
+ "reusable": true,
+ "ref": "oVUJY",
+ "x": 2100,
+ "y": 500,
+ "name": "Modal/Center",
+ "effect": [
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 20
+ },
+ "blur": 20
+ },
+ {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000a",
+ "offset": {
+ "x": 0,
+ "y": 10
+ },
+ "blur": 10
+ }
+ ],
+ "descendants": {
+ "EOpIo": {
+ "textAlign": "center"
+ },
+ "bVY1H": {
+ "textAlign": "center"
+ }
+ }
+ },
+ {
+ "id": "TfbzN",
+ "type": "ref",
+ "reusable": true,
+ "ref": "oVUJY",
+ "x": 2100,
+ "y": 800,
+ "name": "Modal/Icon",
+ "descendants": {
+ "EOpIo": {
+ "type": "frame",
+ "id": "vbPtf",
+ "name": "Icon Wrapper",
+ "width": 48,
+ "height": 48,
+ "fill": "$--secondary",
+ "cornerRadius": 999,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "C6XmO",
+ "width": 24,
+ "height": 24,
+ "iconFontName": "triangle-alert",
+ "iconFontFamily": "lucide",
+ "fill": "$--primary"
+ }
+ ]
+ },
+ "bVY1H": {
+ "enabled": false
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "tjjQe",
+ "x": 1697,
+ "y": 2171,
+ "name": "Pagination Item/Active",
+ "reusable": true,
+ "width": 40,
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JP14e",
+ "name": "1",
+ "fill": "$--foreground",
+ "content": "1",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "id": "vbQN4",
+ "type": "ref",
+ "reusable": true,
+ "ref": "tjjQe",
+ "x": 1777,
+ "y": 2171,
+ "name": "Pagination Item/Default",
+ "fill": [],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": []
+ },
+ {
+ "id": "MqebB",
+ "type": "ref",
+ "reusable": true,
+ "ref": "tjjQe",
+ "x": 1857,
+ "y": 2171,
+ "fill": [],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": [],
+ "name": "Pagination Item/Ellipsis",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "ESsKY",
+ "width": 16,
+ "height": 16,
+ "iconFontName": "ellipsis",
+ "iconFontFamily": "lucide",
+ "fill": "$--foreground"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U5noB",
+ "x": 1697,
+ "y": 2251,
+ "name": "Pagination",
+ "reusable": true,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "dL111",
+ "type": "ref",
+ "ref": "l7zpS",
+ "x": 0,
+ "y": 2,
+ "descendants": {
+ "h6Jgb": {
+ "enabled": false
+ },
+ "ujxmL": {
+ "content": "Previous"
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "VBg6X",
+ "name": "Page Numbers Slot",
+ "slot": [
+ "tjjQe",
+ "vbQN4",
+ "MqebB"
+ ],
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "gap": 4
+ },
+ {
+ "id": "mQBD7",
+ "type": "ref",
+ "ref": "l7zpS",
+ "x": 147,
+ "y": 2,
+ "padding": [
+ 8,
+ 24
+ ],
+ "descendants": {
+ "h6Jgb": {
+ "enabled": false
+ },
+ "ujxmL": {
+ "content": "Next"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "PiMGI",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pcGlv",
+ "x": 900,
+ "y": 2957,
+ "width": 320,
+ "name": "Card Action",
+ "height": "fit_content",
+ "flipX": false,
+ "flipY": false,
+ "textGrowth": "auto",
+ "descendants": {
+ "CgJv7": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "vSU0z",
+ "name": "title",
+ "fill": "$--card-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Solar Efficiency Pack",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ "frWPV": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "02zLC",
+ "name": "text",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Boosts rover endurance by optimizing solar panel alignment.",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ "bvhSM": {
+ "height": "fit_content",
+ "children": [
+ {
+ "id": "C8MFo",
+ "type": "ref",
+ "ref": "C10zH",
+ "x": 24,
+ "y": 24,
+ "descendants": {
+ "poRwU": {
+ "content": "Request"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": "fpgbn",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pcGlv",
+ "x": 1252,
+ "y": 2959,
+ "width": 320,
+ "name": "Card Plain",
+ "descendants": {
+ "CgJv7": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "XRwAR",
+ "name": "title",
+ "fill": "$--card-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Active Rovers",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ "frWPV": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "ip4M9",
+ "name": "number",
+ "fill": "$--card-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "1,280",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 24,
+ "fontWeight": "500"
+ },
+ {
+ "id": "58bG0",
+ "type": "ref",
+ "ref": "UjXug",
+ "x": 24,
+ "y": 68,
+ "descendants": {
+ "zHpCv": {
+ "content": "-12%"
+ }
+ }
+ }
+ ]
+ },
+ "bvhSM": {
+ "enabled": false,
+ "children": []
+ }
+ }
+ },
+ {
+ "id": "JENPq",
+ "type": "ref",
+ "reusable": true,
+ "ref": "pcGlv",
+ "x": 1604,
+ "y": 2959,
+ "flipX": false,
+ "flipY": false,
+ "width": 320,
+ "height": "fit_content",
+ "textGrowth": "auto",
+ "name": "Card Image",
+ "descendants": {
+ "CgJv7": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jbgz8",
+ "name": "image-placeholder",
+ "width": "fill_container",
+ "height": 160,
+ "fill": "$--accent",
+ "cornerRadius": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ "frWPV": {
+ "height": "fit_content",
+ "children": [
+ {
+ "type": "text",
+ "id": "FFlaK",
+ "name": "title",
+ "fill": "$--card-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Aurora Scout",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 20,
+ "fontWeight": "500"
+ },
+ {
+ "type": "text",
+ "id": "4MqKz",
+ "name": "title",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "SKU: LS-2029",
+ "lineHeight": 1.5,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ "bvhSM": {
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "id": "Jt3oM",
+ "type": "ref",
+ "ref": "UjXug",
+ "x": 24,
+ "y": 24,
+ "descendants": {
+ "zHpCv": {
+ "content": "$45.00"
+ }
+ }
+ },
+ {
+ "id": "FNWmv",
+ "type": "ref",
+ "ref": "C10zH",
+ "x": 131,
+ "y": 16,
+ "descendants": {
+ "poRwU": {
+ "content": "Add to favorites"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "type": "frame",
+ "id": "24cM4",
+ "x": 1222,
+ "y": 2159,
+ "name": "Sidebar Section Title",
+ "reusable": true,
+ "width": 240,
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pWGDv",
+ "name": "Label",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Title",
+ "lineHeight": 1.3333333333333333,
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qCCo8",
+ "x": 1222,
+ "y": 2231,
+ "name": "Sidebar Item/Active",
+ "reusable": true,
+ "width": 240,
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SxIMP",
+ "name": "Item Content Left",
+ "clip": true,
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nmQwi",
+ "name": "Leading Icon",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "r6B2W",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "circle",
+ "iconFontFamily": "lucide",
+ "fill": "$--sidebar-foreground"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0Ru22",
+ "name": "Label",
+ "fill": "$--sidebar-foreground",
+ "content": "Item",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ttBco",
+ "name": "Item Content Right",
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eSZOD",
+ "name": "Trailing Icon",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "icon_font",
+ "id": "VHWXO",
+ "x": 0,
+ "y": 0,
+ "width": 16,
+ "height": 16,
+ "iconFontName": "chevron-right",
+ "iconFontFamily": "lucide",
+ "fill": "$--sidebar-foreground"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "jBcUh",
+ "type": "ref",
+ "reusable": true,
+ "ref": "qCCo8",
+ "x": 1222,
+ "y": 2303,
+ "name": "Sidebar Item/Default",
+ "fill": [],
+ "rotation": 0
+ },
+ {
+ "type": "frame",
+ "id": "KOEkG",
+ "x": 900,
+ "y": 1486,
+ "name": "Data Table Header",
+ "reusable": true,
+ "width": "fill_container(1024)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "id": "Nzncf",
+ "type": "ref",
+ "ref": "fEUdI",
+ "x": 0,
+ "y": 0,
+ "descendants": {
+ "SDRKn": {
+ "content": "Search"
+ }
+ }
+ },
+ {
+ "id": "slEdc",
+ "type": "ref",
+ "ref": "ghKmL",
+ "x": 902,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RXiR9",
+ "x": 900,
+ "y": 2000,
+ "name": "Data Table Footer",
+ "reusable": true,
+ "width": "fill_container(1024)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9PRbJ",
+ "name": "0 of 5 row(s) selected.",
+ "fill": "$--muted-foreground",
+ "content": "Showing 10 records",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "id": "SMRMo",
+ "type": "ref",
+ "ref": "U5noB",
+ "x": 797,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LoAux",
+ "x": 900,
+ "y": 1160,
+ "name": "Table Row",
+ "reusable": true,
+ "slot": [
+ "FulCp",
+ "w3NML"
+ ],
+ "width": "fill_container(1024)",
+ "height": "fit_content(44)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "FulCp",
+ "x": 900,
+ "y": 1224,
+ "name": "Table Cell",
+ "reusable": true,
+ "slot": [],
+ "width": "fill_container(293)",
+ "height": "fit_content(44)",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "w3NML",
+ "x": 900,
+ "y": 1356,
+ "name": "Table Column Header",
+ "reusable": true,
+ "width": 293,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RFS3h",
+ "name": "Label",
+ "fill": "$--muted-foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Name",
+ "lineHeight": 1.4285714285714286,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bG7YL",
+ "x": 900,
+ "y": 836,
+ "name": "Table",
+ "reusable": true,
+ "slot": [
+ "LoAux"
+ ],
+ "width": "fill_container(1024)",
+ "height": 300,
+ "fill": "$--background",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "shadcnDataTable",
+ "x": 900,
+ "y": 1559,
+ "name": "Data Table",
+ "reusable": true,
+ "clip": true,
+ "width": "fill_container(1024)",
+ "layout": "vertical",
+ "gap": 16,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sdtHeader1",
+ "name": "Data Table Header",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sdtInput1",
+ "name": "Input/Default",
+ "width": 274,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "children": [
+ {
+ "type": "frame",
+ "id": "sdtLabel1",
+ "name": "Label Text",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sdtLabelTxt1",
+ "name": "Label Text",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": "Label Text",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sdtInputField1",
+ "name": "Input",
+ "width": "fill_container",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sdtInputVal1",
+ "name": "Input Value",
+ "fill": "$--muted-foreground",
+ "content": "Search…",
+ "lineHeight": 1.4285714285714286,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "sdtBtn1",
+ "type": "ref",
+ "ref": "ghKmL",
+ "x": 902,
+ "y": 0
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sdtContent1",
+ "name": "Data Table Content",
+ "slot": [
+ "LoAux"
+ ],
+ "clip": true,
+ "width": "fill_container",
+ "height": "fit_content(260)",
+ "layout": "vertical",
+ "justifyContent": "center",
+ "alignItems": "center"
+ },
+ {
+ "id": "sdtFooterRef1",
+ "type": "ref",
+ "ref": "RXiR9",
+ "x": 0,
+ "y": 332
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DH6bs",
+ "x": 199,
+ "y": 2957,
+ "name": "Card Project-spx",
+ "reusable": true,
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zpmC3",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZjHHN",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cLbxU",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WR62q",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yaOow",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7Cwhs",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "tMUp6",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IYiDS",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Js1jj",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Pa9wG",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uLveT",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "YnLJd",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iaqjL",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v7odP",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nfSR9",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j4YHx",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "p99IV",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XIHfV",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FT2pG",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N8Zhi",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gIFaI",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cUBE0",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "reusable": true,
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "GuBbf",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f4yfG",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xNcYn",
+ "name": "StoryBoard",
+ "fill": "#24292fff",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HrrQW",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iBNPX",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PvDTR",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ibcRk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cu7wu",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5Xgn1",
+ "x": 519,
+ "y": 2957,
+ "name": "Card Project-Ai Canvas",
+ "reusable": true,
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3ff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lBNd2",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pf5TC",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Glk94",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p3LJp",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fjsd0",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "D3uFO",
+ "name": "Heading",
+ "fill": "#24292fff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "huADx",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "leu3n",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d6I1j",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "J6Nn2",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5zJD3",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "aLpc9",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VxZlY",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "shKSe",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#a7b1bbff",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "hlUpo",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bWA1o",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "emsBl",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "C4A7c",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a1jFs",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NzdaB",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ynzj1",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Op0JS",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "cF2II",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f6f8faff",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3ff",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ghauZ",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fhYyV",
+ "name": "Canvas",
+ "fill": "#24292fff",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QjoEg",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ly3eu",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RpD9u",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n20rf",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ryWu8",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "themes": {
+ "Mode": [
+ "Light",
+ "Dark"
+ ],
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ]
+ },
+ "variables": {
+ "--sidebar": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#09090b"
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#18181b"
+ },
+ {
+ "value": "#1447e6",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e4e4e7"
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f4f4f4"
+ },
+ {
+ "value": "#2a2a30",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-accent-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#18181b"
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--sidebar-ring": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#71717a"
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#0a0a0a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--card": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--card-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--popover": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--popover-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#0a0a0a"
+ },
+ {
+ "value": "#030712",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#020617",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#0c0a09",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#09090b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717",
+ "theme": {
+ "Base": "Neutral"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ }
+ ]
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#171717",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fef2f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff1f2",
+ "theme": {}
+ },
+ {
+ "value": "#fff7ed",
+ "theme": {}
+ },
+ {
+ "value": "#f7fee7",
+ "theme": {}
+ },
+ {
+ "value": "#eff6ff",
+ "theme": {}
+ },
+ {
+ "value": "#713f12",
+ "theme": {}
+ },
+ {
+ "value": "#f5f3ff",
+ "theme": {}
+ }
+ ]
+ },
+ "--secondary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#262626",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#1f2937",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1e293b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#292524",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#27272a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--secondary-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717"
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#262626",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#1f2937",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1e293b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#292524",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#27272a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#6b7280",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#64748b",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#78716c",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#71717a",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#a3a3a3",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#9ca3af",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#94a3b8",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#a8a29e",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#a1a1aa",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#262626",
+ "theme": {
+ "Mode": "Dark"
+ }
+ },
+ {
+ "value": "#1f2937",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#1e293b",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#292524",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#27272a",
+ "theme": {
+ "Mode": "Dark",
+ "Base": "Zinc"
+ }
+ }
+ ]
+ },
+ "--accent-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#171717"
+ },
+ {
+ "value": "#111827",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#0f172a",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#1c1917",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#18181b",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#fafafa",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--destructive": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e7000b"
+ },
+ {
+ "value": "#ff666999",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ },
+ "--input": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e7eb",
+ "theme": {
+ "Base": "Gray"
+ }
+ },
+ {
+ "value": "#e2e8f0",
+ "theme": {
+ "Base": "Slate"
+ }
+ },
+ {
+ "value": "#e5e5e5",
+ "theme": {
+ "Base": "Stone"
+ }
+ },
+ {
+ "value": "#e4e4e7",
+ "theme": {
+ "Base": "Zinc"
+ }
+ },
+ {
+ "value": "#ffffff1a",
+ "theme": {
+ "Mode": "Dark"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ui/spx/test.pen b/ui/spx/test.pen
new file mode 100644
index 0000000000..e767ed8a58
--- /dev/null
+++ b/ui/spx/test.pen
@@ -0,0 +1,44253 @@
+{
+ "version": "2.8",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BTT7z",
+ "x": -3395,
+ "y": 1135,
+ "name": "sprite-editor-black",
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cDLid",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fZkrQ",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sU7EO",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5QiTJ",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9FzXu",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "#ffffff",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "yHITK",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "$--primary-foreground",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dt5vU",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "HbT5H",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zdRjx",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BngKa",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f5QmQ",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "#ffffff",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aC65I",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "6JQfi",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "#ffffff",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E5bqy",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V2Hui",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "1cez7",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "#ffffff",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RN01P",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QwW89",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OMPNT",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "#ffffff",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UVfZn",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "84Hbr",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "X5A8M",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "#ffffff",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "27jwi",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qpRtN",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jlpU8",
+ "name": "输入文本",
+ "fill": "#ffffff",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "5dpOm",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "XtXKD",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "#ffffff",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "96dGt",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OoeN1",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3atb8",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xvIbL",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mghyp",
+ "name": "button-01",
+ "fill": "$--secondary",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cy4ph",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YekFJ",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$--primary",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MAsoU",
+ "name": "button-02",
+ "fill": "$grey900",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y0n66",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Zk9kR",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$--secondary",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2U15z",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lq6af",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "iGAA0",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VN178",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "I3h7r",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 2
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ykeRr",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w9DNR",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "rh0tV",
+ "name": "editor-code-tab",
+ "clip": true,
+ "height": "fill_container",
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 2
+ },
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5OJh2",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pkXWf",
+ "name": "editor-costumes-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YNjM5",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2IHIh",
+ "name": "editor-animations-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5XlKi",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4IhKg",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WYAwS",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7Fdc6",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kbiEp",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RFRSo",
+ "name": "输入文本",
+ "fill": "#6e7781",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ax5BK",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "11feE",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GIaGP",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7omEW",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#e7f9fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zOiks",
+ "name": "Left",
+ "fill": "#ffffff",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PIAe0",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gdZyA",
+ "name": "Right",
+ "fill": "#ffffff",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gOgnY",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xVkjK",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$--secondary-foreground",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s1BuY",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "DnpIt",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WLJun",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c4eCi",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1vgH3",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "G1g7b",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "LL9zD",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D4cEl",
+ "name": "Event",
+ "fill": "$--foreground",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "01DcG",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "csQrT",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EkjNQ",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dLQXV",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MymDJ",
+ "name": "Look",
+ "fill": "$--foreground",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q7cGO",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lHsbK",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xKfLR",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "y7uZu",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "QwKZF",
+ "name": "Motion",
+ "fill": "$--foreground",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QKaLx",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DtRbf",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "joKmw",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yhV5T",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "itrP6",
+ "name": "Control",
+ "fill": "$--foreground",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2FfGK",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "frSmT",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "36Yjl",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iDMgq",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VopLd",
+ "name": "Sensing",
+ "fill": "$--foreground",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MzNoZ",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rvqi7",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gdsYv",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Q0DiX",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3e8PJ",
+ "name": "Sound",
+ "fill": "$--foreground",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AbbHo",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ItSxb",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qaDkY",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rl2EC",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zSOVM",
+ "name": "Game",
+ "fill": "$--foreground",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Oi6Cu",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "dYOpn",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QlwoA",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "qPHbH",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$--muted-foreground",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "zf2oP",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sCXfY",
+ "name": "hover-settings",
+ "fill": "$--card",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ogmKu",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7mruJ",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "GvvLF",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rJQCl",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T3IWx",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9QDpW",
+ "name": "Settings",
+ "fill": "#a7b1bb",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3cGxf",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "68Obp",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7sDIQ",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "vS5gb",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "qmhID",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lrlHs",
+ "name": "label",
+ "fill": "#a7b1bb",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FAWL6",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FFi9G",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UFvLS",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "GE0Xv",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aHx2z",
+ "name": "label",
+ "fill": "#a7b1bb",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PH5Vo",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J6Ycw",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NNclo",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XB1ez",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "0sJW3",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PNORG",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RA70E",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0MlHU",
+ "name": "x:",
+ "fill": "$--muted-foreground",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pNHfh",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ExNz8",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "k9C8h",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oZOjA",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "t7D0z",
+ "name": "y:",
+ "fill": "$--muted-foreground",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "wAXRS",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "807fB",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "FYWAy",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9XUQp",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6mQZY",
+ "name": "seconds:",
+ "fill": "$--muted-foreground",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "nZpFY",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OtYsu",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UAGaL",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0DRQo",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4nunO",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "3GKfa",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wjNbf",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BxF8b",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uj3QL",
+ "name": "x:",
+ "fill": "$--muted-foreground",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fq5bl",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wfYxs",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "cbhgV",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kDpkh",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "y1Qlx",
+ "name": "y:",
+ "fill": "$--muted-foreground",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yOW0O",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xXvtn",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "91lYM",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rtemx",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rWTWR",
+ "name": "seconds:",
+ "fill": "$--muted-foreground",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OE6Jr",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "t2TdM",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DVels",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pdRxI",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KlWUA",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "q2ttO",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rRgVh",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QN44V",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J3G3v",
+ "name": "name:",
+ "fill": "$--muted-foreground",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "48x37",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J3yGl",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YxO9l",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3YFtS",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gRtl",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6eXyA",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9bCL7",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iwMit",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YCV7a",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tqTNy",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TWmBS",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zngcI",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bridY",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZztKP",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zhwAK",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4QvGQ",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "waeXi",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gGsyv",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kX9ST",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "2hmLf",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "VUZQv",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$--muted-foreground",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Wn9md",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ks2y3",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fIxEw",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E4HA6",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "sy93q",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6Jghz",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a2rSK",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RB1A0",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OzW32",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BLCjH",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HJ4wl",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "li2sm",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mNoiJ",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GbfYB",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QCTEY",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CgT0D",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q9u6s",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "HALPn",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "678Bf",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "CgPGj",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PIAa9",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8uBA1",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a8yn4",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "l5W9E",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "afrX3",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "D9ko0",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rEK1U",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eG68f",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TpkA8",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ktEco",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IVXfB",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XLXLS",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MOHGE",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pyo4U",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f3Cug",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XZSlR",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gP8F1",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OCMsX",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jP0tQ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "gx136",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "11f4D",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Vbdhw",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gGZ0p",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9wupv",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "CHEC9",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IXx11",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "InC1c",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HAx9k",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1zZSH",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y9rBV",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I53fJ",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ONWZW",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "lWCcO",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0ZcQK",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HtODj",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vq2my",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "j7WLa",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6dMMO",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0DsvJ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PzSPz",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Aj8YA",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "udXZv",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vAqQa",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xik0n",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qsStX",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aRJWi",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xTf9z",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sB9YJ",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "k3THh",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RDrP2",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "vBU6h",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gbWCa",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Ld6qZ",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WUqeb",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6YmjS",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6wkjO",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oHRS6",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lm9Wk",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "q8OSR",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C05k2",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BAmor",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NtEaI",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ElRFP",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "oUdc5",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "sPL2D",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1Mx9x",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4nSPQ",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MOGK1",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7YQSi",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BNHNK",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QnNI2",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "41x7k",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "SqfT3",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4xrZh",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9eJlx",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bgmpL",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "J1VQD",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "beK8t",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tfrXH",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Kmnk",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "luR2a",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "kr1U1",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xFoM3",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7n55f",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "d68fe",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Zrkdo",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RN1JL",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bWogZ",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jgJZs",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "x3cBB",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "IdqRE",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S4HGm",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FAqxF",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N6NuK",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CLZT0",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CP15E",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DTJsD",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hmu31",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Ix8bJ",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A2OkS",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gXg17",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "kAZO5",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dNILW",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZZYnQ",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kjXNS",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ukqYQ",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "z2M43",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tcl9Y",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vYy4T",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HBAZ2",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x9Axg",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xl8In",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "CmDpu",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NOshs",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PPbki",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4GLwu",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "0nZFP",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qlH2i",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "1p3WE",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PRFUr",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sYzpI",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "XtNwF",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvUEO",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TV6Bb",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5yj4g",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yzTYd",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2te8F",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "YV2If",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lK0QN",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qHJH5",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T9QJm",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Z4bQw",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "v3QOy",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Mxyjq",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lHcZL",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FcH0P",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "x8oNi",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ICMzF",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0AiUa",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "50e9B",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GplQS",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D6LJ9",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "4djYc",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yNIsl",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XYJIG",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aUq69",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tMcJR",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kbKNf",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aZEMD",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cS72e",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "F8AfX",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DPm5o",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wSOAk",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "75VK1",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9avAY",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Es7ah",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SpooF",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "6XeDc",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AtNFJ",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TaTPs",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "hvVsn",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "dBhj3",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lP0eW",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "U5ZdY",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XfeRO",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ofmhf",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yZsdf",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FA1fZ",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2wiky",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gmqgF",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "XOOYv",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sdcw5",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "dQEUA",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "bTH1a",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "IcIS6",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "FwUCr",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "iWbUX",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "HcNs7",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "usWTA",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "JSRrP",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "394aT",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8x7Ry",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H4R3T",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "N1lI9",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6zQxk",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "OLHgi",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "DpiWR",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "oNVsK",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "qFL9E",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "xir16",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "VkINK",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "4H3Li",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "LHvVz",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "SAQTO",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "T1UXt",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "9HPMG",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Z6YuR",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "O1NqU",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YblD8",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PUUl8",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Kwquk",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VLXx1",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "YRr7c",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7oXqA",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "4Pc5C",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "xASIz",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8plmX",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "bVWvj",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Df2g8",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ADzEo",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "reHP0",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "kfC25",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "JTntL",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tWfWw",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zq6yH",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TY6TN",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#FBFCFD",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$--primary"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d07zr",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "jHzZ2",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5QsGx",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nvQst",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jijOd",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fY1eY",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qd2Z9",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dMPUj",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S6e85",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B9azR",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IOkIw",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "znQ5m",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TRpZU",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5GO5r",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EQliW",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pVV96",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Iqwhq",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 2
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "81F8U",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$--card",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FYRTL",
+ "name": "Preview",
+ "fill": "$--foreground",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "vQdhP",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Zh8xC",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--primary"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#0B8893",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Mw9B9",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kgJ60",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sI1MN",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "#ffffff",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "R5Li8",
+ "name": "Button Text",
+ "fill": "$--primary-foreground",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y9xlr",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#B5EBF0",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1PhWW",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Iutft",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$--secondary-foreground",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Blbjl",
+ "name": "Button Text",
+ "fill": "$--secondary-foreground",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qGO9Q",
+ "name": "preview-panel-body",
+ "fill": "$--card",
+ "cornerRadius": [
+ 0,
+ 0,
+ 8,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 1.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6y6OE",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$--background",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nIaeT",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "xE0bk",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "MoVOV",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "wCrpZ",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "JOf0F",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vLM0B",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ho8lh",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "buGmu",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "YPZbe",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "Ayqff",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rbzxw",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "AOj29",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ueOTc",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "8olUj",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9nvH9",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g4ttx",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9vzJI",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "PTWvv",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uqa5M",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "hHWpp",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oJAtN",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "thGVI",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ldLeM",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ooix8",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0IHG9",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "3mDrN",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k4INh",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8MUJw",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FPiPk",
+ "name": "Sprites",
+ "fill": "$--primary-foreground",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "199Ba",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pa3aG",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7ZwAx",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--primary-foreground",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rGouN",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "fgS2G",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kMIOj",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--accent",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$--primary"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0w1gc",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "cMgjE",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hCAIV",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "58MSS",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uY6wl",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ry6iT",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a8SGu",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--primary-foreground",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JOyRD",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NRXMm",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z8HRo",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "j8Vc8",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Stm9t",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "o7Oej",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mO1Ha",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1jeCz",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KYeVB",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "hpaiU",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "O9UFQ",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#24292f",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oY0wc",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U854m",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6QYVo",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ln6AF",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "R9WRz",
+ "name": "输入文本",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BwYJV",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NYzDL",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--muted-foreground",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y807X",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 4,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QUvrG",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YbUer",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZnCTc",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "IImht",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "NuoJi",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D9QpL",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wGHWw",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "r9psY",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pHOTZ",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Qrapl",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dQQuK",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HiePJ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gidkA",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FrQSC",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "rXf7B",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LClLJ",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lQLqi",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "SJMIA",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PJ2Wu",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "M0Zs0",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9agW3",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kwNiA",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G0Nth",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nuxF7",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8miI9",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iqLRT",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "J1yyh",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "OzyEE",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2YUSZ",
+ "name": "Text",
+ "fill": "$--muted-foreground",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "bQ1OH",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R5OGi",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HJuCb",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "AdXnE",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4p4SC",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8KxfA",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xNW3H",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J5pA0",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0W2lN",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jCYun",
+ "name": "输入文本",
+ "fill": "#57606A",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kbh0U",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4Z34F",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lreM6",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kggMu",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$--primary-foreground",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EQETq",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--secondary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CFqds",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "epgnd",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "#24292f",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0eG6d",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--secondary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2eNNc",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rJ2Ya",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "#24292f",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m8jo0",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ChNkN",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aOcAe",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NLfF5",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "S73Kn",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "reaPL",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AY7zJ",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x5odR",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WvEuv",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0X2jk",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YeOFs",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "GDe9s",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Db2fM",
+ "name": "Text",
+ "fill": "$--muted-foreground",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PjPym",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4ZGWK",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "V8Aoc",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ffZ9Q",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "W3ewV",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$--primary-foreground",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DeZDZ",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kF3bA",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "M4g0N",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "#24292f",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WFpJg",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0hmb8",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EkSwH",
+ "name": "Sounds",
+ "fill": "$--foreground",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AK15U",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CkPOJ",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "tBEzW",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WWpvR",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "7YzUp",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "r8Dlw",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tyTHM",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EYCas",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "n98sF",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ATD3v",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SEuWp",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lWbop",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Cp5p1",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jc6Xc",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iwaKK",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SGGTp",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pDbVC",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "#a7b1bb",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pTb4o",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Bs8un",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jPNZa",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4hPds",
+ "name": "Stage",
+ "fill": "$--foreground",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k9yL0",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EvbQN",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WrKdv",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TC2KW",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "SfmbC",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CYP64",
+ "x": -174,
+ "y": 1135,
+ "name": "泛化社区",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "aavcS",
+ "name": "sidebar",
+ "clip": true,
+ "width": 256,
+ "height": "fill_container",
+ "fill": "$--sidebar",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--sidebar-border"
+ },
+ "layout": "vertical",
+ "gap": 16,
+ "padding": 8,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lhgrX",
+ "name": "Frame 1000004953",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nInFX",
+ "name": "logo",
+ "width": 239,
+ "height": 64,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "57NZK",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2sEZB",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "lQDgl",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "$--primary",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JsYfC",
+ "name": "list/menu-list",
+ "width": "fill_container",
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MlRWS",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z71cJ",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xq6Qb",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2fMLL",
+ "x": 0,
+ "y": 0,
+ "name": "icon",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RpZ0i",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "a9L9q",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qpr7G",
+ "name": "My projects",
+ "fill": "$--sidebar-foreground",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0ZY3I",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GfAXp",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PeDhN",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "$--sidebar-accent",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": [
+ 6,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Nekbd",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PDsrI",
+ "name": "icon container",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "65jR4",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "D0MCw",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nhBDr",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5g8Di",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ugqwF",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "iJKWK",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ },
+ {
+ "type": "path",
+ "id": "nFxfQ",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "$--sidebar-foreground"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "rpEIN",
+ "name": "Community",
+ "fill": "$--sidebar-accent-foreground",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2itCv",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yBEav",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zw81r",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tavT1",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "icon",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3ojPm",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "vu10V",
+ "name": "Tutorials",
+ "fill": "$--sidebar-foreground",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "umhT4",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qr56i",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1E34d",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BrU5f",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yqAFP",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9P6pY",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "xNwPu",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nCPP9",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "reFMT",
+ "name": "Following",
+ "fill": "$--sidebar-foreground",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bVfAd",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Px33Z",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uubD6",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Im1D9",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8Agbk",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fOlZq",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "5kAm8",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xU2TB",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#6e7781ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qhCNc",
+ "name": "Followers",
+ "fill": "$--sidebar-foreground",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "43rbU",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "85ojR",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AfVgJ",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y8YVP",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ukMxT",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "82ccS",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "icon",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DVn7L",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "$--sidebar-foreground",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "J2NjC",
+ "name": "Asset",
+ "fill": "$--sidebar-foreground",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JU5rC",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CKh4J",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZAhTA",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 71,
+ "padding": [
+ 6,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EEQdV",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZrqtE",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "fill": "$--sidebar-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v83yN",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2p61z",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "j3G4Q",
+ "name": "Docs",
+ "fill": "$--sidebar-foreground",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mpivB",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "411Y2",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3Rh4l",
+ "name": "Frame 1000004734",
+ "width": 216,
+ "fill": "$--sidebar",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ccUos",
+ "name": "个人头像",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "L4Nfb",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e1d4d4ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XQQKY",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "w6KQf",
+ "name": "Username",
+ "fill": "$--sidebar-foreground",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "yvjCk",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "HkS7t",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7JfyG",
+ "name": "right panel",
+ "width": "fill_container",
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MOOSU",
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": "fill_container",
+ "height": 64,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I7vO3",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2xvaV",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "$--muted",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XXw4s",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "81ASD",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "$--muted-foreground",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "SBlkJ",
+ "name": "Search project",
+ "fill": "$--muted-foreground",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s3Mnc",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "60Dod",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aOsl0",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#0bc0cfff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oYAyL",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "iUib6",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v80zW",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0jo8K",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "sNGpW",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "gqUMO",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#0bc0cfff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ns06G",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ornje",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cfff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IoVyI",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bidqm",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "$--card",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lPWPu",
+ "name": "SPX",
+ "fill": "$--foreground",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Om1yu",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pLvwa",
+ "name": "ai canvas logo",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hkp8f",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "ckGqu",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bphr2",
+ "name": "AI canvas",
+ "fill": "$--foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "c1ZML",
+ "name": "Button-2",
+ "height": 40,
+ "fill": "$--background",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--input"
+ },
+ "gap": 4,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sPOFG",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BSqKr",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2To9N",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "jtwE4",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "$--card",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GLKsE",
+ "name": "Linx AI",
+ "fill": "$--foreground",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gbgyC",
+ "name": "Frame 1000004878",
+ "width": 1182,
+ "fill": "$--background",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CcvIm",
+ "name": "筛选",
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9rOkn",
+ "name": "Tab/independent text",
+ "fill": "$--background",
+ "cornerRadius": 2,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 1.75
+ },
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bZLQU",
+ "name": "Tap Text",
+ "fill": "$--foreground",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Uskd",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tMmWs",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WO2EX",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l3eF4",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DpvwJ",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "86cgt",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rX2SZ",
+ "name": "Tab/independent text",
+ "cornerRadius": 2,
+ "gap": 4,
+ "padding": [
+ 6,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Gq2ul",
+ "name": "Tap Text",
+ "fill": "$--muted-foreground",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vcOt1",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FZ709",
+ "name": "title",
+ "enabled": false,
+ "fill": "#0bc0cfff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 15,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PgeQ6",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "2ytxo",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wKD6w",
+ "name": "All",
+ "fill": "$--muted-foreground",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "24Yus",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eG76V",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "#57606aff",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JzzCQ",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jm6QS",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SuwDE",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Sp1aX",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OcSKT",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "7DCdO",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PSqsu",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LbNzd",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CTjeq",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lYvmk",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GRApK",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ipDim",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kiqLD",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tzPN7",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q43XY",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "X4qZo",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "aMgl9",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bJWCr",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "uM8Jm",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "iVoFP",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NCyHC",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "fku6H",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "utofF",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a5ebT",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jjEpc",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h3VGc",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ygXoo",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bcHSY",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ogthd",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "j3WxI",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Fp4VJ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fE7sf",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "qMKTd",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "q5QVW",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5egQY",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R35Yq",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vWtcI",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8Zs6y",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "V6B9n",
+ "x": 208,
+ "y": 136,
+ "name": "用户头像",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "eaPfD",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1R6B2",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e97Xj",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jwllU",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fCO6e",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E9sXZ",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hMeol",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DMVQW",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "62xJp",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QguY8",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2bmoz",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ew9uB",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qP60V",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "6o118",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VqfoF",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lqTmF",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pyZB8",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yTTUf",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "m2Orj",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2VfM6",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zoa8Y",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IC5dX",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cXUEY",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f4e2S",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "c6JPZ",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cUsUy",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "clw7I",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2Wc9g",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xUPTf",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2vlAI",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NrE4S",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "WUXU1",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "awfYM",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rRMn0",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YboY5",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oiHIe",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dSjpw",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TUQxS",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zsIrq",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "Ui142",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BPT3g",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kHTiL",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4mmMc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "rprIo",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "r17ep",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RwGYr",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iRZkm",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "EFONB",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UGrLr",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5Ejk3",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5mQ3o",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oZUYy",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m3HtV",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w479n",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I4v85",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "O6yaD",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fcaWj",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rNfIc",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Mlmj",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wGluo",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "U4hVI",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NAOYw",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "ltJ24",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tS9Ze",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E9Llv",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "41odm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X1Fqe",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VJu5r",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OlRGN",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QWtDI",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3wT70",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ycAn6",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VfbvN",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "P4PDH",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4MKRH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "BbVof",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VT8sA",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "d6oCz",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "E7pDZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uxlbr",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5y3Uu",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mHJMf",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Zsp1a",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1NpBc",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lPyqz",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tpDC0",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "g9hm9",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DpIoG",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gP9mx",
+ "name": "StoryBoard",
+ "fill": "$--foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UGb07",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sbY3Y",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pIByK",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rmgyh",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "VyCi5",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KejlT",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OWfj8",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4OPjF",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "a7D07",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "ZVpgc",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "04g6J",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WOus5",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Drcz",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "26ZHu",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9Wk2t",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eoqNt",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wmRUE",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2VstI",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FwOjD",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "bR9ex",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UvhRc",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0lvPj",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "8cLBi",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "PBlSg",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "EUYpx",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7iJ6r",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NsMPH",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Bmn2s",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2PT0u",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MBw8o",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "gGsGl",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v9HHh",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wnCRB",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0zHLo",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mkjEU",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "EKe4R",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KSkR3",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XPu5D",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vma3X",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iyycK",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3glWG",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B6xty",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "js2OH",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6q78o",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Puig9",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KaCwu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W28MG",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KnGdY",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jbcrK",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jHpK3",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "p7aa4",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RiemS",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UziHM",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "375RV",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9gaJ6",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "v3Ssi",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "byQm1",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "UlbB3",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JrXsB",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "m2oeB",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IyMVc",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4BL4s",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "v1041",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5FYDb",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w2xkj",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sWs2B",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "lnrMa",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qWWwa",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8Mvtk",
+ "name": "StoryBoard",
+ "fill": "$--secondary-foreground",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9Ycbk",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0WbRn",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "edXdR",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "L8Tka",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "tG6NH",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1sSIe",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zaeoG",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "R8DVU",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d4xuy",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8tag6",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kkMfM",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5VuDa",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "4c6PG",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FRwZZ",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "t53iO",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "IjfKv",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WBxn4",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "KN3Dp",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cub52",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xh7PP",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "BERqI",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "x7Vx0",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j7EQ4",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G9ppI",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jdiKr",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "92QjK",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1Ic1R",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AdH8f",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "hGyCF",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wiEBJ",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "85tie",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B6bqc",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "y0TUK",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k8E3t",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "thPED",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "zTHuR",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DT71U",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u5AEA",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tXURu",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s93vk",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ayrDO",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ig7FC",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PfdA1",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "srLnD",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ApC4c",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iE5DD",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "V41Sg",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kljrZ",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "26Uz9",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "$--card",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "IIDva",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dxjBJ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ufQu5",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PnwiE",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WvCnm",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6S0wj",
+ "name": "99",
+ "fill": "#a7b1bbff",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ylc12",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "30rWx",
+ "name": "7 天前",
+ "fill": "#a7b1bbff",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Source Han Sans SC VF",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w3Mhr",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fEg0t",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "HteH3",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "$--secondary",
+ "cornerRadius": 99,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JdfVU",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JDgCt",
+ "name": "Canvas",
+ "fill": "$--secondary-foreground",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XjnBA",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bw0ON",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eGVJL",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#57606aff",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iM2ob",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Xc4xO",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ },
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ncIAq",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4TUJn",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KxG7x",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SAqH9",
+ "name": "title",
+ "fill": "$--foreground",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "DZNse",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$--card",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ufsnH",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "$--foreground",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tUqJM",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LZeec",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QHDr4",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VOOd0",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d79tZ",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "xfsa8",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "J0NIX",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QkuEC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E30W8",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "kZ7o4",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3RExj",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IWdJf",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "N6qdz",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "naY4z",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "NKiYu",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "YjksD",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "1mS9A",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xhlps",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gg09g",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "CwqZI",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "tsOJZ",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e8JVV",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nQ6IJ",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lmxdM",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "DQpQQ",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "0LxML",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k4HBC",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0TRts",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "GyVuu",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8rKFk",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fy6Vf",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8yIea",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pKdwT",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "leNpq",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "bob6L",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "cR0xt",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pHVmC",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "ZqNk4",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "33l7d",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "cL7p9",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0d6g7",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9mDwa",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wydmU",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "rlAQR",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "lwtaf",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "723WK",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0Ra8x",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "pncoL",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZXBHU",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PBjqd",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vMARv",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FzsnU",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "nHc3d",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "VCMce",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4QbP0",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4y7Y3",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gzyHJ",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Zqo0a",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "ilTYs",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "peCGb",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NoAYK",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fBu00",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "g7kCu",
+ "name": "Heading",
+ "fill": "$--foreground",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "msVd4",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GTLle",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "co55b",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "sfBTE",
+ "name": "888K",
+ "fill": "#a7b1bbff",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ffSdX",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QSFWW",
+ "name": "1 weeks ago",
+ "fill": "#a7b1bbff",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9t7xg",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y3BMl",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ssz6V",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "sFq8A",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "$--card",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "EiaD2",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "R5YpY",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "$--card",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "GEw3B",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "5w8FS",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "9YEja",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "heEvF",
+ "x": -1800,
+ "y": 1135,
+ "name": "sprite-editor-white",
+ "width": 1440,
+ "height": 900,
+ "fill": "$--muted",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2uvqN",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "$--primary-foreground",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ADz0j",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UBzzw",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "E9ipt",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O6bd5",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$--primary",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "g3FaC",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "$--primary",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k907o",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff4d",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "olqEe",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#0bc0cf",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EykWS",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iv9lA",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Mu7YF",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$--primary",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TIXOO",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "fteaB",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$--primary",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "B5mRi",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "P9biw",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2X0Yv",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$--primary",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4OKL4",
+ "name": "nav-button-undo",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UUOqQ",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "d0moV",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "verjO",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ego77",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "M8jq2",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$--primary",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Svj5n",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VH02B",
+ "name": "text",
+ "fill": {
+ "type": "color",
+ "color": "#0aa5beff",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#000000ff",
+ "enabled": false
+ }
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DfhwB",
+ "name": "输入文本",
+ "fill": "$--primary",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "blvKs",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8L6Q5",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$--primary",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WQDUE",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Rxkgu",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xo5qE",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "VhCAC",
+ "name": "button-group",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kfvcN",
+ "name": "button-01",
+ "fill": "$--secondary",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KYxxb",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "djESV",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "$--primary",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s5Tov",
+ "name": "button-02",
+ "fill": "$--primary",
+ "cornerRadius": [
+ 0,
+ 8,
+ 8,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KpVjN",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OwmIi",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "$--secondary",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FPYxi",
+ "name": "nav-button-user",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PGZZr",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "SrkJx",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#fffaeeff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "#ffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UnMoz",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vVjuG",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 2
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dVRL8",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 8,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#eaeff3"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "huoYA",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "r228j",
+ "name": "editor-code-tab",
+ "clip": true,
+ "height": "fill_container",
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 2
+ },
+ "fill": {
+ "type": "color",
+ "color": "#eaeff3",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RVIsQ",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TidmZ",
+ "name": "editor-costumes-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BPXDY",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U3cJN",
+ "name": "editor-animations-tab",
+ "opacity": 0.7,
+ "clip": true,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "trsLR",
+ "name": "Code",
+ "fill": "$--primary-foreground",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "85 B"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "y16l2",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "n03kf",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7jjAs",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wwr6z",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "T4KxQ",
+ "name": "输入文本",
+ "fill": "#6e7781",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ginZr",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "KjBUd",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "#ffffff",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HmK7p",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CXESY",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#e7f9fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SPOj4",
+ "name": "Left",
+ "fill": "#ffffff",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ym0VL",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oH0oX",
+ "name": "Right",
+ "fill": "#ffffff",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6GgHa",
+ "name": "button-2",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#eaeff3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "K5sXT",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "$--secondary-foreground",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EX3sT",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "IB17s",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qYxVl",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tv17m",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ERaxC",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "UcHkB",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#ffffff",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "fUelm",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#fabd2cff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "u2kV4",
+ "name": "Event",
+ "fill": "$--foreground",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7hlWu",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k4BN9",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I1GGa",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3I3eu",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#fd8d60ff",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LvrVc",
+ "name": "Look",
+ "fill": "$--foreground",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xLMdo",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zADod",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lbJgy",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NMd1u",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#91d644ff",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mMpLn",
+ "name": "Motion",
+ "fill": "$--foreground",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4aOni",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LRcvQ",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oqqKD",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "f0Bfh",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#3fcdd9ff",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "MfmtR",
+ "name": "Control",
+ "fill": "$--foreground",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Rmo8q",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ChiOi",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i3Hzm",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "E5oQM",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#4fc2f8ff",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5VBtS",
+ "name": "Sensing",
+ "fill": "$--foreground",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mQGzs",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FhOPl",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FOTal",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iYuOw",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#a074ff",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lGbCe",
+ "name": "Sound",
+ "fill": "$--foreground",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "InywK",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7KvJ7",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "86NMS",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CY0lC",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#5a7afeff",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XhmRT",
+ "name": "Game",
+ "fill": "$--foreground",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eIErl",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "JXhKM",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "qjLgM",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "Rcdqk",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$--muted-foreground",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "rBAfe",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XowX6",
+ "name": "hover-settings",
+ "fill": "$--card",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BLL0j",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kGAGm",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "#a7b1bb",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "X3AYT",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hGRHE",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JjYtS",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ELe92",
+ "name": "Settings",
+ "fill": "#a7b1bb",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oGE4V",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "isUAT",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EWeJ2",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "ktPsC",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0bc0cf",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "TtMg0",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0bc0cf"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PxHEk",
+ "name": "label",
+ "fill": "#a7b1bb",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JQSqS",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uYHGB",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z2ckU",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "ybR9j",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "qr6Bk",
+ "name": "label",
+ "fill": "#a7b1bb",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wlXRi",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UN65A",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nX7zG",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "67ZoQ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2WeOy",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SlD5z",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "p8C1P",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jypfZ",
+ "name": "x:",
+ "fill": "$--muted-foreground",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Es5y3",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jv60L",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "d4Cu1",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cJ4x9",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KCjnm",
+ "name": "y:",
+ "fill": "$--muted-foreground",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "09cE1",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1reBO",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jfN8t",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JW7cY",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NBSBj",
+ "name": "seconds:",
+ "fill": "$--muted-foreground",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "NeA5D",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aXTJT",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "F2pFC",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NnpMi",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iKBvq",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Io8el",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rtds4",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "deGq4",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PwaMo",
+ "name": "x:",
+ "fill": "$--muted-foreground",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GXpmb",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "No3bB",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "tcs5H",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vN2eG",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "46RAj",
+ "name": "y:",
+ "fill": "$--muted-foreground",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tzNUS",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ep5cC",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "IuB1s",
+ "name": ",",
+ "fill": "$--foreground",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vEJLM",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qAsGT",
+ "name": "seconds:",
+ "fill": "$--muted-foreground",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UrboB",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nwpe7",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Xj1q6",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2X7H0",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5DiQU",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "d6gu6",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uqrke",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H84sX",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iTq12",
+ "name": "name:",
+ "fill": "$--muted-foreground",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "9GOSH",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z8zxD",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vj6HT",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "blkap",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MxnbK",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qMSRE",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "AFjfD",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dTqVA",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0AGdg",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dN6Hd",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YfOJ6",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tmPYj",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6WMSp",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DN71v",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "P4rPF",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ylp2Y",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AmomU",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Uca3K",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3sMX6",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "LSIZM",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "JBleP",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$--muted-foreground",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZjlYR",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qrS8E",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vx0lz",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l3Cbd",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9IeHc",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jd3zN",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Dt68T",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pdmc9",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "xhSRM",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OUO4v",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7YXMX",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "b7JKk",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GS0OX",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "z8gk4",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9AYC2",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FNthR",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uaw8w",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "gJIY0",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ezbzs",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2qgbd",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1hLKp",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8u642",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rEajZ",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fkTe3",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wCDsD",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3QcAv",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AqJVs",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TNpas",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "msZeB",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ruaK7",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GcYn0",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R3xKw",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "0Mt6j",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5o0uy",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KX1M0",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1Yo0y",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i1PKQ",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KwtDr",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HXhsY",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Q2rFb",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mXlkz",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "loHVE",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w9kgf",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qQcma",
+ "name": "key:",
+ "fill": "#a7b1bb",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "P0hp6",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FP3o3",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8wv3I",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ggcQZ",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lYNZb",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UBBVD",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ggqbf",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CtpXv",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "vRZRu",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "twWUe",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "k3rvj",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "r0WXV",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "CakO3",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NWg0X",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JThwc",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mnS4j",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "M4Wj6",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ro2H5",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Jpvsx",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "plXH7",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BulZj",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NFDvE",
+ "name": "name:",
+ "fill": "#a7b1bb",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iEwyk",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ms8nF",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "76Xp3",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UhOGW",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "TRG7j",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RAG5T",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "XQva6",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2E0mC",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rQpRn",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l0klG",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GE530",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gjlKK",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "d2IoF",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MJdwi",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8AjKx",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Al3RB",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DQ10p",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "n5WDd",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uKkoq",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Vf1MW",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "PEwmc",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XmBOT",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KCF4M",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RHW25",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "QGcxY",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UwSUj",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "S8Fi7",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rJ1WW",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZljjM",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "h6lid",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fLJ5v",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Weo7K",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "azoFG",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gCBRL",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Y8uef",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mS4X4",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zZda4",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4P1RI",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jHyvn",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "o0G7X",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "LGpV9",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AuGiI",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AnHQ4",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QE1rx",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "97te7",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j19Ey",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9Xa9z",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5DvKc",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UNcEI",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SO1DT",
+ "name": "msg:",
+ "fill": "#a7b1bb",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZTsdM",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ni6le",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "7fXmZ",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "6pBvg",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DR7Vf",
+ "name": "data:",
+ "fill": "#a7b1bb",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8b1Yi",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SfgS6",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3bKxA",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "E4TCc",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iubWa",
+ "name": "wait:",
+ "fill": "#a7b1bb",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "12VTq",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IIehr",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CD0Af",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "z8nb2",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lTpFI",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OZwpR",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FxyUq",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QW5LE",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fvogz",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oYLKT",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "yWARu",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "urI8J",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "zZq40",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FpmAV",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JckwK",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "J3MJy",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FMsMU",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iCyhB",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BWQRt",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xlaum",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O2iKg",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "uNE8m",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BPspr",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OZwsA",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iyOgn",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "X3dCD",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#cbd2d8",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mEAtL",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3Miqi",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "DG4qu",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8zrwM",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DEAMk",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fo0GU",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bEdI6",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9euYa",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Apwtq",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ntRW0",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "2Bn4p",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1Morn",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bWjAe",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "82FFy",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AxayJ",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "10eDk",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "S3mmp",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AxMKv",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lqEaK",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "slcqN",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4U6oF",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "15kB0",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AveH4",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": [
+ 2,
+ 6
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bZPuZ",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EUW3v",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "rWG0k",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HCbZU",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hkHaf",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MIYQu",
+ "name": "distance:",
+ "fill": "#a7b1bb",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "g5Onz",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#00000040",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "m1xTr",
+ "name": "100",
+ "fill": "#139707",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZKt9h",
+ "name": ",",
+ "fill": "#a7b1bb",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jAPNw",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "eQBMB",
+ "name": "animation:",
+ "fill": "#a7b1bb",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "omSXT",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RSaG9",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 4,
+ 0,
+ 0,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "MINyx",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qJPPD",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "anbJ7",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "wciji",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "#ffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "Af45o",
+ "fill": "#94A3B8",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Z3Xmx",
+ "fill": "#2563EB",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "DQhjJ",
+ "fill": "#2563EB",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1IUHX",
+ "fill": "#94A3B8",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "rf9YN",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7edpo",
+ "fill": "#0F172A",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "uzGRi",
+ "fill": "#0F172A",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "mYhaT",
+ "fill": "#0F172A",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "07UaJ",
+ "fill": "#94A3B8",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "ffI9N",
+ "fill": "#94A3B8",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aSM5W",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "inMFx",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "kIBxh",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "u0Uzz",
+ "name": "code-workspace",
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "HSRDj",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "#cbd2d8",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2bPNJ",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "U7rZz",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "KEmZr",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "jkSgb",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "hsa0g",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "gTPNs",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "ACCf9",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "LhMfH",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "yLvHD",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3b4IL",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "bN76M",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zJD7i",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Y5pHQ",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "7TuM2",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xaqg9",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "1G621",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KLJBv",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "egRLc",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "JHpSw",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "G3SyY",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "eRWjr",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "LJZR9",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "g8z8T",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "VCoZl",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "DEf8A",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "ihYQE",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ueFKg",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#cbd2d8"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ngoPq",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CYk8k",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#FBFCFD",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$--primary"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "63tQV",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "pWTeP",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bo7zT",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "UWnnl",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ThgLh",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pSP4F",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QTqd3",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ySMqH",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "X6RfJ",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QvGUA",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bcwUN",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "No0A4",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kUgRy",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "riROJ",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5GLAa",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#57606a",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4PgPa",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "8INIE",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000000d",
+ "offset": {
+ "x": 0,
+ "y": 1
+ },
+ "blur": 2
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "adPFE",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$--card",
+ "cornerRadius": [
+ 8,
+ 8,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 113,
+ "padding": [
+ 8,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OXpbI",
+ "name": "Preview",
+ "fill": "$--foreground",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "hwE1m",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gy05o",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--primary"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#0B8893",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TYJ4H",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TgTRm",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Huo1l",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "#ffffff",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "w1kFA",
+ "name": "Button Text",
+ "fill": "$--primary-foreground",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9IzZM",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#B5EBF0",
+ "offset": {
+ "x": 0,
+ "y": 2
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pxmXk",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RYSQH",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "$--secondary-foreground",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dTkMs",
+ "name": "Button Text",
+ "fill": "$--secondary-foreground",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1ww2J",
+ "name": "preview-panel-body",
+ "fill": "$--card",
+ "cornerRadius": [
+ 0,
+ 0,
+ 8,
+ 8
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 2
+ },
+ "blur": 1.5
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Vzs3Y",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$--background",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2onfa",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "7uUw5",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "yKqWx",
+ "x": 2,
+ "y": 6,
+ "fill": "#eaeff3",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "KQ3lw",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "tNMHV",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "#eaeff3",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RKhlS",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zvRWl",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "QIGqm",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "#eaeff3",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "leg3s",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "#eaeff3",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8ItDu",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "#eaeff3",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "pVy1e",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fJpHo",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "#eaeff3",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "06kBv",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "mFLli",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IQhQl",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "#eaeff3",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8n9l9",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "T9pGE",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "5rIcf",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oM0gU",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "#eaeff3",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "8iHtc",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0Np66",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "fjD8F",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W4aeG",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "LJ4uv",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NWlQJ",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "EgUPB",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1SGaG",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dCVVC",
+ "name": "sprite-panel-header",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yXqXt",
+ "name": "Sprites",
+ "fill": "$--primary-foreground",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "LijA6",
+ "name": "sprite-add-button",
+ "width": 28,
+ "height": 28,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Pdhu",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "alKGH",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$--primary-foreground",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Tdtr1",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "VCCKq",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cW5o2",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--accent",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2,
+ "fill": "$--primary"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IthDz",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "BECEx",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BvnKs",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zRVtv",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iVqM9",
+ "x": 68,
+ "y": -4,
+ "name": "more",
+ "width": 24,
+ "height": 24,
+ "fill": "$--primary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7674450874328613
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dKoho",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZgvVB",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--primary-foreground",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yANCN",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wZPiF",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Wy74q",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "u8VKG",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UDqr3",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YdWYn",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dBgx5",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Okrl",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2UqH2",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 8,
+ "id": "0sZI4",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qWk0u",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "#24292f",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "$--border",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WC967",
+ "name": "Sprite01",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XBlNL",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#24292f14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IHdGY",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SNAqx",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XzQjN",
+ "name": "输入文本",
+ "fill": "#000000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fxsrx",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "oQalv",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "$--muted-foreground",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2yDLo",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 4,
+ 4
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#33333314",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QEKqf",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2c4d1",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "#a7b1bb",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yCmEn",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "nUXOA",
+ "name": "input-01",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "WvBzn",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g3eFk",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "cFyIk",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "h2IAw",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "19Cs7",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5Zt2Y",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CyIAn",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "vWdO3",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "expeT",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XgYbS",
+ "name": "input-02",
+ "clip": true,
+ "width": 82,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "BI4IJ",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bYWov",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U61bc",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "wpn1v",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "86UaR",
+ "name": "Text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "GEJWZ",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WNNRK",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pMPEO",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2vto7",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UW4qT",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CVcWs",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S1kJu",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8Wjbq",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "F6twa",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EsZSe",
+ "name": "Text",
+ "fill": "$--muted-foreground",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "DyLIL",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TVcwu",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VLhcJ",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "eOySt",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KYxeU",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "1fpz7",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PvHeb",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bxaDj",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y4AHl",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BIjaN",
+ "name": "输入文本",
+ "fill": "#57606A",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H0CQf",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gwMYs",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z8WTD",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Yiqam",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "$--primary-foreground",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "eweGJ",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--secondary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NobFk",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "glsiZ",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "#24292f",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "U9vyE",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--secondary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8zlTl",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tLgnd",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "#24292f",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "WMCnS",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jwlNO",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "$--secondary",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "gap": 8,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NQYmC",
+ "name": "prefix-text",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wfblY",
+ "name": "Text",
+ "fill": "#6e7781",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "fosW1",
+ "name": "Text",
+ "fill": "#24292f",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "F2Qco",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6e7781",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iy5M6",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jN3K1",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "P1VJ6",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#a7b1bb",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "orpKP",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "$--muted-foreground",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "utjmb",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "lY5Sn",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NtwyG",
+ "name": "Text",
+ "fill": "$--muted-foreground",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NmuYh",
+ "name": "sprite-inspector-tab",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U9IFH",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J08zv",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "$--primary",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "B4N2u",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GK8JC",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "$--primary-foreground",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "glJJy",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#f6f8fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1TWv",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jm0vj",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "#24292f",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ucIQu",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9q26N",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pkpbD",
+ "name": "Sounds",
+ "fill": "$--foreground",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NC0wV",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f8FDJ",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hpwFm",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pxnY4",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dm33U",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hLqgD",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i7huX",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ug2Vl",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "48EbS",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XKQor",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LJMAD",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LpxF4",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2727272510528564,
+ "fill": "$--border"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4rA6U",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4Ehcr",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "$--primary",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "rzSvy",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9DXPH",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ILVkx",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "#a7b1bb",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m0ucy",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#D9DFE5",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 12
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qB4nY",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$--card",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UsHeK",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$--card",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$--border"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sWgzu",
+ "name": "Stage",
+ "fill": "$--foreground",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zJSLq",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cy2CK",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SI8Ij",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "$--secondary",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.692307710647583,
+ "fill": "$--border"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "fkXop",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "Lt3hS",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "YekpN",
+ "x": -3393.8688350946977,
+ "y": 830,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "shadcn ui",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YAvtU",
+ "x": -1800,
+ "y": 3014,
+ "name": "泛化社区",
+ "clip": true,
+ "width": 1440,
+ "height": 900,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gUvz1",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000003063",
+ "clip": true,
+ "width": 240,
+ "height": 900,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#e5e6eb"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6Yf5d",
+ "x": 12,
+ "y": 846.156494140625,
+ "name": "Frame 1000004734",
+ "width": 216,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J72AZ",
+ "name": "image",
+ "width": 28.000001907348633,
+ "height": 28.000001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "cSXDb",
+ "x": 1.7500001192092896,
+ "y": 1.7500001192092896,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ {
+ "type": "color",
+ "color": "#e1d4d4ff",
+ "enabled": false
+ },
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/个人头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 24.500001907348633,
+ "height": 24.500001907348633,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5,
+ "fill": "#ffffffff"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000",
+ "offset": {
+ "x": 0,
+ "y": 6
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wBY7H",
+ "name": "Frame 1000002982",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 69,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "H9NgA",
+ "name": "Username",
+ "fill": "#1d2129",
+ "content": "Username",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "Yzao3",
+ "name": "angle-down-small",
+ "rotation": 90,
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "U3Fgu",
+ "x": 7.250244140625,
+ "y": 9.249267578125,
+ "name": "angle-down-small",
+ "geometry": "M4.74978 5.50076c-0.192 0-0.38403-0.07297-0.53003-0.21997l-4-4c-0.293-0.293-0.293-0.76804 0-1.06104 0.293-0.293 0.76804-0.293 1.06104 0l3.46997 3.46997 3.46997-3.46997c0.293-0.293 0.76803-0.293 1.06103 0 0.293 0.293 0.293 0.76804 0 1.06104l-4 4c-0.148 0.147-0.33998 0.21997-0.53198 0.21997z",
+ "fill": "#25314cff",
+ "width": 9.501511573791504,
+ "height": 5.500755786895752,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RR57K",
+ "x": 0,
+ "y": -0.24853515625,
+ "name": "1",
+ "width": 239,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "gap": 2,
+ "padding": [
+ 18,
+ 16
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NCJhX",
+ "name": "XBuilder-WordLogo/XBuilder-WordLogo-White",
+ "width": 102,
+ "height": 30,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y1P8e",
+ "x": 0,
+ "y": 4,
+ "name": "union",
+ "width": 100.27739715576172,
+ "height": 22,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2071692943572998
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "33dfa",
+ "x": 1.2998559474945068,
+ "y": 1.3505859375,
+ "name": "Union",
+ "geometry": "M40.66893 5.63184c0.5522 0.0001 1 0.44778 1 1l0 7.69433c0.00007 0.39643 0.04586 0.73128 0.13672 1.00391 0.0992 0.27265 0.23564 0.49638 0.40918 0.66992 0.17354 0.17342 0.37609 0.29771 0.60742 0.37207 0.23973 0.07437 0.50464 0.11133 0.79395 0.11133 0.73562-0.00004 1.31472-0.14877 1.73632-0.44629 0.34207-0.23688 0.60146-0.54302 0.78125-0.91602l0-8.48925c0-0.55228 0.44772-1 1-1l1.57129 0c0.55226 0.00002 1 0.44773 1 1l0 11.41894c-0.00026 0.55205-0.4479 0.99998-1 1l-1.42383 0c-0.5267 0-0.9633-0.40908-0.99804-0.93457l-0.03125-0.46289c-0.39796 0.49813-0.88663 0.89489-1.46973 1.18652-0.62834 0.30587-1.36916 0.45898-2.2207 0.45899-0.65302-0.00002-1.2567-0.09062-1.81055-0.27246-0.54558-0.19013-1.01724-0.48412-1.41406-0.88086-0.38839-0.40498-0.69478-0.92179-0.91797-1.54981-0.21494-0.63654-0.32223-1.40216-0.32227-2.29492l0-7.66894c0-0.5522 0.44783-0.99987 1-1l1.57227 0z m34.20703-5.63184c0.55215 0.00013 0.99997 0.4488 1 1.00098l0 17.0498c-0.00027 0.55198-0.44798 0.99987-1 1l-1.35254 0c-0.50495 0-0.93037-0.37682-0.99219-0.87793l-0.06836-0.55371c-0.38344 0.49718-0.83749 0.89203-1.3623 1.18359-0.59516 0.33057-1.28953 0.49605-2.08301 0.4961-0.83482 0-1.57938-0.16904-2.23242-0.50781-0.64481-0.33893-1.19125-0.81507-1.63769-1.42676-0.43807-0.6117-0.77242-1.33166-1.00391-2.15821-0.23142-0.82656-0.34759-1.72784-0.34766-2.70312l0-0.26074c0-1.02508 0.11623-1.95604 0.34766-2.79102 0.23147-0.84299 0.57033-1.56653 1.0166-2.16992 0.44642-0.60349 0.99635-1.07065 1.64941-1.40137 0.65317-0.33072 1.39737-0.49608 2.23243-0.49609 0.78539 0.00001 1.4716 0.16543 2.05859 0.49609 0.4432 0.24626 0.83634 0.57058 1.17871 0.97266l0-5.85156c0.00003-0.55226 0.44774-1.00098 1-1.00098l1.59668 0z m-4.92871 8.18652c-0.46288 0.00003-0.85977 0.10737-1.19043 0.32227-0.33064 0.2067-0.599 0.49271-0.80566 0.85644-0.19826 0.36363-0.34809 0.79331-0.44727 1.28907-0.09089 0.4877-0.13574 1.01756-0.13574 1.58789l0 0.26074c0.00004 0.55363 0.04139 1.07051 0.12402 1.5498 0.09094 0.47926 0.23529 0.90546 0.4336 1.27735 0.20667 0.36362 0.4716 0.64981 0.79394 0.85644 0.33064 0.19824 0.73208 0.29688 1.20313 0.29688 0.61163-0.00003 1.11591-0.13646 1.51269-0.40918 0.35963-0.25473 0.64027-0.59507 0.84375-1.01953l0-5.41699c-0.08835-0.18563-0.19166-0.35588-0.31055-0.50879-0.22311-0.29738-0.50409-0.52904-0.84277-0.69434-0.33072-0.16536-0.72398-0.24804-1.17871-0.24805z m13.99023-2.80273c0.95068 0 1.79449 0.15661 2.53028 0.4707 0.73578 0.31419 1.35258 0.76112 1.84863 1.33985 0.50414 0.57868 0.88438 1.27393 1.14063 2.08398 0.25615 0.80182 0.38477 1.69511 0.38476 2.67871l0 1.48828-8.56641 0c0.03607 0.2948 0.09449 0.57635 0.18165 0.84278 0.15709 0.45456 0.37717 0.84809 0.6582 1.17871 0.2892 0.33036 0.63626 0.58676 1.04101 0.76855 0.41325 0.18179 0.88071 0.27339 1.40137 0.27344 0.64485-0.00001 1.24491-0.12407 1.79883-0.37207 0.42532-0.19389 0.80618-0.46119 1.1416-0.80176 0.17258-0.17526 0.46032-0.18775 0.62695-0.00683l1.20118 1.30468c0.12665 0.13777 0.14278 0.34622 0.02441 0.49121-0.25593 0.31345-0.57589 0.61721-0.95996 0.91016-0.47948 0.37197-1.0585 0.67823-1.73633 0.91797-0.67791 0.23147-1.45132 0.34666-2.31933 0.34668-1.04161 0-1.97602-0.16548-2.80274-0.4961-0.82664-0.33893-1.52969-0.80624-2.1084-1.40136-0.5704-0.5952-1.00951-1.28599-1.31543-2.07129-0.30578-0.7935-0.45795-1.63762-0.45801-2.53028l0-0.49609c0.00005-1.01663 0.14435-1.94693 0.4336-2.79004 0.28934-0.84324 0.70291-1.57525 1.24023-2.19531 0.54563-0.62002 1.20731-1.09506 1.98438-1.42578 0.77711-0.33895 1.65341-0.50874 2.6289-0.50879z m-0.03711 2.79004c-0.47109 0.00004-0.87595 0.10395-1.21484 0.31055-0.33891 0.2067-0.61612 0.49616-0.83105 0.86816-0.2066 0.37198-0.36423 0.81027-0.47168 1.31445-0.02571 0.12862-0.04736 0.2612-0.06641 0.39649l5.01563 0 0-0.27246c-0.00001-0.49589-0.09167-0.93866-0.27344-1.32715-0.17359-0.3967-0.43859-0.71092-0.79395-0.94239-0.3555-0.23142-0.8104-0.34765-1.36426-0.34765z m-54.89453-7.18067c1.04989 0.00003 1.98872 0.09944 2.81543 0.29786 0.83476 0.19843 1.54151 0.50027 2.12012 0.90527 0.57865 0.40512 1.02127 0.91806 1.32715 1.53809 0.30574 0.61173 0.45899 1.33951 0.45898 2.18261-0.00008 0.74394-0.16987 1.43036-0.50879 2.0586-0.33074 0.62822-0.856 1.14129-1.57519 1.53808-0.15261 0.08515-0.31646 0.15974-0.48926 0.22852 0.38825 0.09689 0.73389 0.23381 1.03516 0.41601 0.67787 0.39686 1.17067 0.9142 1.47656 1.55078 0.31391 0.63635 0.47065 1.3187 0.4707 2.0459-0.00007 1.15734-0.25254 2.1341-0.75683 2.92774-0.50435 0.78508-1.24441 1.3767-2.21973 1.77343-0.96729 0.39677-2.14977 0.59471-3.54688 0.59473l-5.5 0c-0.79816-0.08994-1.40789-0.77748-1.4082-1.59961l0-14.8584c0.00024-0.88332 0.71628-1.5994 1.59961-1.59961l4.70117 0z m-2.58008 15.15528l3.1875 0c0.65295-0.00002 1.18627-0.10299 1.59961-0.30957 0.41326-0.2149 0.71953-0.50454 0.91797-0.86817 0.19837-0.36368 0.29778-0.78184 0.29786-1.25293-0.00003-0.52878-0.09176-0.98756-0.27344-1.37597-0.17358-0.3885-0.45433-0.68685-0.84278-0.89356-0.3886-0.21497-0.90145-0.32226-1.53808-0.32226l-3.34864 0 0 5.02246z m0-7.57715l2.58008 0c0.686-0.00004 1.24842-0.08718 1.68653-0.26074 0.43795-0.18183 0.76455-0.4425 0.97949-0.78125 0.2231-0.34705 0.33483-0.76895 0.33496-1.26465 0-0.56182-0.10761-1.01709-0.32227-1.36426-0.2066-0.34709-0.53335-0.59972-0.97949-0.75684-0.43813-0.15706-1.00489-0.23532-1.69922-0.23535l-2.58008 0 0 4.66309z m28.27051-2.93945c0.55222 0.00008 1 0.44776 1 1l0 11.41894c-0.00026 0.55202-0.44794 0.99993-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-11.41894c0-0.55228 0.44772-1 1-1l1.58398 0z m6.21387-5.63184c0.55225 0.00002 0.99997 0.44873 1 1.00098l0 17.0498c-0.00026 0.55205-0.4479 0.99998-1 1l-1.58398 0c-0.55212 0-0.99974-0.44794-1-1l0-17.0498c0.00003-0.55226 0.44773-1.00098 1-1.00098l1.58398 0z m36.95606 5.38379c0.19833 0 0.40083 0.01676 0.60742 0.0498 0.08488 0.01019 0.164 0.02176 0.23633 0.03614 0.16599 0.03306 0.27055 0.1882 0.26757 0.35742l-0.04882 2.57715c-0.00505 0.23983-0.21879 0.42269-0.45801 0.40332-0.0584-0.00475-0.11938-0.00946-0.18262-0.01367-0.23966-0.02479-0.45886-0.0371-0.65723-0.03711-0.50412 0-0.9425 0.06608-1.31445 0.19824-0.3637 0.12401-0.66997 0.31063-0.91797 0.55859-0.18941 0.196-0.34183 0.42636-0.45898 0.68946l0 7.84765c-0.00027 0.552-0.44797 0.9999-1 1l-1.57227 0c-0.55201-0.00013-0.99973-0.44802-1-1l0-11.41894c0-0.5522 0.44783-0.99987 1-1l1.43067 0c0.52428 0.00002 0.95924 0.40485 0.99707 0.92773l0.05175 0.71777c0.03413-0.06166 0.06947-0.12321 0.10547-0.18261 0.33889-0.54538 0.75265-0.96709 1.24024-1.26465 0.48773-0.29751 1.04562-0.44628 1.67383-0.44629z m-81.32325-1.30176l-4.85937 4.78613 0.48046 0.47461 4.86036-4.78711 0.45214 0.44532-4.86132 4.78711 6.27148 6.18554c0.68474 0.67567 0.68468 1.77155 0 2.44727-0.685 0.67561-1.79648 0.67566-2.48144 0l-6.27247-6.18848-4.28613 4.22071c-0.00256 0.00245-0.00573 0.00503-0.00879 0.00683l-0.12695 0.07227-0.42187-0.41602 4.39355-4.32812-0.48145-0.47461-4.39355 4.32812-1.5293-1.50586 0.07422-0.12597c0.00196-0.00324 0.00419-0.00715 0.00684-0.00977l4.28613-4.22168-2.54004-2.50586 2.48145-2.44531 2.54101 2.50683 4.85938-4.78418 1.55566 1.53223z m-11.48437 12.82617l-1.95801 1.12696-1.8291 0.84375c-0.23514 0.10797-0.47914-0.13262-0.36914-0.36426l0.85547-1.80176 1.13964-1.93359 2.16114 2.1289z m3.10449-16.51269c0.03724-0.03238 0.09474-0.03261 0.12988 0.00195l1.04688 1.03418c0.18002 0.17782 0.18011 0.46579 0 0.64356l-2.27149 2.24023 0.00196 0.00195-4.19336 4.13379c-0.18015 0.17732-0.47217 0.17727-0.65235 0l-2.08984-2.06152c-0.17963-0.17774-0.1797-0.46586 0-0.64356l4.72851-4.66406c0.02477-0.02438 0.06234-0.03287 0.09571-0.02246 0.31774 0.0996 0.65664 0.1533 1.00781 0.15332 0.84171-0.00008 1.61076-0.30846 2.19629-0.81738z m7.75976 1.18652c0.66589-0.71045 1.49462-0.81215 2.41211 0 1.06538 1.00196 0.66473 1.86297-0.00097 2.57324l-0.42188 0.38282-2.47851-2.4336 0.48925-0.52246z m37.97462-1.24609c0.60356 0.00001 1.08738 0.1698 1.45117 0.50879 0.37178 0.33886 0.55849 0.76849 0.55859 1.28906-0.00012 0.52068-0.18664 0.95115-0.55859 1.29004-0.36377 0.33883-0.84776 0.50878-1.45117 0.50879-0.61152-0.00007-1.09919-0.17003-1.4629-0.50879-0.36368-0.33889-0.54578-0.76937-0.54589-1.29004 0.0001-0.52057 0.18239-0.9502 0.54589-1.28906 0.36372-0.33893 0.85122-0.50872 1.4629-0.50879z",
+ "fill": "#24292fff",
+ "width": 98.97758483886719,
+ "height": 19.298828125,
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#bc6a26",
+ "offset": {
+ "x": 0,
+ "y": -0.41729608178138733
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4ZI8c",
+ "x": 240,
+ "y": 135,
+ "name": "Frame 1000004883",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "padding": [
+ 0,
+ 60,
+ 20,
+ 60
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xlnxQ",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qi3x1",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "56gRp",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7KzRa",
+ "name": "title",
+ "fill": "#1d2129",
+ "content": "SPX",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "t4UnW",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "0gwIm",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kQE3F",
+ "name": "Frame 1000004881",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "QLH0x",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "USvNR",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vvNfU",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ijzGH",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vX1H7",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vavfz",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EiZu3",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "s10BN",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "JS8gR",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u3cKk",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "kh01G",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "33NkG",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Dw8dH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "L7SaU",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qq13E",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HWhz0",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "jhQBh",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "drUXC",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ak4Mf",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "yfCEX",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iGiIa",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2RptU",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KCOwN",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W57P6",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "tVs2t",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lR6h4",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6oXOU",
+ "name": "StoryBoard",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "THRbG",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LWj08",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "CJhFu",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xTrWk",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "iKo9X",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4INBy",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Lh9Ja",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "k0cSQ",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y47qA",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aQYRm",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "04WqD",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "B4DjS",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "CHUYv",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cyQJH",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "z8prr",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "B2dUc",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WJ0XO",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "dDMUE",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7tAT1",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "lZnmx",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Ox7DF",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ww1cy",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wP7BJ",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6IAKx",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fn3vz",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4cS0n",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PbPMa",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "loG6L",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "CSETg",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gy7vT",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l3NXU",
+ "name": "StoryBoard",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fKHyi",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cuzSW",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "s3ksh",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R2pim",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "zDzEW",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bFcBc",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "f1iLr",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bxZqw",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xH8jP",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HG9jK",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QONS7",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "S4pk3",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "KsHEn",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TEWZm",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "EgzPl",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "6ipKL",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "NBaMf",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "BOmps",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "mdavq",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6FHTm",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "qizzI",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QNPlB",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2G6oD",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nUXai",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "poZLl",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7FlLX",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w3A2O",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "IN2FU",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "d0RMf",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TH6nX",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6mXPU",
+ "name": "StoryBoard",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "H6zuQ",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5VH8N",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "BLgB6",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oRD2L",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "tMrE4",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ML12F",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Xcw0V",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2Urq8",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s6SnP",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yasPY",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rLoU9",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9B5E6",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "x3Gud",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "T7sJN",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "N1fK8",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "Fq5sb",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bRJzP",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "YCNEi",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "km6j5",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ngpwi",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "OZpqE",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ciUMw",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wyynK",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "OMUBX",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OkkrA",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "s4t7s",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vqs0F",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YdunR",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "3USlj",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "enabled": false,
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0QAlo",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Kl1Mx",
+ "name": "StoryBoard",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ovPdU",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jKoGX",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pQ6gH",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m6DoU",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "WyIM0",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Uf0RI",
+ "name": "Frame 1000004882",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7WGNM",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3xAnL",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6yOqa",
+ "name": "title",
+ "fill": "#1d2129",
+ "content": "AI Canvas",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "vTWmP",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "IZIFl",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "py3vu",
+ "name": "Frame 1000004739",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pxhgx",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "MRV7Y",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qKFuh",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u4jrI",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RE1Ht",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3WcvD",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Mx9a2",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "rbToR",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bGJBj",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wqVP5",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "KevlT",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "tFfdR",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "l4Bju",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MdNe6",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "249u6",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "UNofd",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9Wucc",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hTCLt",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "NJQ0N",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zWbWp",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6IPgO",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SG8aM",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Rov51",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "k14Oy",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FXgvn",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QRo0U",
+ "name": "Canvas",
+ "fill": "#4e5969",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CqknH",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "lniTi",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "gODUr",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zgSmL",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "GAP6o",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Jos6R",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I5Bjk",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0yWPO",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "9WLub",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kTgzn",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mHw5j",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IoEhP",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "qfPD2",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ul3tk",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "woKek",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "rUPfC",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "A1YBB",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "5r5a9",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pCi6V",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GSCqs",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "2AFmU",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SmJIl",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pwYlM",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "kxtDs",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JHBwY",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "GfbkN",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2md0W",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RwKmw",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "6eING",
+ "x": 153,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oZDM7",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "z40Il",
+ "name": "StoryBoard",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.3333333333333333,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7wc4z",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tK9S5",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "O2a55",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ganj9",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "afmZC",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pq2Cj",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mIsQa",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aeP0D",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UXk5C",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4pWQA",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0zF3S",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uwevu",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "wpkkZ",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "msgGv",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "bIrKQ",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "03cqF",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GXfoH",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "wWnnz",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iWsPg",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "V6hAg",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "b07tM",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZtbyU",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "MSbB4",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6Aqwu",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "srBGi",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "iRxkL",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0aB3x",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rV8Nk",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "7CeXl",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bBS6v",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "LvloV",
+ "name": "Canvas",
+ "fill": "#4e5969",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LYA4e",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NBd7v",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "M0EoI",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Cqyif",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "NjnUh",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qxoBh",
+ "name": "ai canvas",
+ "clip": true,
+ "width": 246,
+ "height": 242,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uRJra",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TpdVm",
+ "name": "Frame 1000004919",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A2XAO",
+ "x": 6,
+ "y": 6,
+ "name": "icon",
+ "clip": true,
+ "width": 20,
+ "height": 20,
+ "fill": "#f6812eff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.3125
+ },
+ "layout": "none"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aZ24g",
+ "name": "Container",
+ "width": 184,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "FaHPM",
+ "name": "Frame 1000003084",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "gE4mc",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "mmtaK",
+ "name": "status icon",
+ "enabled": false,
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SVyKO",
+ "x": 0,
+ "y": 0,
+ "name": "status icon",
+ "width": 16,
+ "height": 16,
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 3.4285714626312256
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RZ9Rk",
+ "x": 0,
+ "y": 0.000732421875,
+ "name": "badge",
+ "geometry": "M17.12215 11.11925l-0.44092 0.44101c-0.281 0.281-0.43909 0.66301-0.43909 1.061l0 0.621c0 1.656-1.34193 2.99799-2.99792 2.99799l-0.62098 0c-0.398 0-0.77904 0.15799-1.06103 0.439l-0.44202 0.44101c-1.171 1.171-3.06899 1.171-4.23999 0l-0.44201-0.44101c-0.281-0.281-0.66304-0.439-1.06104-0.439l-0.62097 0c-1.656 0-2.99792-1.34199-2.99793-2.99799l0-0.621c0-0.398-0.15809-0.779-0.43908-1.061l-0.44092-0.44101c-1.171-1.171-1.171-3.06899 0-4.23999l0.44092-0.44101c0.281-0.281 0.43909-0.663 0.43908-1.06101l0-0.621c0-1.656 1.34192-2.99799 2.99793-2.99799l0.62097 0c0.398 0 0.77904-0.158 1.06104-0.43899l0.44201-0.44101c1.171-1.171 3.06899-1.171 4.23999 0l0.44202 0.44101c0.281 0.281 0.66303 0.439 1.06103 0.43899l0.62098 0c1.656 0 2.99793 1.34199 2.99792 2.99799l0 0.621c0 0.398 0.15809 0.779 0.43909 1.06101l0.44092 0.44101c1.171 1.171 1.171 3.06899 0 4.23999z",
+ "fillRule": "evenodd",
+ "fill": "#faa135ff",
+ "width": 16.00168228149414,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.800000011920929
+ }
+ },
+ {
+ "type": "frame",
+ "id": "X3kKK",
+ "x": 3.200390577316284,
+ "y": 3.040234327316284,
+ "name": "private",
+ "width": 9.599687576293945,
+ "height": 9.599687576293945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "JzHPK",
+ "x": 1.5496639013290405,
+ "y": 0.6856919527053833,
+ "name": "user",
+ "enabled": false,
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m5.99097 6l-4 0c-4.06 0-5.5 2.97304-5.5 5.51904 0 2.277 1.21105 3.48096 3.50305 3.48096l7.9939 0c2.292 0 3.50305-1.20396 3.50305-3.48096 0-2.546-1.44-5.51904-5.5-5.51904z",
+ "fill": "#a7b1bbff",
+ "width": 6.496029376983643,
+ "height": 8.228303909301758,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ },
+ {
+ "type": "path",
+ "id": "ZDK2P",
+ "x": 1.0000790357589722,
+ "y": 0.9999953508377075,
+ "name": "user-lock",
+ "geometry": "M3.50903 4c0-2.206 1.794-4 4-4 2.206 0 4 1.794 4 4 0 2.206-1.794 4-4 4-2.206 0-4-1.794-4-4z m9.49597 7.16602c-0.005-0.048-0.04297-0.13697-0.11596-0.18897-0.831-0.605-1.94504-0.97705-3.38904-0.97705l-4 0c-4.06 0-5.5 2.97002-5.5 5.52002 0 2.28 1.21 3.47998 3.5 3.47998l7.70996 0c0.15 0 0.29005-0.12003 0.30005-0.28003 0-0.01 0-0.01002 0-0.02002l0-0.01001c-0.01-0.08-0.01001-0.16989-0.01001-0.25989l0-2.3601c0-1.02 0.36-1.85001 1-2.38001l0-0.43994c0-0.689 0.17202-1.32999 0.47302-1.89099 0.04-0.075 0.03698-0.14499 0.03199-0.19299z m6.995 4.90503l0 2.35693c0 1.047-0.5 1.57104-1.5 1.57104l-4 0c-1 0-1.5-0.52404-1.5-1.57104l0-2.35693c0-0.848 0.345-1.33507 1-1.49707l0-1.32496c0-1.378 1.121-2.5 2.5-2.5 1.379 0 2.5 1.122 2.5 2.5l0 1.32496c0.655 0.162 1 0.64907 1 1.49707z m-2.5-2.82105c0-0.551-0.448-1-1-1-0.552 0-1 0.449-1 1l0 1.25 2 0 0-1.25z",
+ "fill": "#ffffffff",
+ "width": 7.999739646911621,
+ "height": 7.9993486404418945,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6984383463859558
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UGo0l",
+ "name": "Frame 1000002977",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sS6mQ",
+ "name": "Lipengfei",
+ "enabled": false,
+ "fill": "#86909c",
+ "content": "Lipengfei",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZyB7l",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6dV9W",
+ "name": "Frame",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "mm3H1",
+ "x": 1.1666666269302368,
+ "y": 1.75,
+ "name": "Vector",
+ "geometry": "M10.001 1.52853c2.349-2.10853 5.979-2.03853 8.2416 0.22883 2.2627 2.26736 2.3404 5.87964 0.236 8.23564l-8.4787 8.492-8.47852-8.492c-2.10433-2.356-2.02567-5.97399 0.23598-8.23564 2.26421-2.26421 5.88783-2.34049 8.24364-0.22883z m6.826 1.64157c-1.4991-1.50216-3.9194-1.56309-5.49-0.15323l-1.3351 1.19837-1.3358-1.19743c-1.57512-1.41184-3.99104-1.34973-5.49453 0.15376-1.48974 1.48974-1.56453 3.87573-0.19164 5.45163l7.01997 7.0311 7.0202-7.0311c1.3734-1.5765 1.2989-3.95795-0.1931-5.4531z",
+ "fill": "#a7b1bbff",
+ "width": 11.666884422302246,
+ "height": 10.782917022705078,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "CW1iz",
+ "name": "99",
+ "fill": "#86909c",
+ "content": "99",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7Og4T",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XBlMt",
+ "name": "7 天前",
+ "fill": "#86909c",
+ "content": "7 天前",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nQV1b",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dfc74",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "gKzhi",
+ "x": 175,
+ "y": 12,
+ "name": "Tag",
+ "clip": true,
+ "height": 18,
+ "fill": "#f2f3f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uHvYQ",
+ "name": "Text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "muQKq",
+ "name": "Canvas",
+ "fill": "#4e5969",
+ "content": "Canvas",
+ "lineHeight": 1.5,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "s9kAf",
+ "name": ".button/close-button-tag",
+ "enabled": false,
+ "width": 14,
+ "height": 14,
+ "cornerRadius": 499.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.699999988079071
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TzUcR",
+ "x": 1.9999876022338867,
+ "y": 2.0000486373901367,
+ "name": "icon/times-outlined",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nA9fP",
+ "x": 2.0832316875457764,
+ "y": 2.0832316875457764,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "#86909c",
+ "width": 5.833542346954346,
+ "height": 5.833425045013428,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333730697632
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gklmz",
+ "x": 208,
+ "y": 136,
+ "name": "Component 3",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "15sKn",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#6a51f8",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ef4UY",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "I0vZU",
+ "name": "header",
+ "width": "fill_container",
+ "height": 48,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dtlze",
+ "name": "Frame 1000004950",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "O3XNL",
+ "name": "title",
+ "fill": "#1d2129",
+ "content": "LinX AI",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "HMYZi",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "DK0kZ",
+ "x": 5.481119632720947,
+ "y": 3.7578125,
+ "name": "Vector",
+ "geometry": "M4.94978 6.36398l-4.94978-4.94977 1.41422-1.41421 6.36396 6.36398-6.36396 6.3639-1.41422-1.4142 4.94978-4.9497z",
+ "fill": "#24292fff",
+ "width": 5.185452938079834,
+ "height": 8.485252380371094,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z3ARh",
+ "name": "Frame 1000004883",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JCEEW",
+ "name": "Frame 1000004740",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 32,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "D6dJu",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Jkdes",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HOJpo",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "SlHUy",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "DtRLb",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3Q8Yb",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CTjAB",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ecI0W",
+ "name": "888K",
+ "fill": "#86909c",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jBLE3",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oKRcN",
+ "name": "1 weeks ago",
+ "fill": "#86909c",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HCGqh",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C6pbI",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "TV1GV",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "yXFKL",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "gnKyD",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "yYNbj",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "pEhfR",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "9NfEh",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "FRRto",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yrPPT",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "GjErQ",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "p5Uuz",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "Eg1Aj",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "3cFLV",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QsvOZ",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HjAms",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "EApI0",
+ "name": "888K",
+ "fill": "#86909c",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4XtHA",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2vyIU",
+ "name": "1 weeks ago",
+ "fill": "#86909c",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9VjFQ",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "A9r0f",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "2tvK8",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "vAGwo",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "9WgES",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hVsIq",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "A9tK0",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "FkhEC",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "jxmcp",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2WAJZ",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CJAju",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AuUsc",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "HDHXa",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "jjOBG",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TQd1x",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zu9HD",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "6T0Ub",
+ "name": "888K",
+ "fill": "#86909c",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pBb4E",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RTLHd",
+ "name": "1 weeks ago",
+ "fill": "#86909c",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KbQ3I",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O4Stl",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "GuqQL",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "6juqW",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "5vAwA",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "eS0il",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "4kb1v",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "Vtxoo",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "YZstd",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "0cV2L",
+ "name": "card/project",
+ "clip": true,
+ "width": 246,
+ "height": 254,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "#00000014",
+ "offset": {
+ "x": 0,
+ "y": 3
+ },
+ "blur": 5.25
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LA30O",
+ "x": 0,
+ "y": 174,
+ "name": "Container",
+ "width": 246,
+ "fill": "#ffffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "94uVf",
+ "name": "Container",
+ "width": 200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "text",
+ "id": "XaaNC",
+ "name": "Heading",
+ "fill": "#1d2129",
+ "textGrowth": "fixed-width-height",
+ "width": 196,
+ "height": 24,
+ "content": "Magic Carpetsss",
+ "lineHeight": 1.6,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "cQwz6",
+ "name": "Frame 1000002977",
+ "width": 196,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "i9TE0",
+ "name": "like",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "51k1a",
+ "name": "icon/heart-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "dRqsd",
+ "name": "888K",
+ "fill": "#86909c",
+ "content": "888K",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qKnSm",
+ "name": "update time",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "34Hjd",
+ "name": "1 weeks ago",
+ "fill": "#86909c",
+ "content": "1 weeks ago",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5qWc6",
+ "x": 0,
+ "y": 0,
+ "name": "Container",
+ "width": 246,
+ "height": 174,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QXxAb",
+ "x": 0,
+ "y": 0,
+ "name": "Project image",
+ "width": 246,
+ "height": 174,
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/地图背景.png",
+ "mode": "fill"
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0740740299224854
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "WiTN4",
+ "x": -9,
+ "y": 152,
+ "name": "Avatar",
+ "width": 255,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "XlcRp",
+ "x": 9,
+ "y": 18,
+ "name": "Rectangle 854",
+ "fill": "#ffffffff",
+ "width": 246,
+ "height": 13,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "KCD76",
+ "x": 0,
+ "y": 0,
+ "name": "span",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "10CKL",
+ "x": 0,
+ "y": 0,
+ "name": "Vector",
+ "geometry": "M57.67 11.94c-5.31-5.23-9.25-11.94-19.37-11.94l-0.6 0c-10.12 0-14.06 6.71-19.37 11.94-3.86 4.82-11.72 5.87-18.33 6.06l0 13 76 0 0-13c-6.61-0.19-14.47-1.24-18.33-6.06z",
+ "fill": "#ffffffff",
+ "width": 76,
+ "height": 31,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "frame",
+ "id": "udoXa",
+ "x": 25,
+ "y": 5,
+ "name": "User-Avatar",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5416666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "EyeyU",
+ "x": 0,
+ "y": 0,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#e9fcffff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "",
+ "mode": "stretch"
+ }
+ ],
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0833333730697632,
+ "fill": "#ffffffff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "ellipse",
+ "id": "r0Zcg",
+ "x": 25,
+ "y": 5,
+ "name": "Ellipse 9",
+ "enabled": false,
+ "sweepAngle": -360.00001001791264,
+ "fill": "#d9d9d966",
+ "width": 26,
+ "height": 26,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Is4vh",
+ "x": 0,
+ "y": 64,
+ "name": "list/menu-list",
+ "width": 240,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 8,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0b3gX",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "78TV7",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hw1Io",
+ "name": "Frame 1000004886",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vaWUR",
+ "x": 0,
+ "y": 0,
+ "name": "Frame 1000004889",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8SMox",
+ "x": 1.6666666269302368,
+ "y": 1.6666666269302368,
+ "name": "Frame",
+ "clip": true,
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xhYqT",
+ "x": 1.3888345956802368,
+ "y": 2.0833358764648438,
+ "name": "Vector",
+ "geometry": "M0 1c0-0.55228 0.44772-1 1-1l7.4142 0 2 2 8.5858 0c0.5523 0 1 0.44772 1 1l0 14c0 0.5523-0.4477 1-1 1l-18 0c-0.55 0-1-0.45-1-1l0-16z m8.5858 2l-1.00001-1-5.58579 0 0 2 5.58579 0 1.00001-1z m-6.5858 3l0 10 16 0 0-12-7.5858 0-2 2-6.4142 0z",
+ "fill": "#57606aff",
+ "width": 13.888888359069824,
+ "height": 12.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6944444179534912
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "GAKYF",
+ "name": "My projects",
+ "fill": "#4e5969",
+ "content": "My projects",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "g0RtF",
+ "name": "icon/angle-right",
+ "enabled": false,
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5q0aK",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D3pxG",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#e8f3ff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": -658,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "h63uu",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XTIc1",
+ "name": "Frame 1000004948",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vI3dt",
+ "x": 1,
+ "y": 1,
+ "name": "Frame",
+ "clip": true,
+ "width": 18,
+ "height": 18,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7499999403953552
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9TG0l",
+ "x": 6.374707221984863,
+ "y": 2.25,
+ "name": "Vector",
+ "geometry": "M7 14c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.866 0-7 3.13401-7 7 0 3.866 3.134 7 7 7z",
+ "width": 5.25,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "X1YBj",
+ "x": 3.375,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M3 0c-1.8135 1.26495-3 3.36652-3 5.74532 0 2.5463 1.3596 4.7751 3.3924 6",
+ "width": 1.272149920463562,
+ "height": 4.4044952392578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "41xog",
+ "x": 13.5,
+ "y": 2.720585584640503,
+ "name": "Vector",
+ "geometry": "M0 0c1.8135 1.26495 3 3.36652 3 5.74532 0 2.3787-1.1865 4.4804-3 5.7453",
+ "width": 1.125,
+ "height": 4.308982849121094,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "IBBRM",
+ "x": 4.5,
+ "y": 10.500004768371582,
+ "name": "Vector",
+ "geometry": "M0 12l0 2 24 0 0-2c0-3.7275 0-5.5913-0.609-7.0615-0.8119-1.9602-2.3693-3.5176-4.3295-4.3295-1.4702-0.609-3.334-0.609-7.0615-0.609-3.7275 0-5.5913 0-7.0615 0.609-1.9602 0.8119-3.5176 2.3693-4.3295 4.3295-0.609 1.4702-0.609 3.334-0.609 7.0615z",
+ "width": 9,
+ "height": 5.25,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "UGHfE",
+ "x": 14.861425399780273,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M4.3681 13.128l0-1.2c0-4.4804 0-6.7206-0.8719-8.4319-0.767-1.5053-1.9909-2.7291-3.4962-3.4961",
+ "width": 1.6380372047424316,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "CvnQV",
+ "x": 1.5002930164337158,
+ "y": 10.82703971862793,
+ "name": "Vector",
+ "geometry": "M0 13.128l0-1.2c0-4.4804 0-6.7206 0.87195-8.4319 0.76698-1.5053 1.99083-2.7291 3.49612-3.4961",
+ "width": 1.6380263566970825,
+ "height": 4.922999382019043,
+ "stroke": {
+ "align": "center",
+ "thickness": 1.4999998807907104,
+ "join": "round",
+ "cap": "round",
+ "fill": "#1664ff"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "3GHRK",
+ "name": "Community",
+ "fill": "#1664ff",
+ "content": "Community",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dnHIt",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rWSqT",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "anyjd",
+ "name": "顶部导航栏图标",
+ "rotation": -6.212020862233431e-18,
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "pJSRx",
+ "x": 2.0833332538604736,
+ "y": 2.0833332538604736,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.833333015441895,
+ "height": 15.833333015441895,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2Hq05",
+ "x": 1.9791666269302368,
+ "y": 0.0065714516676962376,
+ "name": "Vector",
+ "geometry": "M10 3.99001l-7 0c-0.55227 0-0.99997 0.44774-1 1l0 10.33694c0.45462-0.216 0.96321-0.3369 1.5-0.3369l12.5 0 0-5.00003 2 0 0 11.00003c0 0.5523-0.4477 1-1 1l-13.5 0c-1.933 0-3.5-1.567-3.5-3.5l0-13.50004c0.00003-1.65683 1.34316-3 3-3l7 0 0 2z m-6.5 13.00004c-0.82841 0-1.49997 0.6716-1.5 1.5 0 0.8284 0.67157 1.5 1.5 1.5l12.5 0 0-3-12.5 0z m12.0293-16.67071c0.1766-0.42579 0.7649-0.4258 0.9414 0l0.2529 0.61133c0.432 1.0428 1.238 1.87551 2.251 2.32618l0.7178 0.31933c0.4102 0.18283 0.4102 0.78002 0 0.9629l-0.7598 0.33789c-0.9877 0.43928-1.7792 1.2425-2.2187 2.25098l-0.2471 0.56543c-0.1804 0.41413-0.7531 0.41413-0.9336 0l-0.2461-0.56543c-0.4395-1.00864-1.2319-1.81165-2.2197-2.25098l-0.7598-0.33789c-0.4102-0.18286-0.4102-0.78009 0-0.9629l0.7178-0.31933c1.0131-0.45066 1.8191-1.28337 2.251-2.32618l0.2529-0.61133z",
+ "fill": "#57606aff",
+ "width": 13.194477081298828,
+ "height": 14.507325172424316,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6597221493721008
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "z0q5k",
+ "name": "Tutorials",
+ "fill": "#4e5969",
+ "content": "Tutorials",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1QM57",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OhM2Q",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UrVVj",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "dQjxi",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EFizj",
+ "name": "icon/following",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EaBDq",
+ "x": 0,
+ "y": 1.91650390625,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "Ypd6o",
+ "x": -9.094947017729282e-13,
+ "y": -9.094947017729282e-13,
+ "name": "user-star",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Z7oIK",
+ "x": 1.5,
+ "y": 1.8799999952316284,
+ "name": "user-star",
+ "geometry": "M6.43399 7.04842c-1.94371 0-3.52421-1.58133-3.52421-3.52421 0-1.94288 1.5805-3.52421 3.52421-3.52421 1.94371 0 3.52421 1.58133 3.52421 3.52421 0 1.94288-1.5805 3.52421-3.52421 3.52421z m0-5.80458c-1.25794 0-2.28037 1.02244-2.28037 2.28037 0 1.25794 1.02244 2.28037 2.28037 2.28037 1.25794 0 2.28037-1.02244 2.28037-2.28037 0-1.25794-1.02326-2.28037-2.28037-2.28037z m0.82174 14.92607l-4.14613 0c-2.00507 0-3.1096-1.09871-3.1096-3.093 0-2.2074 1.24881-4.78465 4.76805-4.78465l3.3169 0c0.7065 0 1.33757 0.10286 1.8774 0.30519 0.32174 0.12107 0.48426 0.47924 0.36319 0.80099-0.12107 0.32174-0.47852 0.48426-0.80108 0.36319-0.39803-0.15009-0.88309-0.22553-1.43951-0.22553l-3.3169 0c-3.26964 0-3.52421 2.71076-3.52421 3.54081 0 1.29608 0.55807 1.84916 1.86576 1.84916l4.14613 0c0.3433 0 0.62192 0.27862 0.62192 0.62192 0 0.3433-0.27862 0.62192-0.62192 0.62192z m7.59321 0.77031c-0.15921 0-0.32003-0.03726-0.46847-0.11438l-1.32016-0.67911-1.31925 0.67911c-0.3491 0.17911-0.76125 0.14511-1.07469-0.08624-0.31096-0.22887-0.46275-0.60617-0.39559-0.9843l0.248-1.41795-1.0921-1.04321c-0.27447-0.26038-0.37316-0.64679-0.25873-1.00667 0.11609-0.3632 0.42454-0.62278 0.80432-0.67668l1.52251-0.21642 0.65502-1.30022c0.17331-0.34413 0.52243-0.55724 0.91051-0.55724 0.38808 0 0.7372 0.21392 0.91051 0.55805l0.65502 1.30022 1.52251 0.21652c0.37978 0.0539 0.68823 0.31255 0.80432 0.67658 0.11526 0.36071 0.01657 0.74638-0.25873 1.00758l-1.09119 1.0423 0.24871 1.41967c0.06634 0.37896-0.08626 0.75533-0.3964 0.9842-0.18077 0.13102-0.39302 0.1982-0.60612 0.19819z m-1.78863-2.068c0.15672 0 0.31347 0.03643 0.45692 0.11023l1.02743 0.5291-0.19243-1.0996c-0.05556-0.32506 0.05222-0.65265 0.29021-0.87902l0.80351-0.76617-1.12358-0.15922c-0.32257-0.04561-0.60204-0.24628-0.74632-0.53568l-0.51412-1.01993-0.51493 1.02165c-0.14428 0.28774-0.42367 0.48752-0.74541 0.53396l-1.12369 0.15922 0.80352 0.76708c0.23716 0.22638 0.34585 0.55393 0.29112 0.87649l-0.19243 1.10122 1.02743-0.5291c0.13931-0.0738 0.29605-0.11023 0.45277-0.11023z",
+ "fill": "#6e7781ff",
+ "width": 17,
+ "height": 16.940221786499023,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#86909c"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "mK7p2",
+ "name": "Following",
+ "fill": "#ffffffff",
+ "content": "Following",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TfMUg",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "YuL2D",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "9WNAc",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vJ0vE",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OQ8j8",
+ "name": "icon/followers",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hahmv",
+ "x": -9.094947017729282e-13,
+ "y": 1.9199999570846558,
+ "name": "Overlay",
+ "width": 16.66666603088379,
+ "height": 16.66666603088379,
+ "fill": "#d9dfe5ff",
+ "cornerRadius": 16.66666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "XFsMX",
+ "x": -1.8189894035458565e-12,
+ "y": -4.547473508864641e-13,
+ "name": "users",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333331942558289
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VaDDG",
+ "x": 1.1799999475479126,
+ "y": 2.080078125,
+ "name": "users",
+ "geometry": "M7.75903 8.5c-2.344 0-4.25-1.907-4.25-4.25 0-2.343 1.906-4.25 4.25-4.25 2.344 0 4.25 1.907 4.25 4.25 0 2.343-1.906 4.25-4.25 4.25z m0-7c-1.517 0-2.75 1.233-2.75 2.75 0 1.517 1.233 2.75 2.75 2.75 1.517 0 2.75-1.233 2.75-2.75 0-1.517-1.234-2.75-2.75-2.75z m3.98792 18l-7.9939 0c-2.42 0-3.75305-1.32496-3.75305-3.73096 0-2.661 1.506-5.76904 5.75-5.76904l4 0c4.244 0 5.75 3.10704 5.75 5.76904 0 2.406-1.33305 3.73096-3.75305 3.73096z m-5.99695-8c-3.943 0-4.25 3.26704-4.25 4.26904 0 1.564 0.67405 2.23096 2.25305 2.23096l7.9939 0c1.579 0 2.25305-0.66696 2.25305-2.23096 0-1.001-0.307-4.26904-4.25-4.26904l-4 0z m9.56006-2.56006c-0.909 0-1.76305-0.346-2.40405-0.974-0.296-0.29-0.30196-0.76491-0.01197-1.06091 0.291-0.296 0.76591-0.29999 1.06092-0.01099 0.359 0.352 0.8411 0.5459 1.3551 0.5459 1.105 0 1.97095-0.86497 1.97095-1.96997 0-1.086-0.88395-1.96997-1.97095-1.96997-0.308 0-0.58603 0.06301-0.82703 0.18701-0.367 0.19-0.82001 0.04403-1.01001-0.32397-0.19-0.368-0.04402-0.82001 0.32398-1.01001 0.456-0.234 0.96506-0.35303 1.51306-0.35303 1.914 0 3.47095 1.55697 3.47095 3.46997-0.001 1.913-1.55695 3.46997-3.47095 3.46997z m3.09997 8.56006l-0.68005 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l0.68005 0c1.145 0 1.58997-0.43995 1.58997-1.56995 0-0.739-0.22702-3.15002-3.14001-3.15002l-1.51099 0c-0.414 0-0.75-0.336-0.75-0.75 0-0.414 0.336-0.75 0.75-0.75l1.51099 0c3.425 0 4.64001 2.50502 4.64001 4.65002 0 1.951-1.12597 3.06995-3.08997 3.06995z",
+ "fill": "#6e7781ff",
+ "width": 17.64102554321289,
+ "height": 16,
+ "stroke": {
+ "align": "center",
+ "thickness": 0.30000001192092896,
+ "fill": "#86909c"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "pLxHI",
+ "name": "Followers",
+ "fill": "#ffffffff",
+ "content": "Followers",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gtdhM",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "50Nwr",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e7781ff",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qu5fo",
+ "name": ".list//user home menu",
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SKwtS",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PldTz",
+ "name": "Frame 1000004951",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EdQ3o",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ZxGpQ",
+ "x": 1.3177138566970825,
+ "y": 1.9787890911102295,
+ "name": "Vector",
+ "geometry": "M20 17l0-13-2-4-16 0-2 4.00353 0 12.99647c0 0.5523 0.44772 1 1 1l18 0c0.5523 0 1-0.4477 1-1z m-18-11l16 0 0 10-16 0 0-10z m1.236-4l13.528 0 1 2-15.527 0 0.999-2z m9.764 6l-6 0 0 2 6 0 0-2z",
+ "fill": "#57606aff",
+ "width": 13.191666603088379,
+ "height": 11.8725004196167,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Efxsp",
+ "name": "Asset",
+ "fill": "#4e5969",
+ "content": "Asset",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XfUW8",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5mbqs",
+ "x": 4.000069618225098,
+ "y": 1.9999302625656128,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 4.500281810760498,
+ "height": 8.000140190124512,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "SU4i7",
+ "name": ".list//user home menu",
+ "enabled": false,
+ "width": "fill_container",
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 71,
+ "padding": 12,
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vxRZ3",
+ "name": "Frame 1000002985",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "U3002",
+ "name": "Frame 1000004952",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "io9XK",
+ "x": 2.0850000381469727,
+ "y": 2.0850000381469727,
+ "name": "Frame",
+ "clip": true,
+ "width": 15.829999923706055,
+ "height": 15.829999923706055,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LxCaP",
+ "x": 1.9778125286102295,
+ "y": 1.319270133972168,
+ "name": "Vector",
+ "geometry": "M12 2l-10 0 0 16 14 0 0-12-4 0 0-4z m-12-1.0082c0-0.54775 0.44749-0.9918 0.9985-0.9918l12.0015 0 4.9997 5 0.0003 13.9925c0 0.5564-0.4449 1.0075-0.9934 1.0075l-16.0132 0c-0.54864 0-0.9934-0.4553-0.9934-0.9918l0-18.0164z m10.529 11.4546c-1.5339 0.906-3.54267 0.7-4.86061-0.618-1.56209-1.5621-1.56209-4.09473 0-5.65683 1.56211-1.56209 4.09471-1.56209 5.65681 0 1.318 1.31794 1.524 3.32673 0.618 4.86063l2.2105 2.2104-1.4142 1.4143-2.2105-2.2105z m-0.618-2.0322c0.7811-0.781 0.7811-2.0474 0-2.82841-0.781-0.78105-2.0473-0.78105-2.8284 0-0.78104 0.78101-0.78104 2.04741 0 2.82841 0.7811 0.7811 2.0474 0.7811 2.8284 0z",
+ "fill": "#57606aff",
+ "width": 11.8725004196167,
+ "height": 13.191666603088379,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6595832705497742
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "XGdH9",
+ "name": "Docs",
+ "fill": "#4e5969",
+ "content": "Docs",
+ "lineHeight": 1.5384615384615385,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 13,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jXhSb",
+ "name": "icon/angle-right",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5000000596046448
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "VCmRZ",
+ "x": 8.000139236450195,
+ "y": 3.9998605251312256,
+ "name": "angle-right",
+ "geometry": "M1.00028 16.00028c-0.256 0-0.51203-0.09797-0.70703-0.29297-0.391-0.391-0.391-1.02306 0-1.41406l6.29297-6.29297-6.29297-6.29297c-0.391-0.391-0.391-1.02306 0-1.41406 0.391-0.391 1.02306-0.391 1.41406 0l7 7c0.391 0.391 0.391 1.02306 0 1.41406l-7 7c-0.195 0.195-0.45103 0.29297-0.70703 0.29297z",
+ "fill": "#6e778100",
+ "width": 9.000563621520996,
+ "height": 16.000280380249023,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0000001192092896
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BacJg",
+ "x": 240,
+ "y": 0,
+ "name": "Frame 1000003062",
+ "clip": true,
+ "width": 1200,
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e5e6eb"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EmrmM",
+ "x": 0,
+ "y": -0.270751953125,
+ "name": "Frame 1000002825",
+ "height": 64,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": [
+ 0,
+ 60
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4GCKd",
+ "name": "Frame 11",
+ "width": 340,
+ "height": 32,
+ "fill": "#f7f8fa",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "o9wf5",
+ "name": "Search",
+ "width": 14.000000953674316,
+ "height": 14.000000953674316,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5639810562133789
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GFC8m",
+ "x": 1.1668092012405396,
+ "y": 1.1666667461395264,
+ "name": "Search",
+ "geometry": "M4.90069 9.70857c1.06426 0 2.04567-0.34087 2.84865-0.90899l3.02071 2.99211c0.1402 0.13887 0.32501 0.20831 0.52257 0.20831 0.41423 0 0.70738-0.31562 0.70738-0.71962 0-0.18937-0.06373-0.37244-0.20393-0.505l-3.00159-2.97948c0.63091-0.82062 1.0069-1.83693 1.0069-2.94161 0-2.67017-2.20499-4.85429-4.90069-4.85429-2.68933 0-4.90069 2.1778-4.90069 4.85429 0 2.67017 2.20499 4.85429 4.90069 4.85428z m0-1.04787c-2.10303 0-3.8428-1.7233-3.8428-3.80641 0-2.08311 1.73978-3.80642 3.8428-3.80642 2.10303 0 3.8428 1.7233 3.8428 3.80642 0 2.08311-1.73978 3.80642-3.8428 3.80641z",
+ "fill": "#24292fff",
+ "width": 11.666543960571289,
+ "height": 11.666543960571289
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "31OtO",
+ "name": "Search project",
+ "fill": "#86909c",
+ "content": "Search project",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Bd7n5",
+ "x": 2,
+ "y": 64,
+ "name": "Frame 1000003082",
+ "clip": true,
+ "width": 1198,
+ "height": 840,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "GtREF",
+ "x": 818,
+ "y": 16,
+ "name": "Component/preview-button-new",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vraPD",
+ "name": "Button-2",
+ "enabled": false,
+ "height": 32,
+ "fill": "#1664ff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BU9qF",
+ "name": "默认icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "text",
+ "id": "ToQEL",
+ "name": "Button Text",
+ "fill": "#ffffffff",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5Jw0t",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8DT17",
+ "name": "Frame 1000004921",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "A1766",
+ "x": 1,
+ "y": 1,
+ "name": "Group 4",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 3.5,
+ "id": "HSHq8",
+ "x": 0,
+ "y": 0,
+ "name": "Rectangle 855",
+ "fill": "#1664ff",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.4375
+ }
+ },
+ {
+ "type": "frame",
+ "id": "TNKwy",
+ "x": 3,
+ "y": 3,
+ "name": "Frame 1000004920",
+ "width": 8,
+ "height": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2AZTG",
+ "x": 0,
+ "y": 0,
+ "name": "logo/XBuilder-Icon",
+ "fill": {
+ "type": "color",
+ "color": "#1664ff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.29629629850387573
+ },
+ "layout": "vertical",
+ "gap": 2.962963104248047,
+ "padding": [
+ 0.7407407760620117,
+ 0.5925925970077515
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LXjcj",
+ "name": "logo/XBuilder-BaseGraphic",
+ "width": 6.814815044403076,
+ "height": 6.616873741149902,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.014525515027344227
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Qy353",
+ "x": -0.00002473318272677716,
+ "y": 0.000002409627086308319,
+ "name": "铅笔+锤子",
+ "geometry": "M19.6202 4.39941l-5.76367 5.6748 0.57031 0.5625 5.76465-5.67578 0.53613 0.52832-5.76562 5.6748 7.4375 7.33399c0.8123 0.80116 0.81239 2.10026 0 2.90137-0.81243 0.80098-2.13 0.80105-2.94238 0l-7.43946-7.33692-5.08301 5.00391c-0.00306 0.00297-0.00705 0.00563-0.01074 0.00781l-0.15039 0.08594-0.50098-0.49317 5.21094-5.13183-0.57031-0.5625-5.21094 5.13183-1.81445-1.78613 0.08789-0.14844c0.00236-0.00396 0.00551-0.00848 0.00879-0.01172l5.08301-5.00488-3.0127-2.97168 2.94336-2.89844 3.01367 2.97168 5.76368-5.67187 1.84472 1.81641z m-13.62109 15.20605l-2.32129 1.33691-2.16992 1c-0.27888 0.128-0.56796-0.15702-0.4375-0.43163l1.01464-2.13672 1.35157-2.292 2.5625 2.52344z m3.68261-19.57715c0.04417-0.03839 0.11165-0.03805 0.15332 0.00293l1.24219 1.22559c0.2137 0.21083 0.21374 0.55287 0 0.76367l-2.69433 2.65625 0.00195 0.00195-4.97266 4.90039c-0.21378 0.21059-0.56068 0.21067-0.77441 0l-2.47754-2.44336c-0.21364-0.21081-0.21367-0.55288 0-0.76367l5.60742-5.52929c0.02938-0.02897 0.07367-0.03872 0.11328-0.02637 0.37693 0.11814 0.77871 0.18162 1.19532 0.18164 0.99863 0 1.91088-0.36607 2.60546-0.96973z m9.20313 1.40723c0.78975-0.84228 1.77219-0.96286 2.86035 0 1.26382 1.18799 0.78864 2.20865-0.00097 3.05078l-0.5 0.4541-2.93946-2.88574 0.58008-0.61914z",
+ "fill": "#ffffffff",
+ "width": 6.814815044403076,
+ "height": 6.6169233322143555
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ZDJX8",
+ "name": "SPX",
+ "fill": "#4e5969",
+ "content": "SPX ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5NJhB",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wqILe",
+ "name": "Frame 1000004918",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "g4yY0",
+ "x": 1,
+ "y": 1,
+ "name": "icon",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 4.765957355499268,
+ "id": "kkz3L",
+ "x": 0,
+ "y": 0,
+ "name": "image 4",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/ai canvas logo.png",
+ "mode": "fill"
+ },
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.2978723347187042
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "2JuT4",
+ "name": "AI canvas",
+ "fill": "#4e5969",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hHW0a",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mxdk5",
+ "name": "Frame 1000004919",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SoGQ5",
+ "x": 1,
+ "y": 1,
+ "name": "icon/linx AI",
+ "clip": true,
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.21875
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iNXmP",
+ "x": 0.7892303466796875,
+ "y": 0.155303955078125,
+ "name": "Vector",
+ "geometry": "M315.66782 0.36539c10.81601-0.7135 25.10299-0.2768 35.875 0.4098 67.66598 4.3961 132.29797 29.6949 184.97598 72.4042 70.71997 57.206 111.36499 145.95599 120.768 235.328 9.797 100.565-20.66296 200.914-84.70398 279.05401-61.643 76.008-145.61401 123.53101-243.06402 133.77301-3.57999 0.31598-7.16397 0.58203-10.75198 0.79901-69.62601 3.66199-138.84202-12.72302-199.44201-47.211-8.309-4.62402-29.91801-17.60101-36.47701-23.664-26.703-25.79797 3.15701-62.09503 2.22501-91.65301-0.397-12.60303-14.175-25.50202-21.60301-35.32001-10.943-14.48199-20.6028-29.89203-28.8686-46.05402-20.3306-40.04599-31.9366-83.95098-34.0516-128.81497-5.0786-88.01599 25.2015-174.41301 84.1102-239.99001 60.501-67.339 141.02901-104.30101 231.00802-109.06101z",
+ "fill": "#0076ffff",
+ "width": 12.433642387390137,
+ "height": 13.632497787475586,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ },
+ {
+ "type": "path",
+ "id": "ucr4I",
+ "x": 4.985321044921875,
+ "y": 4.109893798828125,
+ "name": "Vector",
+ "geometry": "M24.71781 0.00053c0.43233-0.01339 3.89044 0.81394 4.45803 1.01888 1.76077 0.63829 3.19246 1.9556 3.97509 3.65747 1.04713 2.2554 0.6814 4.44169-0.14968 6.68302-1.35998 3.66258-4.12827 6.62889-7.68782 8.23759-1.20588 0.56759-3.51382 1.26636-4.84043 1.26455-0.16669-0.00023-0.34427-0.0067-0.46626-0.1356-0.10564-0.11177-0.14162-0.2417-0.12902-0.39319 0.05367-0.64578 1.43782-6.71932 1.64241-6.96079 0.31273-0.3689 0.99561-0.56963 1.41354-0.81031 0.41146-0.24124 0.80226-0.51608 1.16843-0.82178 1.49524-1.2557 1.73852-3.19303-0.04028-4.28305-0.62728-0.38445-1.23357-0.28255-1.03363-1.17037 0.44845-1.99112 0.86716-4.00776 1.37484-5.98435 0.02599-0.10133 0.2341-0.24499 0.31478-0.30207z m-19.87593-0.00043c0.46116-0.01055 3.95023 0.83675 4.44407 1.01411 1.76281 0.63568 3.19802 1.95061 3.98553 3.65157 1.02693 2.2125 0.70728 4.37134-0.10293 6.57976-1.40401 3.82677-4.09015 6.65123-7.75805 8.36672-1.14461 0.51301-3.74303 1.3509-4.96991 1.23924-0.14184-0.01293-0.24249-0.04652-0.33441-0.16204-0.11449-0.14377-0.11881-0.27699-0.09373-0.45366 0.10882-0.76946 1.38835-6.56761 1.62846-6.85958 0.29787-0.36209 0.98778-0.56714 1.3972-0.80123 0.32487-0.18939 0.63693-0.40022 0.93377-0.63114 0.715-0.55159 1.31674-1.15732 1.42579-2.09801 0.11631-1.00299-0.28017-1.86913-1.17581-2.37205-0.31512-0.17691-0.82382-0.30853-1.04384-0.59437-0.09713-0.12527-0.07194-0.33849-0.04017-0.48578 0.43755-2.03106 0.87908-4.07199 1.38789-6.0858 0.02553-0.1011 0.23341-0.24681 0.31614-0.30774z",
+ "fill": "#f9f9f2ff",
+ "width": 5.646763801574707,
+ "height": 3.294513702392578,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.142683744430542
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6UbGk",
+ "name": "Linx AI",
+ "fill": "#4e5969",
+ "content": "Linx AI",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CUIPJ",
+ "x": 239,
+ "y": 63,
+ "name": "Frame 1000004878",
+ "width": 1200,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 809,
+ "padding": [
+ 20,
+ 60
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zVL4y",
+ "name": "筛选",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Ftgpl",
+ "name": "Tab/independent text",
+ "fill": "#e8f3ff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sGgeb",
+ "name": "Tap Text",
+ "fill": "#1664ff",
+ "content": "Overview",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kloPx",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PgOV7",
+ "name": "Tap Text",
+ "fill": "#1d2129",
+ "content": "SPX",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "nphxV",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "xbAjw",
+ "name": "Tap Text",
+ "fill": "#4e5969",
+ "content": "AI canvas",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "di5uR",
+ "name": "Tab/independent text",
+ "enabled": false,
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4lw5P",
+ "name": "Tap Text",
+ "fill": "#4e5969",
+ "content": "StoryBoard",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YwO2X",
+ "name": "Tab/independent text",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#e5e6eb",
+ "enabled": false
+ }
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5YOWI",
+ "name": "Tap Text",
+ "fill": "#4e5969",
+ "content": "LinX AI ",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xsmoP",
+ "name": "Frame 1000003006",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "8FTSS",
+ "name": "title",
+ "enabled": false,
+ "fill": "#1664ff",
+ "content": "New Project",
+ "lineHeight": 1.6,
+ "textAlign": "right",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 15,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "Dbuaq",
+ "name": "Frame 1000002983",
+ "width": "fit_content(53)",
+ "height": "fit_content(22)",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center"
+ },
+ {
+ "type": "frame",
+ "id": "vLkAC",
+ "name": "Button-2",
+ "height": 32,
+ "fill": "#ffffffff",
+ "cornerRadius": 8,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e5e6eb"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "f1vI0",
+ "name": "All",
+ "fill": "#4e5969",
+ "content": "All",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "500"
+ },
+ {
+ "type": "frame",
+ "id": "6uwx4",
+ "name": "Frame",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "#ffffffff",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LOCyx",
+ "x": 5.171224117279053,
+ "y": 6.229166507720947,
+ "name": "Vector",
+ "geometry": "M4.24268 5.65685l-4.24268-4.2426 1.41422-1.41425 2.82846 2.82845 2.8284-2.82845 1.4142 1.41425-4.2426 4.2426z",
+ "fill": "#86909c",
+ "width": 5.656852722167969,
+ "height": 3.771233320236206,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Pjo63",
+ "x": -3395,
+ "y": 3014,
+ "name": "sprite-editor",
+ "width": 1440,
+ "height": 900,
+ "fill": "#f9f9f9",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1Hr3U",
+ "name": "nav-bar-top",
+ "width": 1440,
+ "fill": "#232429",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#3a3d42"
+ },
+ "gap": 10,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LZmpM",
+ "name": "nav-left",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wvrQk",
+ "name": "nav-logo-wordmark",
+ "width": 150,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1190476194024086
+ },
+ "layout": "vertical",
+ "gap": 25,
+ "padding": [
+ 0,
+ 24
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "shXnf",
+ "name": "icon-logo",
+ "width": 102,
+ "height": 30,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Bft4a",
+ "x": 2.1828083992004395,
+ "y": 5.349999904632568,
+ "geometry": "M94.05119 8.558l0 9.492c0 0.55228-0.44772 1-1 1l-1.572 0c-0.55228 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44772-1 1-1l1.43 0c0.52493-0.00027 0.96072 0.40539 0.998 0.929l0.144 1.999z m3.77101-3.089c0.166 0.033 0.27 0.188 0.26699 0.358l-0.04799 2.576c-0.00391 0.11569-0.05538 0.22463-0.14227 0.30111-0.08689 0.07648-0.20149 0.1137-0.31674 0.10289l-0.182-0.014c-0.21816-0.02434-0.43748-0.03669-0.657-0.037q-0.757 0-1.315 0.199-0.546 0.186-0.918 0.558-0.36 0.372-0.546 0.905c-0.12135 0.39402-0.18797 0.80284-0.198 1.215l-0.72-0.223q0-1.302 0.261-2.393 0.26-1.104 0.757-1.923 0.508-0.818 1.24-1.265 0.73199-0.447 1.674-0.446 0.298 0 0.60801 0.05 0.128 0.015 0.236 0.036m-14.37501 13.829q-1.563 0-2.803-0.496c-0.79188-0.31696-1.50985-0.7939-2.109-1.401-0.57166-0.59624-1.0184-1.3007-1.314-2.072-0.30825-0.80769-0.46421-1.6655-0.46-2.53l0-0.496q0-1.526 0.435-2.79c0.26846-0.80454 0.68947-1.54981 1.24-2.195 0.54507-0.61985 1.22381-1.10779 1.985-1.427q1.165-0.508 2.629-0.508 1.425 0 2.52999 0.471 1.104 0.47 1.848 1.34 0.757 0.867 1.14 2.083 0.385 1.203 0.38501 2.679l0 1.488-10.666 0 0-2.381 7.156 0 0-0.273q0-0.744-0.272-1.327c-0.16454-0.38632-0.4411-0.71444-0.794-0.942q-0.534-0.348-1.364-0.348-0.708 0-1.216 0.31c-0.34576 0.21432-0.63136 0.513-0.83 0.868q-0.311 0.558-0.472 1.315c-0.10307 0.53948-0.15297 1.08777-0.149 1.637l0 0.496q0 0.807 0.223 1.489 0.236 0.681 0.658 1.178 0.434 0.495 1.041 0.769 0.62 0.273 1.402 0.273c0.61898 0.00534 1.23196-0.12149 1.798-0.372 0.42691-0.19455 0.8141-0.46646 1.142-0.802 0.172-0.176 0.46-0.188 0.627-0.007l1.202 1.305c0.12912 0.13487 0.13935 0.34418 0.02401 0.491-0.28361 0.33956-0.60577 0.64495-0.96001 0.91q-0.72 0.558-1.737 0.918-1.017 0.347-2.32 0.347m-12.055-3.175l0-15.123c0-0.55228 0.44772-1 1-1l1.597 0c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.353 0c-0.50491-0.00027-0.93041-0.37687-0.992-0.878l-0.252-2.049z m-8.483-3.621l0-0.26q0-1.539 0.347-2.791 0.347-1.266 1.017-2.17c0.43062-0.59196 0.99629-1.07261 1.65-1.402q0.98-0.495 2.23201-0.496 1.179 0 2.059 0.496 0.893 0.495 1.513 1.414 0.632 0.904 1.01699 2.145 0.384 1.228 0.558 2.692l0 0.57c-0.10454 0.88381-0.29134 1.75592-0.558 2.605-0.23105 0.74982-0.57391 1.46048-1.017 2.108-0.3904 0.57381-0.90823 1.04954-1.51299 1.39q-0.893 0.495-2.084 0.495-1.252 0-2.23201-0.508c-0.64875-0.34257-1.20912-0.83106-1.637-1.427q-0.657-0.916-1.00499-2.158c-0.23847-0.88095-0.35522-1.79039-0.34701-2.703m3.572-0.26l0 0.26q0 0.83 0.124 1.55 0.135 0.72 0.434 1.277 0.31 0.546 0.794 0.856 0.495 0.298 1.203 0.298 0.917 0 1.51301-0.41 0.596-0.42 0.90499-1.153 0.323-0.732 0.372-1.687l0-1.623q-0.037-0.781-0.22299-1.402c-0.10155-0.39005-0.27818-0.75656-0.52001-1.079-0.2215-0.29577-0.511-0.53382-0.844-0.694q-0.497-0.248-1.178-0.248-0.694 0-1.191 0.322-0.496 0.31-0.806 0.856c-0.21233 0.40537-0.36299 0.84016-0.44699 1.29-0.09377 0.52373-0.13929 1.05495-0.13601 1.587m-6.458-12.242c0.55228 0 1 0.44772 1 1l0 17.05c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-17.05c0-0.55228 0.44772-1 1-1l1.584 0z m-6.214 5.63c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.584 0c-0.55229 0-1-0.44772-1-1l0-11.42c0-0.55228 0.44771-1 1-1l1.584 0z m-2.807-3.497q0-0.78 0.545-1.29 0.546-0.508 1.464-0.508 0.906 0 1.451 0.509 0.558 0.508 0.558 1.29 0 0.78-0.558 1.29-0.545 0.508-1.451 0.508-0.918 0-1.464-0.509-0.545-0.508-0.545-1.29m-5.755 13.705l0-9.208c0-0.55228 0.44772-1 1-1l1.571 0c0.55228 0 1 0.44772 1 1l0 11.42c0 0.55228-0.44772 1-1 1l-1.424 0c-0.5271 0.00006-0.96374-0.40902-0.998-0.935l-0.149-2.277z m0.396-2.753l1.055-0.025q0 1.34-0.31 2.493-0.31 1.14-0.93 1.984c-0.41077 0.55143-0.94642 0.99763-1.563 1.302q-0.943 0.46-2.22 0.46c-0.61437 0.00516-1.22566-0.08732-1.811-0.274-0.53209-0.18206-1.01567-0.48302-1.414-0.88q-0.583-0.608-0.918-1.55-0.322-0.956-0.322-2.295l0-7.67c0-0.55229 0.44771-1 1-1l1.572 0c0.55229 0 1 0.44772 1 1l0 7.695q0 0.596 0.136 1.004 0.15 0.41 0.41 0.67 0.26 0.26 0.607 0.372 0.36 0.112 0.794 0.112 1.104 0 1.736-0.447 0.645-0.445 0.906-1.215 0.272-0.782 0.272-1.736m-16.755-1.96l-4.64 0-0.024-2.555 3.894 0q1.03 0 1.687-0.26 0.657-0.273 0.98-0.782 0.335-0.52 0.335-1.265 0-0.843-0.323-1.364-0.31-0.521-0.98-0.756-0.657-0.236-1.699-0.236l-2.58 0 0 15.143-2.12 0c-0.42435 0-0.83131-0.16857-1.13137-0.46863-0.30006-0.30006-0.46863-0.70703-0.46863-1.13137l0-14.858c0-0.42435 0.16857-0.83131 0.46863-1.13137 0.30006-0.30006 0.70702-0.46863 1.13137-0.46863l4.7 0q1.575 0 2.816 0.298 1.253 0.297 2.12 0.905c0.56768 0.38981 1.02511 0.91957 1.328 1.538q0.459 0.918 0.459 2.183 0 1.116-0.509 2.059-0.496 0.942-1.575 1.538-1.066 0.595-2.79 0.657l-1.079 0.955z m-0.162 7.925l-5.494 0 1.45-2.902 4.044 0q0.98 0 1.6-0.31 0.62-0.322 0.918-0.868 0.297-0.546 0.297-1.253 0-0.794-0.272-1.376c-0.1707-0.38558-0.46865-0.70084-0.844-0.893q-0.582-0.323-1.538-0.323l-3.584 0 0.025-2.555 4.465 0 0.855 1.005q1.65-0.026 2.655 0.583 1.017 0.595 1.475 1.55 0.472 0.956 0.472 2.046 0 1.737-0.757 2.927-0.756 1.179-2.22 1.774-1.451 0.595-3.54701 0.595m-11.27299-17.71c-0.917-0.825-1.745-0.722-2.41 0l-0.448 0.484 2.48 2.475 0.377-0.347c0.665-0.722 1.065-1.595 0-2.612m-15.43 13.398l-1.139 1.962-0.855 1.83c-0.11 0.235 0.134 0.48 0.369 0.37l1.829-0.857 1.956-1.144-0.002-0.002 0.006-0.001-2.164-2.158z m2.446 1.411l0.367 0.368 0.126-0.074 0.01-0.007 11.624-11.626-0.381-0.38-11.746 11.719z m-1.984-2.202l-0.008 0.009-0.074 0.127 1.572 1.573 11.748-11.719-1.615-1.615-11.623 11.625z",
+ "fill": "$grey100",
+ "width": 98.08925580978394,
+ "height": 19.29920244216919
+ },
+ {
+ "type": "path",
+ "id": "T0I66",
+ "x": 1.2997803688049316,
+ "y": 5.4393696784973145,
+ "geometry": "M5.08422 6.98763l11.322 11.341c0.3284 0.32976 0.77462 0.51513 1.24 0.51513 0.46539 0 0.91161-0.18537 1.24-0.51513 0.68398-0.68674 0.68398-1.79725 0-2.484l-11.32-11.34-2.482 2.483z m3.079-6.963c-0.87413 0.77448-2.09171 1.03099-3.204 0.675-0.03351-0.00939-0.06949-0.00067-0.095 0.023l-4.729 4.736c-0.18029 0.18072-0.18029 0.47328 0 0.654l2.09 2.092c0.18 0.18 0.472 0.18 0.652 0l4.193-4.197-0.001-0.002 2.27-2.275c0.18029-0.18072 0.18029-0.47328 0-0.654l-1.046-1.049c-0.03554-0.03565-0.09285-0.03697-0.13-0.003",
+ "fill": "#fff",
+ "width": 19.39920949935913,
+ "height": 18.84376096725464
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "K2Tka",
+ "name": "line",
+ "clip": true,
+ "width": 1,
+ "height": 24,
+ "fill": "#ffffff24",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none"
+ },
+ {
+ "type": "frame",
+ "id": "ZbCpC",
+ "name": "nav-button-file",
+ "width": 80,
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rspFP",
+ "name": "nav-button-file-content",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mGYO7",
+ "name": "icon-file",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "k8Ve8",
+ "x": 3,
+ "y": 4,
+ "geometry": "M17.6 12c0.22 0 0.4 0.18 0.4 0.4l0 1.6c0 1.10457-0.89543 2-2 2l-14 0c-1.10457 0-2-0.89543-2-2l0-1.6c0-0.22 0.18-0.4 0.4-0.4l17.2 0z m-11.014-12c0.26519 0.00006 0.51951 0.10545 0.707 0.293l2.414 2.414c0.18749 0.18755 0.44181 0.29294 0.707 0.293l5.586 0c1.10457 0 2 0.89543 2 2l0 5.6c0 0.22091-0.17909 0.4-0.4 0.4l-17.2 0c-0.10609 0-0.20783-0.04214-0.28284-0.11716-0.07501-0.07501-0.11716-0.17676-0.11716-0.28284l0-8.6c0-1.10457 0.89543-2 2-2l4.586 0z",
+ "fill": "$grey100",
+ "width": 18,
+ "height": 16
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7nY9o",
+ "name": "icon-caret-down-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "j4xt0",
+ "x": 4,
+ "y": 6,
+ "name": "caret-down",
+ "geometry": "M4.69774 7.396l-4.37989-5.1941c-0.736-0.873-0.11206-2.2019 1.03394-2.2019l9.2959 0c1.146 0 1.76994 1.3299 1.03393 2.2019l-4.37988 5.1941c-0.679 0.805-1.925 0.805-2.604 0z",
+ "fill": "$grey100",
+ "width": 7.999651908874512,
+ "height": 5.333164215087891,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YkjXz",
+ "name": "nav-button-tutorial",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ifmOA",
+ "name": "icon-tutorial",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "iokBg",
+ "x": 4,
+ "y": 3,
+ "geometry": "M15 0c0.55228 0 1 0.44772 1 1l0 16c0 0.55228-0.44772 1-1 1l-13 0c-1.10457 0-2-0.89543-2-2l0-13c0-1.65685 1.34315-3 3-3l12 0z m-12 13c-0.55228 0-1 0.44772-1 1l0 1c0 0.55228 0.44772 1 1 1l10.6 0c0.22091 0 0.4-0.17909 0.4-0.4l0-2.2c0-0.22091-0.17909-0.4-0.4-0.4l-10.6 0z m8.715-11.29c-0.05349-0.16866-0.21006-0.28325-0.387-0.28325-0.17694 0-0.3335 0.11459-0.387 0.28325l-0.446 1.378c-0.12117 0.37068-0.41094 0.66194-0.781 0.785l-1.363 0.452c-0.16825 0.0553-0.28198 0.21239-0.28198 0.3895 0 0.17711 0.11372 0.3342 0.28198 0.3895l1.363 0.452c0.368 0.122 0.66 0.413 0.781 0.785l0.446 1.377c0.05456 0.16757 0.21077 0.28098 0.387 0.28098 0.17623 0 0.33244-0.11342 0.387-0.28098l0.446-1.377c0.121-0.372 0.412-0.663 0.78-0.785l1.364-0.452c0.16825-0.0553 0.28198-0.21239 0.28198-0.3895 0-0.17711-0.11372-0.3342-0.28198-0.3895l-1.364-0.452c-0.36968-0.12333-0.65904-0.41454-0.78-0.785l-0.446-1.378z",
+ "fill": "$grey100",
+ "width": 16,
+ "height": 18
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cZlBT",
+ "name": "nav-button-undo",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Qtkdz",
+ "name": "undo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "ecXcO",
+ "x": 3,
+ "y": 3.99951171875,
+ "name": "arrow-reply",
+ "geometry": "M7.99996 4.4966c3 0 10 0.4999 10 6.9939 0 1.708-0.46801 3.18289-1.083 4.26489-0.242 0.425-0.89101 0.26319-0.88501-0.22681 0.033-2.567-0.46898-5.03711-8.03199-5.03711l0 3.50513c0 0.895-1.09398 1.32995-1.70898 0.67896l-5.92798-6.27002c-0.484-0.512-0.484-1.31198 0-1.82398l5.92798-6.27002c0.615-0.65 1.70898-0.21504 1.70898 0.67896l0 3.5061z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.000288009643555,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HfVT2",
+ "name": "nav-button-redo",
+ "opacity": 0.5,
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JyusK",
+ "name": "redo",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "419Zj",
+ "x": 3,
+ "y": 3.999755859375,
+ "name": "arrow-share",
+ "geometry": "M10 0.99116c0-0.895 1.09398-1.32996 1.70898-0.67895l5.92798 6.27002c0.484 0.512 0.484 1.31197 0 1.82397l-5.92798 6.27002c-0.615 0.65-1.70898 0.21504-1.70898-0.67895l0-3.50513c-7.563 0-8.06398 2.47011-8.03198 5.03711 0.006 0.49-0.64301 0.65205-0.88501 0.22705-0.616-1.081-1.08301-2.55614-1.08301-4.26514 0-6.495 7-6.9939 10-6.99389l0-3.50611z",
+ "fill": "$grey100",
+ "width": 17.999963760375977,
+ "height": 16.00111198425293,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "QKW6U",
+ "name": "nav-project-name",
+ "width": "fill_container",
+ "height": 50,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 49,
+ 120
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "thEoE",
+ "name": "text0001",
+ "fill": "$--ui-color-nav-chip-bg",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-nav-chip-border"
+ },
+ "gap": 8,
+ "padding": [
+ 3,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "fphh2",
+ "name": "输入文本",
+ "fill": "$grey100",
+ "content": "my-test-gameccc",
+ "lineHeight": 1.625,
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "eH1aM",
+ "name": "icon-cloud-check-outlined",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wXj6C",
+ "x": 2.25,
+ "y": 5.25,
+ "name": "cloud-check",
+ "geometry": "M13.75 14.5l-6.5 0c-3.998 0-7.25-3.252-7.25-7.25 0-3.998 3.252-7.25 7.25-7.25 1.764 0 3.46409 0.64198 4.78809 1.80798 0.414 0.365 0.783 0.77505 1.104 1.22205 0.201-0.021 0.40191-0.03101 0.60791-0.03101 3.171 0 5.75 2.579 5.75 5.75 0 3.171-2.579 5.75098-5.75 5.75098z m-6.5-13c-3.171 0-5.75 2.579-5.75 5.75 0 3.171 2.579 5.75 5.75 5.75l6.5 0c2.344 0 4.25-1.906 4.25-4.25 0-2.344-1.906-4.25-4.25-4.25-0.283 0-0.55505 0.02503-0.83105 0.07703-0.302 0.058-0.61388-0.07902-0.77588-0.34302-0.3-0.485-0.66917-0.92299-1.09717-1.29999-1.049-0.925-2.3979-1.43402-3.7959-1.43402z m2.36304 8.61401l2.66699-2.66699c0.293-0.293 0.293-0.76804 0-1.06103-0.293-0.293-0.76804-0.293-1.06104 0l-2.13696 2.13598-0.80298-0.80298c-0.293-0.293-0.76803-0.293-1.06103 0-0.293 0.293-0.293 0.76804 0 1.06104l1.33301 1.33295c0.141 0.141 0.33103 0.22003 0.53002 0.22003 0.201 0 0.39198-0.07899 0.53199-0.219z",
+ "fill": "$grey100",
+ "width": 19.5,
+ "height": 14.5,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oEbRC",
+ "name": "nav-right",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 0,
+ 8,
+ 0,
+ 0
+ ],
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gq6PI",
+ "name": "nav-actions-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "747Y2",
+ "name": "nav-mode-switch",
+ "width": 108,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 9,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "EiGeN",
+ "name": "button-group",
+ "width": "fill_container",
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bm7Vj",
+ "name": "button-01",
+ "fill": "#0064fa",
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JrRuR",
+ "name": "icon-default-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3A9Z6",
+ "x": 0.75,
+ "y": 3,
+ "geometry": "M12 0c2.48528 0 4.5 2.01472 4.5 4.5l0 3.75c0 2.48528-2.01472 4.5-4.5 4.5l-7.5 0c-2.48528 0-4.5-2.01472-4.5-4.5l0-3.75c0-2.48528 2.01472-4.5 4.5-4.5l7.5 0z m-6.75 5.625l-1.5 0 0 1.5 1.5 0 0 1.5 1.5 0 0-1.5 1.5 0 0-1.5-1.5 0 0-1.5-1.5 0 0 1.5z m6 3l1.5 0 0-1.5-1.5 0 0 1.5z m-1.5-3l1.5 0 0-1.5-1.5 0 0 1.5z",
+ "fill": "#ffffff",
+ "width": 16.5,
+ "height": 12.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iwckV",
+ "name": "button-02",
+ "fill": "#ffffff14",
+ "cornerRadius": [
+ 0,
+ 3,
+ 3,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff2e"
+ },
+ "gap": 4,
+ "padding": [
+ 7,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5I1jH",
+ "name": "icon-map-edit-mode",
+ "width": 18,
+ "height": 18,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "QzS68",
+ "x": 2.247999906539917,
+ "y": 2.4701147079467773,
+ "geometry": "M8.888 1.66089l0 11.174c-0.00002 0.0736-0.03602 0.14254-0.09642 0.18459-0.0604 0.04206-0.13754 0.05192-0.20658 0.02641l-3.825-1.436c-0.08741-0.03381-0.14557-0.11729-0.147-0.211l0-11.174c0-0.157 0.157-0.266 0.304-0.21l3.825 1.435c0.08889 0.03173 0.14763 0.11663 0.146 0.211m-5.726-1.53l-2.336 1.176c-0.50641 0.25471-0.82598 0.77314-0.826 1.34l0 9.51c0 0.562 0.585 0.922 1.088 0.674l2.276-1.145c0.0752-0.03904 0.12285-0.11627 0.124-0.20101l0-11.15299c0.0002-0.0781-0.04029-0.15066-0.10686-0.19151-0.06657-0.04084-0.1496-0.04406-0.21914-0.00849m9.251 0.1l-2.276 1.144c-0.0752 0.03904-0.12285 0.11627-0.124 0.201l0 11.152c0 0.167 0.177 0.276 0.327 0.201l2.328-1.171c0.511-0.257 0.833-0.78 0.833-1.351l0-9.503c0.00095-0.26125-0.13376-0.50428-0.35581-0.64192-0.22206-0.13764-0.49964-0.15016-0.73319-0.03308",
+ "fill": "#ffffffb3",
+ "width": 13.501004457473755,
+ "height": 13.059839248657227
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ammeq",
+ "name": "nav-button-user",
+ "height": 50,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff14",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#ffffff2e",
+ "enabled": false
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 26,
+ 20
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KsQU2",
+ "name": "user-avatar",
+ "width": 32,
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6666666865348816
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "ellipse",
+ "id": "eT3Uy",
+ "x": 2,
+ "y": 2,
+ "name": "avatar",
+ "sweepAngle": -360.00001001791264,
+ "fill": [
+ "#eaf5ff",
+ {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/用户头像.png",
+ "mode": "fill"
+ }
+ ],
+ "width": 28,
+ "height": 28,
+ "stroke": {
+ "align": "outside",
+ "thickness": 1.3333333730697632,
+ "fill": "$--ui-color-grey-100"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-shadow-custom-2",
+ "offset": {
+ "x": 0,
+ "y": 2.6666667461395264
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VJh5L",
+ "name": "Content",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "iJC3k",
+ "name": "editor-panel-main",
+ "width": 888,
+ "height": 810,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 14
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Z5Y4y",
+ "name": "editor-panel-nav",
+ "width": "fill_container",
+ "cornerRadius": [
+ 6,
+ 0,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 492,
+ "padding": [
+ 0,
+ 16,
+ 0,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "3JYqc",
+ "name": "editor-tabs-bar",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": [
+ 6,
+ 6,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "garfs",
+ "name": "editor-code-tab",
+ "clip": true,
+ "fill": "#0064fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "1rxzu",
+ "name": "Code",
+ "fill": "#ffffff",
+ "content": "Code",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "orESJ",
+ "name": "editor-costumes-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "e8JrO",
+ "name": "Code",
+ "fill": "#6b7075",
+ "content": "Costumes",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "TYaRW",
+ "name": "editor-animations-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Pkjvp",
+ "name": "Code",
+ "fill": "#6b7075",
+ "content": "Animations",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pPWON",
+ "name": "editor-topbar-actions",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RqU2n",
+ "name": "backdrop",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6XFAU",
+ "name": "tooltip-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "z4fqD",
+ "name": "editor-backdrop-label",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "IuDYh",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Backdrop mode",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A7qAW",
+ "name": "icon-question-circle-filled",
+ "width": 12,
+ "height": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Gi6cX",
+ "x": 1,
+ "y": 1,
+ "name": "question-circle",
+ "geometry": "M10 0c-5.523 0-10 4.477-10 10 0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10 0-5.523-4.477-10-10-10z m0.02002 15.5c-0.552 0-1.00513-0.448-1.00513-1 0-0.552 0.44312-1 0.99512-1l0.01001 0c0.553 0 1 0.448 1 1 0 0.552-0.448 1-1 1z m1.58301-4.97192c-0.731 0.49-0.86709 0.76296-0.89209 0.83496-0.105 0.313-0.39694 0.51099-0.71094 0.51098-0.079 0-0.15904-0.01206-0.23804-0.03906-0.393-0.132-0.6039-0.55695-0.4729-0.94995 0.181-0.54 0.65003-1.049 1.47803-1.604 1.021-0.684 0.88992-1.43393 0.84692-1.67994-0.113-0.654-0.66403-1.2112-1.31103-1.32519-0.492-0.09-0.97288 0.039-1.34888 0.354-0.378 0.317-0.59521 0.78403-0.59521 1.28003 0 0.414-0.336 0.75-0.75 0.75-0.414 0-0.75-0.336-0.75-0.75 0-0.941 0.4121-1.82595 1.1311-2.42895 0.712-0.596 1.64897-0.84491 2.57397-0.68091 1.267 0.224 2.3061 1.27092 2.5271 2.54492 0.22 1.262-0.30904 2.39311-1.48803 3.18311z",
+ "fill": "$--ui-color-grey-100",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "zfNZO",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kJdDa",
+ "name": "tab-text-icon-06",
+ "height": 32,
+ "fill": "#eaf5ff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#99cdfd"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9Owu5",
+ "name": "Left",
+ "fill": "#0064fa",
+ "content": "Tile",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kMhVT",
+ "name": "tab-text-icon-07",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 10,
+ "padding": [
+ 4,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Ho0aI",
+ "name": "Right",
+ "fill": "#24292f",
+ "content": "Scale",
+ "lineHeight": 1.5,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4WnTb",
+ "name": "button-2",
+ "height": 32,
+ "fill": "#f4f4f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "egW6L",
+ "name": "Button Text",
+ "rotation": -0.0046905539790734465,
+ "fill": "#1c1f23",
+ "content": "Format",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UcvOM",
+ "name": "editor-panel-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "syFBt",
+ "name": "editor-tools-panel",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": [
+ 12,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "avXhx",
+ "name": "editor-tool-button-01",
+ "width": 52,
+ "height": 52,
+ "fill": "#e9f7fd",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ },
+ "fill": "#0095ee"
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "sDCAn",
+ "name": "editor-tool-icon-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qGX6H",
+ "name": "icon-event",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jDvG4",
+ "x": 2,
+ "y": 6,
+ "geometry": "M6 0c-3.31371 0-6 2.68629-6 6 0 3.31371 2.68629 6 6 6l8 0c3.31371 0 6-2.68629 6-6 0-3.31371-2.68629-6-6-6l-8 0z m0 9.5c1.933 0 3.5-1.567 3.5-3.5 0-1.933-1.567-3.5-3.5-3.5-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5",
+ "fill": "#0095ee",
+ "width": 20,
+ "height": 12
+ },
+ {
+ "type": "ellipse",
+ "id": "nlS2t",
+ "x": 4.5,
+ "y": 8.5,
+ "fill": "#ffffff",
+ "width": 7,
+ "height": 7
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "G8SdO",
+ "name": "Event",
+ "fill": "#0095ee",
+ "content": "Event",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "ABeeZee",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "pNutR",
+ "name": "editor-tool-button-02",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O7Ssl",
+ "name": "editor-tool-icon-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "hE1xH",
+ "name": "icon-look",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "hyqhg",
+ "x": 1.5,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M921.888 192.85001l-174.40002-174.39801c-13.02198-13.021-30.93299-19.649-49.38099-18.228-1.73999-0.15-3.42199-0.224-5.07-0.224l-92.914 0-6.51697 3.625c-34.42102 19.146-78.34101 29.68899-123.66803 29.689-45.328 0-89.246-10.54299-123.66699-29.689l-6.51801-3.625-92.916 0c-23.69099 0-44.98598 12.924-55.99498 33.451l-172.38801 172.389c-11.9 11.899-18.454 27.72-18.454 44.548 0 16.82901 6.554 32.64902 18.453 44.54901l125.95301 125.95499c10.53999 10.53799 24.15699 16.87802 38.826 18.18103l0 304.39902c0 35.07299 28.533 63.60595 63.604 63.60595l446.19896 0c35.07398 0 63.607-28.53296 63.607-63.60595l-0.00098-317.34507c14.844-1.21099 28.63904-7.57699 39.28803-18.224l125.95794-125.95599c24.56501-24.56399 24.56507-64.53299 0.00104-89.09698z",
+ "fill": "#0095ee",
+ "width": 20.969999313354492,
+ "height": 17.99875831604004,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.022814083844423294
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "0LTVR",
+ "name": "Look",
+ "fill": "#0095ee",
+ "content": "Look",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KSdOp",
+ "name": "editor-tool-button-03",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QZ9MU",
+ "name": "editor-tool-icon-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "kqYip",
+ "name": "icon-motion",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "xlMo1",
+ "x": 3,
+ "y": 3,
+ "name": "vector",
+ "geometry": "M17.862 16.50858c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15273 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.276 0c-0.15274 0.43841-0.43812 0.81842-0.81656 1.08732-0.37844 0.26891-0.83119 0.41338-1.29544 0.41338-0.46425 0-0.917-0.14447-1.29544-0.41338-0.37844-0.26891-0.66382-0.64892-0.81656-1.08732l-0.138 0c-0.18417 0.44485-0.49638 0.82494-0.89699 1.09201-0.40061 0.26707-0.87154 0.40908-1.35301 0.40798-0.4639-0.00105-0.91608-0.14585-1.2943-0.41447-0.37822-0.26862-0.66389-0.64786-0.8177-1.08552l-0.138 0 0-8.25001 0.0375 0c0.18428-2.25038 1.20839-4.34908 2.86885-5.87912 1.66046-1.53004 3.83574-2.37945 6.09365-2.37945 2.25791 0 4.43319 0.8494 6.09365 2.37945 1.66046 1.53004 2.68457 3.62875 2.86885 5.87912l0.0375 0 0 8.25001-0.138 0z m-12.612-11.25001c-0.29667 0-0.58668 0.08797-0.83336 0.2528-0.24667 0.16482-0.43893 0.39909-0.55246 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z m3 3.75c-0.82875 0-1.5 0.336-1.5 0.75 0 0.414 0.67125 0.75 1.5 0.75 0.82875 0 1.5-0.336 1.5-0.75 0-0.414-0.675-0.75-1.5-0.75z m3-3.75c-0.29667 0-0.58668 0.08797-0.83335 0.2528-0.24667 0.16482-0.43893 0.39909-0.55247 0.67318-0.11353 0.27409-0.14324 0.57569-0.08536 0.86666 0.05788 0.29097 0.20074 0.55825 0.41052 0.76802 0.20978 0.20978 0.47705 0.35264 0.76802 0.41052 0.29097 0.05788 0.59257 0.02817 0.86667-0.08536 0.27409-0.11353 0.50836-0.30579 0.67317-0.55246 0.16482-0.24667 0.2528-0.53668 0.2528-0.83336 0-0.19698-0.0388-0.39204-0.11418-0.57402-0.07538-0.18199-0.18587-0.34735-0.32516-0.48664-0.13929-0.13929-0.30465-0.24978-0.48663-0.32516-0.18199-0.07538-0.37704-0.11418-0.57403-0.11418z",
+ "fill": "#0095ee",
+ "width": 18,
+ "height": 18.0092830657959,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "bRnTe",
+ "name": "Motion",
+ "fill": "#0095ee",
+ "content": "Motion",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uPlgH",
+ "name": "editor-tool-button-04",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XG4MH",
+ "name": "editor-tool-icon-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2852x",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WY0v9",
+ "x": 0.4300000071525574,
+ "y": 3,
+ "geometry": "M16.714 0c3.857 0 6.429 2.571 6.429 7.714l0 5.143c0 2.572-1.286 5.143-3.857 5.143l-0.335 0c-1.39808 0.0002-2.7037-0.69858-3.479-1.862-0.7753-1.16342-1.293-1.995-3.9-1.995-2.607 0-3.903 1.984-3.903 1.984-0.77434 1.16997-2.08399 1.87344-3.487 1.873l-0.325 0c-2.571 0-3.857-2.571-3.857-5.143l0-5.143c0-5.143 2.57-7.714 6.429-7.714l10.285 0z m-9.321 8.679l1.607 0c0.53295 0 0.965-0.43205 0.965-0.965 0-0.53295-0.43205-0.965-0.965-0.965l-1.607 0 0-1.605c-0.01677-0.52059-0.44364-0.93394-0.9645-0.93394-0.52086 0-0.94773 0.41335-0.9645 0.93394l0 1.606-1.607 0c-0.51534 0.02348-0.92108 0.44812-0.92108 0.964 0 0.51588 0.40574 0.94052 0.92108 0.964l1.607 0 0 1.608c0.01677 0.52059 0.44364 0.93394 0.9645 0.93394 0.52086 0 0.94773-0.41335 0.9645-0.93394l0-1.607z m6.428 0.642c0 0.71051 0.57599 1.2865 1.2865 1.2865 0.71051 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57599-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865m3.214-3.213c0 0.71051 0.57598 1.2865 1.2865 1.2865 0.71052 0 1.2865-0.57599 1.2865-1.2865 0-0.71051-0.57598-1.2865-1.2865-1.2865-0.71051 0-1.2865 0.57599-1.2865 1.2865",
+ "fill": "#0095ee",
+ "width": 23.142998039722443,
+ "height": 18
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RwuYr",
+ "name": "Control",
+ "fill": "#0095ee",
+ "content": "Control",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LAAcF",
+ "name": "editor-tool-button-05",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "8FIU7",
+ "name": "editor-tool-icon-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0g34s",
+ "name": "icon-sensing",
+ "width": 24,
+ "height": 24,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "8hfFJ",
+ "x": 2,
+ "y": 4.998291015625,
+ "name": "signal-stream",
+ "geometry": "M13.54004 11.54179c-0.254 0-0.509-0.09606-0.703-0.28906-0.393-0.389-0.39606-1.02106-0.00806-1.41407 0.755-0.763 1.17102-1.77091 1.17102-2.83691 0-1.066-0.41602-2.07391-1.17102-2.83692-0.389-0.393-0.38494-1.02506 0.00806-1.41406 0.392-0.389 1.02594-0.38394 1.41394 0.00806 1.128 1.14 1.74902 2.64692 1.74902 4.24292 0 1.596-0.62102 3.10292-1.74902 4.24292-0.195 0.198-0.45294 0.29712-0.71094 0.29712z m-6.37708-0.28906c0.393-0.389 0.39606-1.02106 0.00806-1.41407-0.755-0.763-1.17102-1.77091-1.17102-2.83691 0-1.066 0.41602-2.07391 1.17102-2.83692 0.389-0.393 0.38494-1.02506-0.00806-1.41406-0.392-0.389-1.02594-0.38394-1.41394 0.00806-1.128 1.14-1.74902 2.64692-1.74902 4.24292 0 1.596 0.62102 3.10292 1.74902 4.24292 0.195 0.198 0.45294 0.29712 0.71094 0.29712 0.254 0 0.509-0.09606 0.703-0.28906z m10.26905 2.41992c1.656-1.83 2.56799-4.1989 2.56799-6.6709 0-2.472-0.91199-4.8419-2.56799-6.6709-0.37-0.409-1.00299-0.44107-1.41199-0.07007-0.41 0.371-0.44107 1.00309-0.07007 1.41309 1.322 1.46 2.05103 3.35286 2.05103 5.32886 0 1.976-0.72903 3.8681-2.05103 5.3291-0.371 0.41-0.33993 1.04184 0.07007 1.41284 0.191 0.173 0.43202 0.25903 0.67102 0.25903 0.272-0.002 0.54297-0.11305 0.74097-0.33105z m-13.45203 0.07007c0.41-0.371 0.44107-1.00309 0.07007-1.41309-1.322-1.46-2.05103-3.35286-2.05103-5.32886 0-1.976 0.72903-3.8681 2.05103-5.3291 0.371-0.41 0.33993-1.04184-0.07007-1.41284-0.409-0.371-1.04199-0.33918-1.41199 0.06982-1.656 1.83-2.56799 4.19914-2.56799 6.67115 0 2.472 0.91199 4.8419 2.56799 6.67089 0.197 0.218 0.46897 0.3291 0.74097 0.32911 0.24 0.002 0.48002-0.08308 0.67102-0.25708z m6.02002-8.24097c-0.827 0-1.5 0.673-1.5 1.5 0 0.827 0.673 1.5 1.5 1.5 0.827 0 1.5-0.673 1.5-1.5 0-0.827-0.673-1.5-1.5-1.5z",
+ "fill": "#0095ee",
+ "width": 20,
+ "height": 14.003702163696289,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hV0h3",
+ "name": "Sensing",
+ "fill": "#0095ee",
+ "content": "Sensing",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "XAVZi",
+ "name": "editor-tool-button-06",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RN7zS",
+ "name": "editor-tool-icon-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HLK2L",
+ "name": "icon-sound",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Vx34B",
+ "x": 3,
+ "y": 3.5,
+ "name": "vector",
+ "geometry": "M541.86694 27.67125c17.82398 17.325 27.73304 41.20999 27.73304 66.13399l0 665.60003c0 51.84803-42.04999 93.86597-93.866 93.86597-24.98502 0-48.88898-9.89996-66.13397-27.73297l-170.603-170.604c-4.75438-4.75434-10.39867-8.5257-16.61057-11.0987-6.21189-2.573-12.86975-3.89734-19.59344-3.89728l-66.26 0c-75.36699 0.31501-136.533-60.80304-136.533-136.53305l0-153.6c0-75.02802 61.166-136.14498 136.534-136.53398l65.27801 0c13.52818 0.00015 26.50659-5.35372 36.09998-14.892l171.68802-170.70801c36.29-36.88 95.75994-36.91 132.26693 0z m233.76306 141.85501c73.042 64.345 116.10401 160.24297 116.10401 263.47798 0 103.23599-43.06201 199.13504-116.10401 263.48001-14.14599 12.46002-35.71405 11.09601-48.17602-3.04998-12.46002-14.146-11.09497-35.71497 3.05005-48.17499 58.289-51.349 92.96301-128.56909 92.96301-212.25406 0-83.685-34.67401-160.90695-92.96204-212.25395-14.14599-12.461-15.51202-34.03002-3.05004-48.17502 12.46099-14.146 34.03003-15.512 48.17504-3.04999z m-101.875 99.61598c43.96998 40.18 69.71204 99.32297 69.71204 162.76697 0 63.48001-25.77197 122.65402-69.78699 162.83603-13.92199 12.71002-35.51104 11.72705-48.22204-2.19495-12.58197-13.78302-11.745-35.08001 1.78198-47.83801l0.41406-0.38403 0.8899-0.81897c29.22399-27.16602 46.656-67.63202 46.656-111.59903 0-44.387-17.76593-85.20499-47.49792-112.375-13.91498-12.71701-14.88703-34.30704-2.17005-48.22302 12.71698-13.91599 34.30701-14.88797 48.22302-2.16999z",
+ "fill": "#0095ee",
+ "width": 18,
+ "height": 17.223615646362305,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.1953125
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "aeI9M",
+ "name": "Sound",
+ "fill": "#0095ee",
+ "content": "Sound",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter Tight",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "tdx1p",
+ "name": "editor-tool-button-07",
+ "width": 52,
+ "height": 52,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 2
+ }
+ },
+ "gap": 16,
+ "padding": [
+ 4,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KKitC",
+ "name": "editor-tool-icon-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gx7DI",
+ "name": "icon-game",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "Cu73O",
+ "x": 2.0000171661376953,
+ "y": 4.499992847442627,
+ "name": "exclude",
+ "geometry": "M17.33334 0c4 0 6.66667 2.66667 6.66666 8l0 5.33333c0 2.66667-1.33333 5.33333-4 5.33334l-0.34668 0c-1.44933 0-2.80407-0.724-3.60807-1.93067 0 0-1.34125-2.06934-4.04525-2.06933-2.704 0-4.04655 2.05729-4.04655 2.05729-0.80267 1.21333-2.16154 1.94271-3.61621 1.94271l-0.33724 0c-2.66667 0-4-2.66667-4-5.33333l0-5.33334c0-5.33333 2.66667-8 6.66667-8l10.66667 0z m-9.66684 8.99992l1.66667 0c0.552 0 1-0.448 1-1 0-0.552-0.448-1-1-1l-1.66667 0 0-1.66667c0-0.552-0.448-1-1-1-0.552 0-1 0.448-1 1l0 1.66667-1.66666 0c-0.552 0-1 0.448-1 1 0 0.552 0.448 1 1 1l1.66666 0 0 1.66667c0 0.552 0.448 1 1 1 0.552 0 1-0.448 1-1l0-1.66667z m6.66667 0.66667c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z m3.33333-3.33203c0 0.736 0.59733 1.33333 1.33334 1.33333 0.736 0 1.33333-0.59733 1.33333-1.33333 0-0.736-0.59733-1.33333-1.33333-1.33334-0.736 0-1.33333 0.59733-1.33334 1.33334z",
+ "fillRule": "evenodd",
+ "fill": "#0095ee",
+ "width": 20,
+ "height": 15.555556297302246,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.0082305669784546
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9ijqj",
+ "name": "Game",
+ "fill": "#0095ee",
+ "content": "Game",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bMCzF",
+ "name": "editor-blocks-panel",
+ "width": 300,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "$--ui-color-dividing-line-2"
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "padding": [
+ 12,
+ 16,
+ 0,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "aurRY",
+ "name": "editor-blocks-section-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "s6Lm6",
+ "name": "editor-blocks-section-01-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "uU4Sl",
+ "x": 0,
+ "y": 0,
+ "name": "Aaaa",
+ "fill": "$--ui-color-hint-2",
+ "content": "Aaaa",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "1auaw",
+ "x": 122,
+ "y": -2,
+ "name": "settings",
+ "enabled": false,
+ "width": 148,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "alignItems": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UiSFz",
+ "name": "hover-settings",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 100,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cgXFg",
+ "name": "settings",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "WaDkp",
+ "x": 1.313763976097107,
+ "y": 1.3130874633789062,
+ "name": "settings",
+ "geometry": "M9.74785 5.99899c-2.068 0-3.75 1.682-3.75 3.75 0 2.068 1.682 3.75 3.75 3.75 2.068 0 3.75-1.682 3.75-3.75 0-2.068-1.682-3.75-3.75-3.75z m0 6c-1.241 0-2.25-1.009-2.25-2.25 0-1.241 1.009-2.25 2.25-2.25 1.241 0 2.25 1.009 2.25 2.25 0 1.241-1.009 2.25-2.25 2.25z m9.20801-0.29699c-0.694-0.402-1.12601-1.15-1.12702-1.95301-0.001-0.801 0.42801-1.54799 1.13101-1.95498 0.515-0.299 0.69101-0.96203 0.39301-1.47803l-1.672-2.88599c-0.298-0.515-0.96102-0.69199-1.47702-0.39499-0.699 0.403-1.56798 0.403-2.26898-0.00399-0.691-0.401-1.121-1.14601-1.121-1.94501 0-0.599-0.48801-1.086-1.08701-1.086l-3.95502 0c-0.6 0-1.08698 0.487-1.08697 1.086 0 0.799-0.43002 1.54399-1.12302 1.94699-0.699 0.405-1.56699 0.40599-2.26599 0.00299-0.517-0.298-1.17899-0.11998-1.47699 0.39502l-1.67401 2.88901c-0.298 0.515-0.12101 1.17697 0.39899 1.47897 0.693 0.401 1.12501 1.14801 1.12701 1.94901 0.002 0.802-0.428 1.55101-1.13 1.958-0.25 0.145-0.43 0.37799-0.504 0.65799-0.074 0.279-0.03599 0.57001 0.10901 0.82102l1.67099 2.884c0.298 0.516 0.961 0.695 1.479 0.396 0.699-0.403 1.566-0.40199 2.25501-0.00299l0.00198 0.00097c0.003 0.002 0.00601 0.00401 0.01001 0.00601 0.691 0.401 1.11999 1.14599 1.11899 1.94599 0 0.599 0.487 1.08603 1.086 1.08603l3.95901 0c0.599 0 1.086-0.48702 1.086-1.08503 0-0.8 0.42999-1.545 1.12399-1.94799 0.698-0.405 1.56599-0.40699 2.266-0.00299 0.516 0.298 1.17802 0.12099 1.47701-0.39402l1.67399-2.88897c0.297-0.517 0.12002-1.18001-0.39798-1.48001z m-2.37702 3.27398c-1.09-0.475-2.355-0.40998-3.397 0.19303-1.033 0.599-1.71499 1.65799-1.84699 2.82998l-3.177 0c-0.13-1.172-0.81402-2.23299-1.84701-2.83099-1.04-0.603-2.30698-0.66702-3.39399-0.19202l-1.276-2.203c0.955-0.703 1.53198-1.83098 1.52799-3.03098-0.003-1.192-0.57899-2.31201-1.52899-3.01501l1.277-2.20401c1.088 0.474 2.355 0.41 3.39701-0.194 1.032-0.598 1.71398-1.65798 1.84598-2.82898l3.17501 0c0.131 1.172 0.814 2.23099 1.849 2.83099 1.039 0.603 2.30599 0.66699 3.39499 0.193l1.27701 2.203c-0.953 0.702-1.52901 1.828-1.52701 3.026 0.001 1.194 0.57701 2.316 1.52802 3.021l-1.27802 2.20199z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.373759269714355,
+ "height": 11.375587463378906,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "4KIEC",
+ "name": "dropdown-items01",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 8
+ },
+ "blur": 24.5,
+ "spread": 8
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "padding": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "F6v45",
+ "name": "dropdown-items-1-0-01",
+ "clip": true,
+ "width": 132,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "JHQuD",
+ "name": "text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "f1bbY",
+ "name": "Settings",
+ "fill": "$--ui-color-title",
+ "content": "Settings",
+ "lineHeight": 1.5,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "14TVb",
+ "name": "dropdown-items-1-0-02",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tQonh",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "tJJP5",
+ "name": "radio-input",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": 1,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "path",
+ "id": "G7wTZ",
+ "name": "ellipse",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "fill": "#0064fa",
+ "width": 10,
+ "height": 10,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ },
+ {
+ "type": "path",
+ "id": "SZkmk",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "g90tp",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "展示文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5uNKk",
+ "name": "dropdown-items-1-0-03",
+ "clip": true,
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 8,
+ 40,
+ 8,
+ 8
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "95FNm",
+ "name": "radio",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HTwU4",
+ "name": "radio-input-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": 1,
+ "children": [
+ {
+ "type": "path",
+ "id": "qS9x0",
+ "name": "bg",
+ "geometry": "M8 16c4.41828 0 8-3.58172 8-8 0-4.41828-3.58172-8-8-8-4.41828 0-8 3.58172-8 8 0 4.41828 3.58172 8 8 8z",
+ "fillRule": "evenodd",
+ "width": 18,
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "nctLp",
+ "name": "label",
+ "fill": "$--ui-color-title",
+ "content": "隐藏文档",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "czYY0",
+ "name": "editor-blocks-section-01-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6cS4S",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HUzoq",
+ "name": "api-param-input-01",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "0FtpL",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "L6gNS",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Z7UwX",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UN3Pf",
+ "name": "api-param-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rEe7i",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "fkDRd",
+ "name": "api-date-button-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qyXYh",
+ "name": "100",
+ "rotation": 0.17700820828281177,
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "9hJmu",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Vs7qQ",
+ "name": "api-param-row-20",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZAWb5",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "JgA7x",
+ "name": "api-date-button-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "yipPY",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "DmMoK",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "qN85N",
+ "name": "api-param-row-27",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BZklV",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "A62VV",
+ "name": "api-date-button-03",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "7AndT",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "gOkMn",
+ "name": "api-reference-02",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eVvMk",
+ "name": "api-param-input-02",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "6MRGZ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "nSq15",
+ "name": "group-1000004626",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "AQl05",
+ "name": "glide",
+ "fill": "#b08a01ff",
+ "content": "glide",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W37fD",
+ "name": "api-param-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "BSPVe",
+ "name": "x:",
+ "fill": "$--ui-color-hint-2",
+ "content": "x:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "iM5Wn",
+ "name": "api-date-button-04",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mzYQ4",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "b7Btd",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uxnfq",
+ "name": "api-param-row-21",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "u99be",
+ "name": "y:",
+ "fill": "$--ui-color-hint-2",
+ "content": "y:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "eBL4X",
+ "name": "api-date-button-05",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4IiNt",
+ "name": "100",
+ "fill": "#139707",
+ "content": "100",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "dQoQs",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "i6I5S",
+ "name": "api-param-row-28",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "HmKND",
+ "name": "seconds:",
+ "fill": "$--ui-color-hint-2",
+ "content": "seconds:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "upotQ",
+ "name": "api-date-button-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TWfMS",
+ "name": "100",
+ "fill": "#139707",
+ "content": "2",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2jrkX",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "wO0ze",
+ "name": "api-param-input-03",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jMG50",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "9i4VG",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "s2sXy",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZMd5Q",
+ "name": "api-param-row-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "sEpNP",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "WF5E5",
+ "name": "api-param-row-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "bTFNj",
+ "name": "api-param-value-01",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vBSEu",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "e2PMY",
+ "name": "api-reference-04",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CxRzo",
+ "name": "api-param-input-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eJumO",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "rpHHk",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SHrRk",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "yf47W",
+ "name": "api-param-row-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TE0Ba",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ltQFO",
+ "name": "api-date-button-07",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "PLTaz",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "8xdgk",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Qp0si",
+ "name": "api-param-row-29",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zM8S2",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "5cg9g",
+ "name": "api-param-select-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NRnXv",
+ "name": "api-param-value-02",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "c9oSv",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Riu0v",
+ "name": "editor-blocks-section-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 0,
+ 0,
+ 16,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "okBpP",
+ "name": "editor-blocks-section-02-header",
+ "width": "fill_container",
+ "height": 18,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "text",
+ "id": "w2v33",
+ "x": 0,
+ "y": 0,
+ "name": "Bbbb",
+ "fill": "$--ui-color-hint-2",
+ "content": "Bbbb",
+ "lineHeight": 1.5,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1VLBe",
+ "name": "editor-blocks-section-02-list",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "left": 1
+ }
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ofnsI",
+ "name": "api-reference-01",
+ "clip": true,
+ "width": 238,
+ "height": 28,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "C4QZM",
+ "name": "api-param-input-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "j1PCS",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "5rU2V",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DC5D0",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Z5gw6",
+ "name": "api-param-row-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "10C1D",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "RtlEN",
+ "name": "api-date-button-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Vqw1u",
+ "name": "100",
+ "fill": "$--ui-color-grey-100",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "6jtaM",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PtHU5",
+ "name": "api-param-row-30",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "RCCzr",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "CwXFa",
+ "name": "api-param-select-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "F5CvM",
+ "name": "api-param-value-03",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "581LS",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FGoPS",
+ "name": "api-reference-02",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "YgV6w",
+ "name": "api-param-input-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "iLCkQ",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "wA6jX",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YA4cv",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "HNX7V",
+ "name": "api-param-row-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "QdPhs",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "YAGXq",
+ "name": "api-param-value-04",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ojWDR",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "28dDu",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "5DI4I",
+ "name": "api-param-row-22",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "vdLRN",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "3zrme",
+ "name": "api-date-button-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "kC74f",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "g6Pq2",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "oqEUH",
+ "name": "api-param-row-31",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KzQVj",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tWDzh",
+ "name": "api-param-select-03",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oMBDz",
+ "name": "api-param-value-05",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XcT1i",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "grjCI",
+ "name": "api-reference-03",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "PSfh9",
+ "name": "api-param-input-07",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KYKT6",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "IeQVS",
+ "name": "api-param-row-32",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "O9EzE",
+ "name": "api-param-value-06",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XVz8U",
+ "name": "onKey",
+ "fill": "#b08a01ff",
+ "content": "onKey",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FS4M4",
+ "name": "api-param-row-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "mWqtP",
+ "name": "key:",
+ "fill": "$--ui-color-hint-2",
+ "content": "key:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "HIlLp",
+ "name": "api-param-value-07",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2xiFR",
+ "name": "KeyLeft",
+ "fill": "#0774cdff",
+ "content": "KeyLeft",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "LyhST",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Kb3BK",
+ "name": "api-param-row-23",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9Zgrx",
+ "name": "=> {}",
+ "fill": "#000000ff",
+ "content": "=> {}",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jm9B2",
+ "name": "api-reference-04",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "KPokr",
+ "name": "api-param-input-08",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "HnNGK",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "FTR7q",
+ "name": "group-1000004631",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "TIQNk",
+ "name": "nextBackdrop",
+ "fill": "#b08a01ff",
+ "content": "nextBackdrop",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "JMyMc",
+ "name": "api-param-row-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZeVNN",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "I0CEZ",
+ "name": "api-param-row-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CLQ5p",
+ "name": "api-param-value-08",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "uVakZ",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "awnq4",
+ "name": "api-reference-05",
+ "clip": true,
+ "width": 264,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vcMoN",
+ "name": "api-param-input-09",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "BrJ89",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "mpLfL",
+ "name": "group-1000004632",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "b9WFo",
+ "name": "setCostume",
+ "fill": "#b08a01ff",
+ "content": "setCostume",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "VWNR2",
+ "name": "api-param-row-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SmJxZ",
+ "name": "name:",
+ "fill": "$--ui-color-hint-2",
+ "content": "name:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "TCxwx",
+ "name": "api-param-row-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xcAjn",
+ "name": "api-param-value-09",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wUW24",
+ "name": "“sprite01”",
+ "fill": "#9c2c2cff",
+ "content": "“sprite01”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "w3J8q",
+ "name": "api-reference-06",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "Hp13S",
+ "name": "api-param-input-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rApqX",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "Kaiq6",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jsvOs",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "wbBmR",
+ "name": "api-param-row-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "84b7g",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "pwfvZ",
+ "name": "api-param-value-10",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "l2jeV",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "I8Rhq",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "BQY5v",
+ "name": "api-param-row-24",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ZH3eY",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "VfLDb",
+ "name": "api-date-button-10",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Pgsy7",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "4HuF5",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "YmLrB",
+ "name": "api-param-row-33",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Awqlj",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vBdby",
+ "name": "api-param-select-04",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gRhY8",
+ "name": "api-param-value-11",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ACQUN",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7Ksle",
+ "name": "api-reference-07",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "7lCxT",
+ "name": "api-param-input-11",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "loWb3",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "zUSRL",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zoeJD",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "q9tj7",
+ "name": "api-param-row-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OxUpA",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Kuhaz",
+ "name": "api-param-value-12",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "WpalP",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EcTnQ",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "a6xKA",
+ "name": "api-param-row-25",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "pblxi",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "6Dmkg",
+ "name": "api-date-button-11",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dKGdv",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "jnaA7",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Lt4wl",
+ "name": "api-param-row-34",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "4hgl5",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "eTHBz",
+ "name": "api-param-select-05",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rNJpr",
+ "name": "api-param-value-13",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "r5dXh",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "C8Hbq",
+ "name": "api-reference-08",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "xE3ym",
+ "name": "api-param-input-12",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "7gHpg",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "5bL9a",
+ "name": "group-1000004629",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "EqVEH",
+ "name": "broadcast",
+ "fill": "#b08a01ff",
+ "content": "broadcast",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "juCkS",
+ "name": "api-param-row-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qj59T",
+ "name": "msg:",
+ "fill": "$--ui-color-hint-2",
+ "content": "msg:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "4tfBn",
+ "name": "api-param-value-14",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "DWBG5",
+ "name": "“score”",
+ "fill": "#9c2c2cff",
+ "content": "“score”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "ld9gJ",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "OifY8",
+ "name": "api-param-row-26",
+ "enabled": false,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "XiqVY",
+ "name": "data:",
+ "fill": "$--ui-color-hint-2",
+ "content": "data:",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "zHvXu",
+ "name": "api-date-button-12",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "zOogc",
+ "name": "100",
+ "fill": "#139707ff",
+ "content": "100",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r0ns9",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.6666666666666667,
+ "fontFamily": "Menlo",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3PRHo",
+ "name": "api-param-row-35",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rmToG",
+ "name": "wait:",
+ "fill": "$--ui-color-hint-2",
+ "content": "wait:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "8nUqw",
+ "name": "api-param-select-06",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "d5nj7",
+ "name": "api-param-value-15",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "ocXSg",
+ "name": "true",
+ "fill": "#892ba8ff",
+ "content": "true",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "vQ35r",
+ "name": "api-reference-09",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "u3ZAt",
+ "name": "api-param-input-13",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oJFG3",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "ZLa9v",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "SPHwA",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "NZCiB",
+ "name": "api-param-row-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "U4CwI",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "U0f7s",
+ "name": "api-date-button-13",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wfzpo",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "x5ecc",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "W2J1r",
+ "name": "api-param-row-36",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qFLvy",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ZoxaF",
+ "name": "api-param-select-07",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ZM6Tb",
+ "name": "api-param-value-16",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "2aP53",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Combb",
+ "name": "api-reference-10",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "nyPgV",
+ "name": "api-param-input-14",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "vJ4yX",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "DVBAh",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "9pjiz",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "bIeFZ",
+ "name": "api-param-row-17",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "tLE9w",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "FE5rF",
+ "name": "api-date-button-14",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-disabled-text",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KKhWx",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "VVf50",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "A1PYo",
+ "name": "api-param-row-37",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Jxc0a",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "z7rEz",
+ "name": "api-param-select-08",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "s8K6P",
+ "name": "api-param-value-17",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "afSk0",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "R2Sgz",
+ "name": "api-reference-11",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w8swB",
+ "name": "api-param-input-15",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "qJ2dl",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "no3DZ",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jYyw8",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "KpjPq",
+ "name": "api-param-row-18",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "JwC3r",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "HsCkc",
+ "name": "api-date-button-15",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "46ZPW",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "xort2",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "7Md28",
+ "name": "api-param-row-38",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jc1yq",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "al5JV",
+ "name": "api-param-select-09",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "AKHxD",
+ "name": "api-param-value-18",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "FsX73",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "clhpD",
+ "name": "api-reference-12",
+ "clip": true,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": [
+ 2,
+ 8
+ ],
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "J3Gf1",
+ "name": "api-param-input-16",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "W2w42",
+ "name": "param-input-trigger",
+ "clip": true,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 2,
+ 0
+ ],
+ "children": [
+ {
+ "type": "group",
+ "id": "A8Ec0",
+ "name": "group-1000004628",
+ "layout": "horizontal",
+ "gap": 10,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "OZ42m",
+ "name": "step",
+ "fill": "#b08a01ff",
+ "content": "step",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "aGIOp",
+ "name": "api-param-row-19",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "aMPjR",
+ "name": "distance:",
+ "fill": "$--ui-color-hint-2",
+ "content": "distance:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "7Agot",
+ "name": "api-date-button-16",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-shadow-custom-3",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "Nvr41",
+ "name": "100",
+ "fill": "$--ui-shadow-custom-3",
+ "content": "10",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "Xmt65",
+ "name": ",",
+ "fill": "$--ui-color-title",
+ "content": ",",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "LFQcQ",
+ "name": "api-param-row-39",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "qAcfT",
+ "name": "animation:",
+ "fill": "$--ui-color-hint-2",
+ "content": "animation:",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "gTrdq",
+ "name": "api-param-select-10",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rZ48x",
+ "name": "api-param-value-19",
+ "clip": true,
+ "cornerRadius": [
+ 3,
+ 0,
+ 0,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 0,
+ 2
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "VKrTb",
+ "name": "“run”",
+ "fill": "#9c2c2cff",
+ "content": "“run”",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Menlo",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "kRqq4",
+ "name": "editor-workspace",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "phWAU",
+ "name": "editor-code-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "baHrH",
+ "name": "editor-code-area",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 6,
+ "padding": [
+ 8,
+ 12
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "DD3ck",
+ "fill": "#6b7075",
+ "content": "1 var (",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "zBcgs",
+ "fill": "#0064fa",
+ "content": "2 attacking bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "unrM9",
+ "fill": "#0064fa",
+ "content": "3 dead bool",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "sAR0q",
+ "fill": "#6b7075",
+ "content": "4 )",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "KmY6b",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "3LF34",
+ "fill": "#1c1f23",
+ "content": "6 func doDie() {",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "vD0fd",
+ "fill": "#1c1f23",
+ "content": "7 dead = true",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Plt5A",
+ "fill": "#1c1f23",
+ "content": "8 die",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "tnijI",
+ "fill": "#6b7075",
+ "content": "9 }",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "vw6wW",
+ "fill": "#6b7075",
+ "fontFamily": "Inter",
+ "fontSize": 12,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "D22pe",
+ "name": "editor-code-aux-panel",
+ "enabled": false,
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "CYFPh",
+ "name": "code-panel-body",
+ "width": 476,
+ "height": 766,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "4HFU5",
+ "name": "code-workspace",
+ "clip": true,
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9447104930877686
+ },
+ "gap": 10,
+ "children": [
+ {
+ "type": "frame",
+ "id": "ve8Bc",
+ "name": "code-workspace",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "padding": [
+ 16,
+ 107,
+ 16,
+ 20
+ ],
+ "children": [
+ {
+ "type": "text",
+ "id": "N4rh1",
+ "name": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31",
+ "fill": "$--ui-color-disabled-text",
+ "content": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n29\n30\n31\n",
+ "lineHeight": 1.7142857142857142,
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "vHLaq",
+ "name": "code-sidebar-list",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 24,
+ "children": [
+ {
+ "type": "group",
+ "id": "8VK0Y",
+ "name": "group-1000002781",
+ "children": [
+ {
+ "type": "text",
+ "id": "s806v",
+ "x": 0,
+ "y": 0,
+ "name": "var ( attacking bool dead bool )",
+ "fill": "#000000ff",
+ "content": "var (\n attacking bool\n dead bool\n)",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "qGAvj",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "N9zej",
+ "name": "group-1000002780",
+ "children": [
+ {
+ "type": "text",
+ "id": "7bo3X",
+ "x": 0,
+ "y": 0,
+ "name": "func doDie(){ dead = true die }",
+ "fill": "#000000ff",
+ "content": "func doDie(){\n dead = true\n die \n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "FrZFg",
+ "x": 0,
+ "y": 22,
+ "name": "vector-655",
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 44,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "Um6j0",
+ "name": "group-1000002783",
+ "children": [
+ {
+ "type": "text",
+ "id": "3TtVq",
+ "x": 0,
+ "y": 0,
+ "name": "func attack(){ if dead || attacking{ return }",
+ "fill": "#000000ff",
+ "content": "func attack(){\n if dead || attacking{\n return\n }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "ABZp3",
+ "x": 0,
+ "y": 112.00004768371582,
+ "name": "code-sidebar-group",
+ "width": 504,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "text",
+ "id": "5JvqE",
+ "name": "attacking = true",
+ "fill": "#000000ff",
+ "textGrowth": "fixed-width",
+ "width": "fill_container",
+ "content": " attacking = true",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "I66eg",
+ "name": "frame-1000004599",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 6,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "6O7J4",
+ "name": "if checkAttack(heading(),xpos(),",
+ "fill": "#000000ff",
+ "content": " if checkAttack(heading(),xpos(),",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "v2XbS",
+ "name": "Fighter.xpos()) {",
+ "fill": "#000000ff",
+ "content": "Fighter.xpos()) {",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "B8b0A",
+ "name": "println \"attacking Fighter\"",
+ "fill": "#000000ff",
+ "content": " println \"attacking Fighter\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "8WDDu",
+ "name": "broadcast \"attack Fighter\", heading(), false",
+ "fill": "#000000ff",
+ "content": " broadcast \"attack Fighter\", heading(), false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "Gu0BR",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": " }",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "6PYF3",
+ "name": "animate name:\"attack\"",
+ "fill": "#000000ff",
+ "content": " animate name:\"attack\"",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "XOstq",
+ "name": "attacking = false",
+ "fill": "#000000ff",
+ "content": " attacking = false",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "U1BtD",
+ "name": "}",
+ "fill": "#000000ff",
+ "content": "}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "path",
+ "id": "7678k",
+ "x": 35,
+ "y": 152.00004768371582,
+ "name": "vector-659",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 63,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VbEGM",
+ "x": 37,
+ "y": 43.00004768371582,
+ "name": "vector-658",
+ "rotation": 0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 22,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "zTJvn",
+ "x": 0,
+ "y": 21.50004768371582,
+ "name": "vector-654",
+ "geometry": "M0 0l0 90.49995",
+ "width": 0,
+ "height": 245,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "P9O6c",
+ "name": "group-1000002782",
+ "children": [
+ {
+ "type": "text",
+ "id": "eMepo",
+ "x": 0.000017506410983969545,
+ "y": 0,
+ "name": "onCloned => { shinobis = append(shinobis, this) println \"shinobis num\", len(shinobis) dead = false show for { if dead { break } distance := rand(from:10, to:120) wait secs:rand(from:0.5, to:1.5) step step:distance wait secs:0.5 attack changeHeading dir:180 step step:distance wait secs:0.5 attack changeHeading dir:180 } }",
+ "fill": "#000000ff",
+ "content": "onCloned => {\n shinobis = append(shinobis, this)\n println \"shinobis num\", len(shinobis) dead = false\n show\n for {\n if dead {\n break\n }\n distance := rand(from:10, to:120)\n wait secs:rand(from:0.5, to:1.5)\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n step step:distance\n wait secs:0.5\n attack\n changeHeading dir:180\n }\n}",
+ "lineHeight": 1.5714285714285714,
+ "textAlignVertical": "middle",
+ "fontFamily": "Menlo",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "path",
+ "id": "ST0s0",
+ "x": 0.000017506410983969545,
+ "y": 31,
+ "name": "vector-656",
+ "rotation": -0.0000025044780654876642,
+ "geometry": "M0 0l0.00002 400.5",
+ "width": 0.000017506410586065613,
+ "height": 400.5,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ },
+ {
+ "type": "path",
+ "id": "vxiDB",
+ "x": 35.999929974356235,
+ "y": 131,
+ "name": "vector-657",
+ "rotation": -0.0000025044782690431637,
+ "geometry": "M0 0l0 94",
+ "width": 0,
+ "height": 285,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "$--ui-color-disabled-text"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Y6whB",
+ "name": "editor-code-zoom-controls",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "padding": [
+ 12,
+ 8
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jiNqZ",
+ "name": "card-sprite-list",
+ "clip": true,
+ "width": 40,
+ "height": 40,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xkD1B",
+ "x": 2,
+ "y": 2,
+ "name": "zoom-control-icon",
+ "width": 36,
+ "height": 36,
+ "fill": {
+ "type": "color",
+ "color": "$--ui-color-grey-100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.6000000238418579
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "5pZwj",
+ "x": 0,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-2",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 36,
+ "height": 36,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.7554537653923035
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "8GBur",
+ "name": "zoom",
+ "width": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "jDCl1",
+ "name": "code-zoom-button-01",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "xQuZu",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "yjqrW",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LIrws",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-plus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-2.25 0 0-2.25c0-0.414-0.336-0.75-0.75-0.75-0.414 0-0.75 0.336-0.75 0.75l0 2.25-2.25 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l2.25 0 0 2.25c0 0.414 0.336 0.75 0.75 0.75 0.414 0 0.75-0.336 0.75-0.75l0-2.25 2.25 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ykF5U",
+ "name": "code-zoom-button-02",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WDGLn",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TozMI",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "pulIH",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-minus",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-0.75l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "MhfNt",
+ "name": "code-zoom-button-03",
+ "width": "fill_container",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.25
+ },
+ "gap": 5,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "RHWMb",
+ "name": "button",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 5,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "DNhph",
+ "name": "icon-play-filled",
+ "width": 20,
+ "height": 20,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8333333134651184
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "OFBH0",
+ "x": 1.875,
+ "y": 1.875,
+ "name": "search-text",
+ "geometry": "M19.28003 18.22l-3.841-3.841c1.284-1.523 2.06097-3.486 2.06097-5.629 0-4.825-3.925-8.75-8.75-8.75-4.825 0-8.75 3.925-8.75 8.75 0 4.825 3.925 8.75 8.75 8.75 2.143 0 4.10603-0.777 5.62903-2.061l3.84094 3.841c0.146 0.146 0.33803 0.22 0.53003 0.22 0.192 0 0.38403-0.073 0.53003-0.22 0.293-0.292 0.293-0.767 0-1.06z m-17.78003-9.47c0-3.998 3.252-7.25 7.25-7.25 3.998 0 7.25 3.252 7.25 7.25 0 3.998-3.252 7.25-7.25 7.25-3.998 0-7.25-3.252-7.25-7.25z m10.25-2.25l-6 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l6 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z m-2 3l-4 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l4 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 16.249814987182617,
+ "height": 16.25,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "o3x1z",
+ "name": "editor-panel-right",
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "46Hg6",
+ "name": "preview-panel",
+ "clip": true,
+ "width": 492,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 14
+ },
+ "layout": "vertical",
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Te1SI",
+ "name": "preview-panel-header",
+ "clip": true,
+ "width": 492,
+ "fill": "$grey100",
+ "cornerRadius": [
+ 6,
+ 6,
+ 0,
+ 0
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "gap": 113,
+ "padding": [
+ 6,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "evJtW",
+ "name": "Preview",
+ "fill": "$grey1000",
+ "content": "Preview",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "xnH2Y",
+ "name": "preview-button-group",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "justifyContent": "end",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Me9IQ",
+ "name": "button-2-01",
+ "height": 32,
+ "fill": "#0064fa",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#0064fa"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "juCk1",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mmw8I",
+ "x": 0.24395408442660482,
+ "y": -0.009999999999990905,
+ "name": "icon-run-outlined",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "5x5hT",
+ "x": 3.178999900817871,
+ "y": 1.799574375152588,
+ "geometry": "M0 2.07043c0-1.616 1.776-2.607 3.157-1.762l6.942 4.248c0.57255 0.35011 0.92172 0.97289 0.92172 1.644 0 0.67111-0.34916 1.29389-0.92172 1.644l-6.942 4.246c-1.381 0.845-3.157-0.146-3.157-1.762l0-8.258z m2.263-0.3c-0.11014-0.06846-0.24859-0.07239-0.36243-0.0103-0.11385 0.0621-0.1855 0.18063-0.18757 0.3103l0 8.25999c0 0.268 0.303 0.45 0.55 0.299l6.94-4.247 0.046-0.03699c0.04388-0.04681 0.06419-0.11097 0.05525-0.17451-0.00894-0.06353-0.04617-0.1196-0.10125-0.15249l-6.94-4.248z",
+ "fill": "$grey100",
+ "width": 11.02071762084961,
+ "height": 12.398851871490479
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "c1QjB",
+ "name": "Button Text",
+ "fill": "#ffffff",
+ "content": "Run",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "dB991",
+ "name": "button-2-02",
+ "height": 32,
+ "fill": "#f4f4f5",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000000"
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 16
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mnm7h",
+ "name": "icon",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "jTifW",
+ "x": 2.0008544921875,
+ "y": 2,
+ "name": "union",
+ "geometry": "M9.5821 0.05929c0.67111-0.16739 1.36535 0.02471 1.85351 0.51269 0.45812 0.45829 0.6555 1.09807 0.54102 1.72852l-0.02735 0.12597-1.90625 7.625 0 0.00098-0.00586 0.02344c-0.27096 1.08144-1.16288 1.8333-2.2539 1.92285l-0.00879 0.00098-0.20312 0.00781-0.02637 0c-1.19703-0.00873-2.19132-0.80172-2.46582-1.9668l-0.59473-2.52051-2.51758-0.59082c-1.16497-0.27453-1.95799-1.26894-1.96679-2.46582-0.00834-1.19698 0.77154-2.20181 1.93261-2.49218l7.64942-1.91211z m0.42968 1.45117l-0.07714 0.01465-7.6377 1.90918c-0.58492 0.1465-0.79166 0.62883-0.78906 1.01855 0.00291 0.38978 0.21616 0.86937 0.80371 1.00781l2.56348 0.60254 2.3457-2.34277c0.29449-0.29422 0.77187-0.29424 1.06641 0 0.29416 0.29452 0.29423 0.77191 0 1.06641l-2.34375 2.34375 0.60351 2.56543c0.13849 0.58666 0.61737 0.79964 1.00684 0.80273l0.00195 0.00098c0.40961 0.0035 0.86975-0.20131 1.01758-0.79004l1.91211-7.64942c0.03812-0.15367-0.00562-0.30955-0.11719-0.42089l-0.00586-0.00586c-0.08531-0.08244-0.19428-0.12499-0.30566-0.125-0.01395 0.00002-0.02903 0.00027-0.04493 0.00195z m-3.583 8.45605c0.00301 0.00717 0.00568 0.01443 0.00879 0.02149-0.00317-0.00703-0.00572-0.01433-0.00879-0.02149z m-4.61328-3.28613c0.06431 0.02088 0.13018 0.03888 0.19726 0.05469l0-0.00098c-0.06699-0.01579-0.13299-0.03309-0.19726-0.05371z m6.33007-2.03516l0 0.00098c0.02698-0.027 0.05104-0.05625 0.07129-0.08691l0-0.00098c-0.02029 0.03077-0.04422 0.05983-0.07129 0.08691z m-5.89648-1.40527c-0.04373 0.01094-0.08574 0.02407-0.12598 0.03809l0.12598-0.03711 7.64941-1.91309-7.64941 1.91211z m9.50586-0.8623l0.03809-0.19825c0.00064-0.00484 0.00037-0.0098 0.00097-0.01464-0.0088 0.07099-0.02147 0.14213-0.03906 0.21289z",
+ "fill": "#1c1f23",
+ "width": 12.00848388671875,
+ "height": 12.007529258728027
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "iAxam",
+ "name": "Button Text",
+ "fill": "#1c1f23",
+ "content": "Publish",
+ "lineHeight": 1.5714285714285714,
+ "textAlign": "center",
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 14,
+ "fontWeight": "600"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "1FQp4",
+ "name": "preview-panel-body",
+ "fill": "$grey100",
+ "cornerRadius": [
+ 0,
+ 0,
+ 6,
+ 6
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#00000012",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 10
+ },
+ "layout": "vertical",
+ "gap": 10,
+ "padding": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "Gslax",
+ "name": "preview-canvas",
+ "clip": true,
+ "width": 468,
+ "height": 351,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.8833333253860474
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SnsR3",
+ "x": 0,
+ "y": 0,
+ "name": "icon-error-bg",
+ "width": 468,
+ "height": 351,
+ "layout": "none",
+ "children": [
+ {
+ "type": "group",
+ "id": "7j2iA",
+ "x": -6,
+ "y": -33,
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "rCVnw",
+ "x": 2,
+ "y": 6,
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 484,
+ "height": 409
+ },
+ {
+ "type": "path",
+ "id": "HRNQt",
+ "x": 0,
+ "y": 0,
+ "geometry": "M0 64l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-484 32l484 0m-450-379l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m30-410l0 410m-240-191l30-32 30.5 32-30.5 32-30-32z m0-32l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m300-384l-60 64m0-64l60 64m-150-32l-30 32m0-32l30 32m0 0l-30 32m90 0l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32m150 128l-60 64m0 0l30 32m0-32l-30 32m30 0l-60 64m30-160l-60 64m-30-64l-60 64m60-128l-60 64m120 96l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m-30-64l30 32m0-64l30 32m30-32l-30 32m-30-64l-30 32m90-64l60 64m-120-96l60 64m-30 0l30 32m30 128l30 32m0-32l-30 32m-30-32l30 32m-180-384l-60 64m0-64l60 64m-60-64l-30 32m0-32l30 32m-90 0l-30 32m0-32l30 32m0 0l-30 32m90-96l-30 32m30 0l-30-32-30-32m60 128l-30-32-30-32m90 32l30 32m0-32l-30 32m-30-32l30 32",
+ "width": 514,
+ "height": 416,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "kqOux",
+ "x": 244,
+ "y": 97,
+ "geometry": "M24.51401 8.402c0.95615 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.10199-3.58899 0c-0.29355 1.64902-0.9407 3.2149-1.897 4.59001l2.539 2.545-2.89301 2.9-2.53799-2.545c-1.36929 0.95915-2.93124 1.60822-4.57701 1.902l0 3.599-4.09 0 0-3.599c-1.64578-0.29378-3.20772-0.94285-4.57699-1.902l-2.538 2.546-2.893-2.901 2.539-2.546c-0.95618-1.3748-1.60333-2.94034-1.89701-4.589l-3.589 0 0-4.10199 3.589 0c0.29353-1.64902 0.9407-3.2149 1.89699-4.59001l-2.539-2.545 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93123-1.60822 4.57701-1.902l0-3.599 4.09 0 0 3.599c1.679 0.3 3.23201 0.961 4.57701 1.902l2.53799-2.546 2.89301 2.901-2.539 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 30,
+ "height": 30.083999633789062,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "RTQzC",
+ "x": 255.25,
+ "y": 108.28199768066406,
+ "geometry": "M3.75 7.52c0.9959-0.00133 1.95045-0.39822 2.65372-1.10334 0.70328-0.70514 1.0976-1.66077 1.09628-2.65666 0.00131-0.99589-0.39301-1.95152-1.09628-2.65665-0.70326-0.70513-1.65782-1.10202-2.65372-1.10335-0.9959 0.00133-1.95045 0.39822-2.65372 1.10335-0.70326 0.70514-1.09761 1.66077-1.09628 2.65665-0.00133 0.99589 0.39302 1.95152 1.09628 2.65666 0.70326 0.70513 1.65782 1.10202 2.65372 1.10334z m99.51401 22.6c0.95614 1.3748 1.6033 2.94034 1.897 4.589l3.58899 0 0 4.102-3.58899 0c-0.2937 1.64867-0.94086 3.2142-1.897 4.589l2.539 2.546-2.89301 2.901-2.53799-2.546c-1.36929 0.95915-2.93125 1.60822-4.577 1.902l0 3.599-4.08999 0 0-3.599c-1.64578-0.29378-3.20773-0.94285-4.57703-1.902l-2.53799 2.546-2.89301-2.901 2.539-2.546c-0.95615-1.3748-1.6033-2.94034-1.897-4.589l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64867 0.94086-3.2142 1.897-4.58901l-2.539-2.546 2.89301-2.9 2.53799 2.545c1.36929-0.95915 2.93124-1.60822 4.577-1.902l0-3.599 4.08999 0 0 3.599c1.67899 0.3 3.23199 0.961 4.577 1.902l2.53799-2.546 2.89301 2.901-2.53897 2.546z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 51.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "C1jky",
+ "x": 345.25,
+ "y": 98,
+ "geometry": "M3.75 50.802c0.99588-0.00133 1.95047-0.39822 2.65372-1.10335 0.70328-0.70514 1.0976-1.66077 1.09628-2.65665 0.00278-2.07399-1.67599-3.75769-3.75-3.761-2.07401 0.00331-3.75278 1.68701-3.75 3.761-0.00131 0.99589 0.39301 1.95152 1.09628 2.65665 0.70325 0.70513 1.65784 1.10202 2.65372 1.10335z m64.02899-33.999c1.91211 2.74999 3.20609 5.8814 3.793 9.179l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29759-1.88089 6.429-3.793 9.17899l5.077 5.091-5.78501 5.801-5.078-5.091c-2.73795 1.91804-5.86111 3.21617-9.15198 3.804l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.15201-3.804l-5.078 5.091-5.78501-5.801 5.077-5.091c-1.91208-2.74999-3.20605-5.8814-3.79297-9.179l-7.17801 0 0-8.204 7.17801 0c0.58691-3.29759 1.88089-6.429 3.793-9.179l-5.077-5.09 5.78501-5.802 5.078 5.08999c2.73804-1.91767 5.86121-3.21546 9.15198-3.80299l0-7.198 8.182 0 0 7.198c3.35599 0.6 6.46301 1.923 9.15201 3.804l5.078-5.091 5.78501 5.801-5.07703 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 60.167999267578125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "3kUF9",
+ "x": 184,
+ "y": 120.56199645996094,
+ "geometry": "M210 15.042c4.142 0 7.5-3.367 7.5-7.52 0-4.154-3.358-7.522-7.5-7.522-4.142 0-7.5 3.368-7.5 7.522 0 4.153 3.358 7.52 7.5 7.52z m-185.48599 194.79801c0.95616 1.37479 1.60332 2.94034 1.89698 4.58899l3.58901 0 0 4.10199-3.58901 0c-0.29367 1.64868-0.94083 3.2142-1.89698 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93123 1.60822-4.57701 1.90198l0 3.599-4.09 0 0-3.599c-1.64578-0.29376-3.20772-0.94284-4.57699-1.90198l-2.538 2.54599-2.893-2.901 2.539-2.54599c-0.95618-1.37482-1.60333-2.94034-1.89701-4.58902l-3.589 0 0-4.10199 3.589 0c0.29367-1.64865 0.94083-3.2142 1.89699-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93123-1.60825 4.57701-1.90201l0-3.599 4.09 0 0 3.599c1.679 0.29999 3.232 0.961 4.57699 1.90201l2.538-2.54599 2.893 2.901-2.53898 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 217.5,
+ "height": 231.52198791503906,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "G9xhg",
+ "x": 195.25,
+ "y": 333.281005859375,
+ "geometry": "M3.75 7.521c0.9959-0.00131 1.95045-0.39822 2.65372-1.10337 0.70326-0.70514 1.09761-1.66074 1.09628-2.65664 0.00276-2.07397-1.67601-3.75769-3.75-3.76099-2.07399 0.0033-3.75276 1.68701-3.75 3.76099-0.00133 0.99591 0.39302 1.95151 1.09628 2.65664 0.70326 0.70514 1.65782 1.10205 2.65372 1.10337z m99.51401 20.6c0.95614 1.37479 1.6033 2.94034 1.897 4.58899l3.58899 0 0 4.10199-3.58899 0c-0.2937 1.64868-0.94086 3.2142-1.897 4.58902l2.539 2.54599-2.89301 2.901-2.53799-2.54599c-1.36929 0.95914-2.93125 1.60822-4.577 1.90198l0 3.599-4.08999 0 0-3.599c-1.64578-0.29376-3.20773-0.94284-4.57703-1.90198l-2.53799 2.54599-2.89301-2.901 2.539-2.54599c-0.95615-1.37482-1.6033-2.94034-1.897-4.58902l-3.58899 0 0-4.10199 3.58899 0c0.2937-1.64865 0.94086-3.2142 1.897-4.58899l-2.539-2.54599 2.89301-2.901 2.53799 2.54599c1.36929-0.95917 2.93124-1.60825 4.577-1.90201l0-3.599 4.08999 0 0 3.599c1.67899 0.29999 3.23199 0.961 4.577 1.90201l2.53799-2.54599 2.89301 2.901-2.53897 2.54599z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 108.75,
+ "height": 49.802978515625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "0xHtI",
+ "x": 214,
+ "y": 290,
+ "geometry": "M75 81.802c0.99588-0.00131 1.95047-0.39822 2.65372-1.10336 0.70328-0.70514 1.09759-1.66074 1.09628-2.65665 0.00278-2.07397-1.676-3.75769-3.75-3.76098-2.074 0.0033-3.75278 1.68701-3.75 3.76098-0.00131 0.99591 0.39301 1.95151 1.09628 2.65665 0.70325 0.70514 1.65784 1.10205 2.65372 1.10336z m-25.97101-64.99899c1.91211 2.75 3.20608 5.88141 3.793 9.17899l7.17801 0 0 8.20401-7.17801 0c-0.58691 3.29758-1.88089 6.42902-3.793 9.17898l5.077 5.091-5.78501 5.801-5.078-5.09101c-2.73795 1.91806-5.86111 3.21619-9.15198 3.80402l0 7.198-8.182 0 0-7.198c-3.29086-0.58783-6.41403-1.88596-9.152-3.80402l-5.078 5.09101-5.785-5.801 5.07699-5.091c-1.91209-2.74997-3.20607-5.88141-3.793-9.17898l-7.17799 0 0-8.20402 7.17799 0c0.58693-3.29758 1.88091-6.42899 3.793-9.17898l-5.07699-5.091 5.785-5.801 5.078 5.091c2.73796-1.91806 5.86113-3.21619 9.152-3.80401l0-7.198 8.182 0 0 7.198c3.29086 0.58783 6.41403 1.88596 9.152 3.80401l5.07798-5.091 5.78501 5.801-5.077 5.091z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 78.75,
+ "height": 81.802001953125,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "d1Qnv",
+ "x": 16,
+ "y": 32,
+ "geometry": "M228 295.604c4.142 0 7.5-3.367 7.5-7.52099 0-4.15302-3.358-7.521-7.5-7.521-4.142 0-7.5 3.36801-7.5 7.521 0 4.15298 3.358 7.52099 7.5 7.52099z m-138-231.604l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.531-5.486-5.652-5.486l-12.246 0 0-26.514z m35.79601 0l-10.362 0c-4.16201 0-7.53601 3.275-7.53601 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.24601 0 0-26.514z m-125.79601-64l10.362 0c4.162 0 7.536 3.275 7.536 7.314l0 24.686c0-3.03-2.53-5.486-5.652-5.486l-12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 235.5,
+ "height": 295.60400390625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "4RkHv",
+ "x": 33.89799880981445,
+ "y": 32,
+ "geometry": "M17.898 0l-10.362 0c-4.162 0-7.536 3.275-7.536 7.314l0 24.686c0-3.03 2.53-5.486 5.652-5.486l12.246 0 0-26.514z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 17.89800262451172,
+ "height": 32,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "VEwaY",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875
+ },
+ {
+ "type": "path",
+ "id": "whXtY",
+ "x": 244,
+ "y": 384,
+ "geometry": "M14.25 23.99899l-12 0c-1.24265 0-2.25-1.00736-2.25-2.25l0-19.49899c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 11.16101",
+ "width": 29.998992919921875,
+ "height": 23.998992919921875,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "uoZxr",
+ "x": 244,
+ "y": 384,
+ "geometry": "M0 2.25c0-1.24265 1.00735-2.25 2.25-2.25l25.49899 0c1.24264 0 2.25 1.00735 2.25 2.25l0 6.75-29.99899 0 0-6.75z",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 29.998992919921875,
+ "height": 9,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "KGvFW",
+ "x": 99.50900268554688,
+ "y": 201.21600341796875,
+ "geometry": "M0 22.84l8.565-22.84m10.669 22.84l-8.565-22.84",
+ "width": 19.23400115966797,
+ "height": 22.839996337890625,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "ry6xf",
+ "x": 105.9209976196289,
+ "y": 195.20599365234375,
+ "geometry": "M3.205 6.41c1.14503 0 2.20309-0.61087 2.77561-1.60249 0.57252-0.99164 0.57252-2.21338 0-3.205-0.57252-0.99164-1.63058-1.60251-2.77561-1.60251-1.77007 0-3.205 1.43494-3.205 3.205 0 1.77008 1.43493 3.205 3.205 3.205",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "oGOMo",
+ "x": 98.25,
+ "y": 192,
+ "geometry": "M21.751 23.241c-3.2387 2.09863-7.01681 3.21233-10.876 3.20601-3.85886 0.00612-7.63658-1.10757-10.875-3.20601m10.875-20.03501l0-3.20599m290.134 192.056l8.56501-22.84m10.669 22.84l-8.565-22.84",
+ "width": 320.2430114746094,
+ "height": 192.05599975585938,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9MpPk",
+ "x": 405.6709899902344,
+ "y": 355.20599365234375,
+ "geometry": "M3.20502 6.41c1.77008 0 3.20499-1.43494 3.20498-3.20498 0-1.77008-1.43491-3.20502-3.20498-3.20502-1.77008 0-3.20502 1.43494-3.20502 3.20502 0 1.77005 1.43494 3.20499 3.20502 3.20498",
+ "fill": "$--ui-color-dividing-line-2",
+ "width": 6.410003662109375,
+ "height": 6.410003662109375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "rQbfq",
+ "x": 398,
+ "y": 352,
+ "geometry": "M21.75101 23.241c-3.23871 2.09863-7.01682 3.21234-10.87601 3.20599-3.85886 0.00613-7.6366-1.10754-10.875-3.20599m10.875-20.03501l0-3.20599",
+ "width": 21.751007080078125,
+ "height": 26.447021484375,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "9oned",
+ "x": 424,
+ "y": 161,
+ "geometry": "M15 15c4.14215 0 7.5-3.35786 7.5-7.5 0-4.14214-3.35785-7.5-7.5-7.5l0 15z m0 0c0 4.14214 3.35785 7.5 7.5 7.5 4.14215 0 7.5-3.35786 7.5-7.5l-15 0z m0 0c0-4.14214-3.35785-7.5-7.5-7.5-4.14215 0-7.5 3.35786-7.5 7.5l15 0z m0 0c-4.14215 0-7.5 3.35786-7.5 7.5 0 4.14214 3.35785 7.5 7.5 7.5l0-15z",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "fill": "#fff"
+ }
+ },
+ {
+ "type": "path",
+ "id": "G5Tq0",
+ "x": 334,
+ "y": 194,
+ "geometry": "M30 7.5l-7.5-7.5-2.81201 2.812-2.81299 2.813-5.625 5.625-5.625 5.625-2.81299 2.813-2.81201 2.812 7.5 7.5 22.5-22.5z m-10.31201-4.688l-16.87601 16.87599m0.93799-0.93801l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3m0.75-6.75l4.5 4.5m-0.75-8.25l3 3",
+ "width": 30,
+ "height": 30,
+ "stroke": {
+ "align": "center",
+ "thickness": 1,
+ "join": "round",
+ "cap": "round",
+ "fill": "#fff"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "RnfdY",
+ "name": "side-panel-stack",
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 20,
+ "children": [
+ {
+ "type": "frame",
+ "id": "vHf9W",
+ "name": "assets-stage-row",
+ "width": 492,
+ "height": 369,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 20,
+ "justifyContent": "space_between",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5guNs",
+ "name": "sprite-sound-panels",
+ "clip": true,
+ "width": 392,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 14
+ },
+ "children": [
+ {
+ "type": "frame",
+ "id": "IAA4r",
+ "name": "sprite-panel",
+ "clip": true,
+ "width": 312,
+ "height": 371,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ },
+ "fill": "#e6e8ea"
+ },
+ "layout": "vertical",
+ "children": [
+ {
+ "type": "frame",
+ "id": "gz5Af",
+ "name": "sprite-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "right": 1
+ }
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "ukbqU",
+ "name": "sprite-panel-header11",
+ "clip": true,
+ "width": "fill_container",
+ "height": 44,
+ "fill": "#0064fa",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ }
+ },
+ "gap": 10,
+ "padding": [
+ 9,
+ 16
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "N56DW",
+ "name": "Sprites",
+ "fill": "$--ui-color-grey-100",
+ "content": "Sprites",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "600"
+ },
+ {
+ "type": "frame",
+ "id": "HEB8W",
+ "name": "sprite-add-button000",
+ "width": 28,
+ "height": 28,
+ "fill": "#ffffff14",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#ffffff33"
+ },
+ "gap": 10,
+ "padding": 10,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "LW1aL",
+ "name": "icon-plus",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "FPVjL",
+ "x": 2.082094083846414,
+ "y": 1.8376237714321633,
+ "geometry": "M9 0c0.82843 0 1.5 0.67157 1.5 1.5l0 6 6 0c0.82843 0 1.5 0.67157 1.5 1.5 0 0.82843-0.67157 1.5-1.5 1.5l-6 0 0 6c0 0.82843-0.67157 1.5-1.5 1.5-0.82843 0-1.5-0.67157-1.5-1.5l0-6-6 0c-0.82843 0-1.5-0.67157-1.5-1.5 0-0.82843 0.67157-1.5 1.5-1.5l6 0 0-6c0-0.82843 0.67157-1.5 1.5-1.5",
+ "fill": "$grey100",
+ "width": 12,
+ "height": 12
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "myLd0",
+ "name": "sprite-panel-list-content",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "padding": [
+ 12,
+ 16
+ ],
+ "children": [
+ {
+ "type": "frame",
+ "id": "CSf42",
+ "name": "sprite-card-01",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "t72zh",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "jv60I",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "yYmxg",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "94s7d",
+ "name": "sprite-name-chip-01",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "KwUHC",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "EK3Ls",
+ "x": 68,
+ "y": -4,
+ "name": "more222",
+ "width": 24,
+ "height": 24,
+ "fill": "#ffffff",
+ "cornerRadius": 12,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "2n9PI",
+ "x": 4,
+ "y": 4,
+ "name": "icon-more-horizontal-filled",
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "RLk9n",
+ "x": 1.3433431386947632,
+ "y": 6.666666507720947,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "$--ui-color-hint-1",
+ "width": 13.336669921875,
+ "height": 2.6666667461395264,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "m9hoE",
+ "name": "sprite-card-02",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "SI19H",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WqAwH",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "IOGvI",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "stretch"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "AuyOd",
+ "name": "sprite-name-chip-02",
+ "width": 84,
+ "height": 22,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "jHLso",
+ "name": "Sprite01",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "hzq26",
+ "name": "sprite-card-03",
+ "width": 88,
+ "height": 88,
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "oD0lP",
+ "x": 0,
+ "y": 0,
+ "name": "normal",
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "gap": 2,
+ "padding": 2,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QlchJ",
+ "name": "sprite01",
+ "width": 84,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.9375
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "cornerRadius": 6,
+ "id": "hQ4gH",
+ "x": 12,
+ "y": 0,
+ "name": "image-00043-3673961838-ok-1",
+ "fill": {
+ "type": "image",
+ "enabled": true,
+ "url": "./images/sprite.png",
+ "mode": "fill"
+ },
+ "width": 60,
+ "height": 60,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FQ2RK",
+ "name": "sprite-name-chip-03",
+ "width": 84,
+ "height": 22,
+ "fill": {
+ "type": "color",
+ "color": "$grey1000",
+ "enabled": false
+ },
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 10,
+ "padding": [
+ 0,
+ 8
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "II5dF",
+ "name": "Sprite01",
+ "fill": "$--ui-color-title",
+ "content": "Sprite01",
+ "lineHeight": 1.6,
+ "textAlign": "center",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 10,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ixvxE",
+ "name": "sprite-panel-inspector",
+ "width": 312,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "top": 1
+ }
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "$--ui-color-title-a14",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 21
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "padding": 12,
+ "justifyContent": "end",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mEz0l",
+ "name": "sprite-inspector-header",
+ "width": "fill_container",
+ "height": 32,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "padding": [
+ 4,
+ 0
+ ],
+ "justifyContent": "space_between",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c4SZQ",
+ "name": "sprite-item-header",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "YQtz3",
+ "name": "输入文本",
+ "fill": "$grey1000",
+ "content": "Sprite01",
+ "lineHeight": 1.5384615384615385,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 13,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "Um3ku",
+ "name": "icon-edit-filled",
+ "width": 14,
+ "height": 14,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "3QDqI",
+ "x": 1.75,
+ "y": 1.7511392831802368,
+ "name": "pen-line",
+ "geometry": "M14.03711 8.99999l-9.03711 8.99804-5 0 0-5 8.99805-9.03698c0.117-0.118 0.30705-0.118 0.42505 0l4.61499 4.61499c0.117 0.117 0.11702 0.30695-0.00098 0.42395z m1.0708-1.474c0.117 0.117 0.30707 0.117 0.42407 0l1.87793-1.87793c0.784-0.784 0.784-2.05597 0-2.83997l-2.21997-2.22009c-0.784-0.784-2.05584-0.784-2.83984 0l-1.87818 1.87805c-0.117 0.117-0.117 0.30695 0 0.42395l4.63599 4.63599z m2.89209 9.72204l-7 0c-0.414 0-0.75 0.336-0.75 0.75 0 0.414 0.336 0.75 0.75 0.75l7 0c0.414 0 0.75-0.336 0.75-0.75 0-0.414-0.336-0.75-0.75-0.75z",
+ "fill": "#6b7075",
+ "width": 10.9375,
+ "height": 10.936352729797363,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0.5833333730697632
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "56GHr",
+ "name": "sprite-inspector-action",
+ "cornerRadius": [
+ 0,
+ 0,
+ 3,
+ 3
+ ],
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "enabled": false,
+ "color": "$--ui-shadow-custom-1",
+ "offset": {
+ "x": 0,
+ "y": -2
+ },
+ "blur": 7
+ },
+ "gap": 10,
+ "padding": 4,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "l1qIv",
+ "name": "icon-fold-outlined",
+ "width": 16,
+ "height": 16,
+ "fill": {
+ "type": "color",
+ "color": "$grey100",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "LUII3",
+ "x": 2.3447265625,
+ "y": 2.7998046875,
+ "name": "vector",
+ "geometry": "M1.06066 3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z m0-3.65674l-1.06066 1.06066 5.65685 5.65685 5.65686-5.65685-1.06066-1.06066-4.5962 4.59619-4.59619-4.59619z",
+ "fill": "$--ui-color-hint-2",
+ "width": 11.313708305358887,
+ "height": 10.374252319335938
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "3aleR",
+ "name": "sprite-inspector-inputs",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 12,
+ "children": [
+ {
+ "type": "frame",
+ "id": "yEq0G",
+ "name": "input-01",
+ "clip": true,
+ "width": 78,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "Y3TRX",
+ "name": "input-field",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "cN0uT",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "dvTs8",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "X",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "eLO0Z",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-343",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "EfK1o",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "tNf3F",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "WRgIy",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GEmWo",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "r0Ic7",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FDxgG",
+ "name": "input-02",
+ "clip": true,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "FpxO6",
+ "name": "input-field",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4dhVK",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "NRM9n",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Y",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WxlZV",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "-499",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "5vQmb",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "AVIXq",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "by0j3",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "dJc7h",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "lfFes",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "PXjRD",
+ "name": "input-03",
+ "clip": true,
+ "width": 100,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "6vh5j",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "rxqfP",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5Pieu",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "nN9R9",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "group",
+ "id": "N01if",
+ "children": [
+ {
+ "type": "text",
+ "id": "5PN52",
+ "x": 65,
+ "y": 0,
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "% ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "s7KrN",
+ "x": 0,
+ "y": 0,
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "oslXE",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Size",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "GhSwe",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "100",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "HxPJu",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "2y8Tf",
+ "name": "sprite-inspector-actions",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "children": [
+ {
+ "type": "frame",
+ "id": "JAWIw",
+ "name": "sprite-inspector-group",
+ "width": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 12,
+ "justifyContent": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "CKiO3",
+ "name": "sprite-inspector-row-01",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YO0bs",
+ "name": "sprite-inspector-toggle-row",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "zBdj2",
+ "name": "sprite-inspector-toggle",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "bylny",
+ "name": "输入文本",
+ "fill": "#6b7075",
+ "content": "Rotation",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "80Lmf",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "v1nyB",
+ "name": "tab-text-icon-01",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#eaf5ff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": "#99cdfd"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "S3lQ5",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "4zf44",
+ "x": 2,
+ "y": 3,
+ "name": "rotate",
+ "geometry": "M13.87862 6.62313l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24695-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62059-1.14487l1.28397 0c-0.24609-2.03295-1.96875-3.60581-4.05627-3.60581-2.25657 0-4.098 1.84035-4.098 4.098 0 2.25764 1.84142 4.098 4.098 4.098 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-3.29552 0-5.97045-2.67493-5.97045-5.97045 0-3.28482 2.67493-5.97045 5.97045-5.97045 3.12432 0 5.69333 2.41814 5.93942 5.47826l1.34817 0c0.58848 0 0.94158 0.65268 0.62058 1.14487z",
+ "fillRule": "evenodd",
+ "fill": "#0064fa",
+ "width": 12,
+ "height": 10.235055923461914,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.5
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "FZytL",
+ "name": "tab-text-icon-02",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "5o0Zc",
+ "x": 8,
+ "y": 8,
+ "name": "icon-left-right",
+ "width": 16,
+ "height": 16,
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "TOkhn",
+ "x": 1.0000327825546265,
+ "y": 2.5703377723693848,
+ "geometry": "M9.69297 8.97866l0-6.639c0-0.44 0.533-0.66 0.845-0.35l3.317 3.32c0.093 0.09253 0.14529 0.21831 0.14529 0.3495 0 0.13119-0.05229 0.25697-0.14529 0.3495l-3.317 3.317c-0.14131 0.1413-0.35372 0.18377-0.5385 0.10767-0.18478-0.0761-0.30568-0.25584-0.3065-0.45567m-3.079-7.787c0.07541 0.02378 0.15393 0.03625 0.233 0.037 0.16454 0.00111 0.32319-0.06121 0.443-0.174 0.05672-0.05985 0.10243-0.12925 0.135-0.205l0.002-0.004 0.003-0.012c0.02708-0.07038 0.04262-0.14467 0.046-0.22-0.00496-0.2479-0.15488-0.46984-0.383-0.567-0.23243-0.09365-0.49827-0.04064-0.677 0.135-0.05469 0.05885-0.1002 0.1256-0.135 0.198-0.0283 0.07505-0.04516 0.15393-0.05 0.234 0 0.08 0.024 0.151 0.046 0.22l0.004 0.012c0.037 0.075 0.086 0.15 0.135 0.21 0.062 0.049 0.123 0.098 0.198 0.136m-0.37 1.834c-0.00135-0.16369 0.06315-0.32106 0.17899-0.43671 0.11585-0.11566 0.27332-0.1799 0.43701-0.17829 0.332 0 0.616 0.27 0.616 0.615-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m0.603 7.828c-0.16232-0.00064-0.31746-0.06703-0.43-0.184-0.05504-0.05878-0.10089-0.12553-0.136-0.198l-0.004-0.011c-0.022-0.07-0.046-0.141-0.046-0.223 0.00504-0.07939 0.02189-0.15758 0.05-0.232 0.13454-0.31389 0.49554-0.46238 0.812-0.334 0.07299 0.03369 0.13963 0.07969 0.197 0.136 0.05 0.049 0.098 0.123 0.137 0.198 0.02777 0.07447 0.04428 0.15266 0.049 0.232-0.00306 0.07634-0.0186 0.15168-0.046 0.223l-0.003 0.011-0.006 0.01c-0.02852 0.07196-0.07337 0.13632-0.131 0.188-0.11566 0.12026-0.27617 0.18693-0.443 0.184m0.012-6.043c-0.16352-0.00135-0.32073 0.06302-0.43636 0.17865-0.11563 0.11563-0.17999 0.27284-0.17864 0.43635 0 0.344 0.27 0.616 0.615 0.616 0.3393-0.00218 0.61382-0.2767 0.616-0.616-0.0011-0.33959-0.27641-0.61445-0.616-0.615m-0.615 3.028c-0.00162-0.16369 0.06263-0.32116 0.17828-0.437 0.11566-0.11585 0.27302-0.18034 0.43672-0.179 0.332 0 0.616 0.271 0.616 0.616-0.00537 0.33779-0.2782 0.61018-0.616 0.615-0.3392-0.0011-0.6139-0.2758-0.615-0.615m-1.939-5.497l0 6.638c0 0.439-0.532 0.66-0.843 0.348l-3.319-3.319c-0.19196-0.19307-0.19196-0.50493 0-0.698l3.319-3.318c0.1414-0.14115 0.3539-0.18323 0.53842-0.10662 0.18452 0.07661 0.30473 0.25683 0.30458 0.45662",
+ "fill": "$grey1000",
+ "width": 14.000261902809143,
+ "height": 10.852755069732666
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "ZncLT",
+ "name": "tab-text-icon-03",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "G9Oql",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "SqHjd",
+ "x": 1.9999998807907104,
+ "y": 1.9999998807907104,
+ "name": "combined-shape",
+ "geometry": "M9.58889 5.06904l1.27461-1.50636c0.58525 0.84065 0.95975 1.83835 1.04638 2.91559l1.34817 0c0.58849 0 0.94158 0.65268 0.62058 1.14487l-2.25764 3.52021c-0.28889 0.46009-0.95228 0.46009-1.25187 0l-2.24694-3.52021c-0.32099-0.49219 0.0321-1.14487 0.62058-1.14487l1.28397 0c-0.06096-0.50362-0.21255-0.979-0.43784-1.40923z m2.34341-4.31762l-10.51398 12.42562c-0.01924 0.02274-0.0361 0.04669-0.0506 0.07156l-0.48602 0.57438c-0.17837 0.2108-0.49386 0.23709-0.70466 0.05872-0.2108-0.17837-0.23709-0.49386-0.05872-0.70466l1.6577-1.9591c-1.09629-1.0827-1.77601-2.58624-1.77601-4.24748 0-3.28482 2.67493-5.97045 5.97045-5.97045 1.30351 0 2.51035 0.42092 3.49216 1.13376l1.6557-1.95673c0.17837-0.2108 0.49386-0.23709 0.70466-0.05872 0.18806 0.15913 0.22928 0.4274 0.10932 0.6331z m-8.51837 11.6153l1.27314-1.50462c0.40401 0.13386 0.83553 0.20636 1.28339 0.20636 0.51466 0 0.93088 0.41622 0.93088 0.93087 0 0.52429-0.41622 0.94158-0.93088 0.94158-0.91462 0-1.78143-0.20604-2.55653-0.57419z m4.83428-8.79773c-0.65088-0.43991-1.43455-0.69653-2.27775-0.69653-2.25657 0-4.098 1.84035-4.098 4.098 0 1.08612 0.42618 2.07565 1.11975 2.81017l5.256-6.21164z",
+ "fillRule": "evenodd",
+ "fill": "$grey1000",
+ "width": 12.000000953674316,
+ "height": 12.000008583068848,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2857134342193604
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "xBwBC",
+ "name": "input",
+ "clip": true,
+ "width": 102,
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 0,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 4,
+ "children": [
+ {
+ "type": "frame",
+ "id": "sPkuO",
+ "name": "input-field",
+ "width": "fill_container",
+ "height": 32,
+ "fill": "#ffffff",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "gap": 6,
+ "padding": [
+ 5,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "w5FI7",
+ "name": "prefix-text",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 8,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "rOOl1",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Heading",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "text",
+ "id": "WISTw",
+ "name": "Text",
+ "fill": "$grey1000",
+ "content": "49",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "hTrEE",
+ "name": "Text",
+ "enabled": false,
+ "fill": "#6b7075",
+ "content": "Dir ",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ },
+ {
+ "type": "frame",
+ "id": "mBZ0f",
+ "name": "button-close-button",
+ "enabled": false,
+ "width": 20,
+ "height": 20,
+ "cornerRadius": 713.5714721679688,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "eA99Q",
+ "x": 2.8571252822875977,
+ "y": 2.8572123050689697,
+ "name": "icon-times-outlined",
+ "width": 14.285715103149414,
+ "height": 14.285715103149414,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "2sQLc",
+ "x": 2.9760453701019287,
+ "y": 2.9760453701019287,
+ "name": "times",
+ "geometry": "M8.41425 7.00022l5.293-5.29303c0.391-0.39 0.391-1.02394 0-1.41394-0.391-0.391-1.023-0.391-1.414 0l-5.293 5.29297-5.293-5.29297c-0.391-0.391-1.023-0.391-1.414 0-0.391 0.39-0.391 1.02394 0 1.41394l5.293 5.29303-5.293 5.29303c-0.391 0.39-0.391 1.02394 0 1.41394 0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303l5.293-5.29297 5.293 5.29297c0.195 0.195 0.451 0.29303 0.707 0.29303 0.256 0 0.512-0.09803 0.707-0.29303 0.391-0.39 0.391-1.02394 0-1.41394l-5.293-5.29303z",
+ "fill": "$--ui-color-hint-2",
+ "width": 8.333632469177246,
+ "height": 8.333464622497559,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.1904762983322144
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "RGXdk",
+ "name": "hint text",
+ "enabled": false,
+ "fill": "#a7b1bb",
+ "content": "Please enter 8-20 characters",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Ig2pk",
+ "name": "sprite-inspector-row-02",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "gap": 16,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "group",
+ "id": "nNzvr",
+ "name": "group-1000004620",
+ "layout": "horizontal",
+ "gap": 4,
+ "padding": [
+ 5,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "wanCB",
+ "name": "Text",
+ "fill": "#6b7075",
+ "content": "Show",
+ "lineHeight": 1.5714285714285714,
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 14,
+ "fontWeight": "normal"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "CBtvu",
+ "name": "sprite-inspector-tab",
+ "fill": {
+ "type": "color",
+ "color": "#f4f4f5",
+ "enabled": false
+ },
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#d9dde3",
+ "enabled": false
+ }
+ },
+ "padding": [
+ 2,
+ 4
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "e8dHr",
+ "name": "tab-combination-tab",
+ "clip": true,
+ "fill": "#f4f4f5",
+ "cornerRadius": 3,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "NMfpU",
+ "name": "tab-text-icon-04",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#eaf5ff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#99cdfd",
+ "enabled": false
+ }
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mQK64",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "sfQi7",
+ "x": 2,
+ "y": 3.3333332538604736,
+ "name": "eye",
+ "geometry": "M11.75004 7c0 1.517-1.233 2.75-2.75 2.75-1.517 0-2.75-1.233-2.75-2.75 0-0.349 0.07192-0.68004 0.19092-0.98804 0.194 0.154 0.42807 0.26001 0.69507 0.26001 0.627 0 1.13599-0.50899 1.13598-1.13598 0-0.267-0.10601-0.50107-0.26001-0.69507 0.308-0.119 0.63904-0.19092 0.98804-0.19092 1.517 0 2.75 1.233 2.75 2.75z m5.84204 1.47705c-1.227 2.054-3.98304 5.52295-8.59204 5.52295-4.609 0-7.36504-3.46895-8.59204-5.52295-0.544-0.91-0.544-2.0441 0-2.9541 1.227-2.054 3.98304-5.52295 8.59204-5.52295 4.609 0 7.36504 3.46895 8.59204 5.52295 0.544 0.91 0.544 2.0441 0 2.9541z m-4.34204-1.47705c0-2.343-1.906-4.25-4.25-4.25-2.344 0-4.25 1.907-4.25 4.25 0 2.343 1.906 4.25 4.25 4.25 2.344 0 4.25-1.907 4.25-4.25z",
+ "fill": "#0064fa",
+ "width": 12.000054359436035,
+ "height": 9.333333015441895,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "jGwUt",
+ "name": "tab-text-icon-05",
+ "clip": true,
+ "width": 32,
+ "height": 32,
+ "fill": "#ffffff",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#d9dde3"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "YlPnz",
+ "x": 8,
+ "y": 8,
+ "name": "icon-rotate-around-outlined",
+ "clip": true,
+ "width": 16,
+ "height": 16,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1.2000000476837158
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "qgXRM",
+ "x": 1.5001627206802368,
+ "y": 1.49951171875,
+ "name": "eye-slash",
+ "geometry": "M18.33987 8.27078c0.55 0.91 0.55 2.04996 0 2.95996-1.23 2.05-3.98009 5.52002-8.59009 5.52002-0.748 0-1.45196-0.09501-2.10596-0.26001-0.223-0.056-0.29313-0.34191-0.13012-0.50391l1.89599-1.896c0.116-0.116 0.26009-0.09009 0.34009-0.09008 2.344 0 4.25-1.907 4.25-4.25 0-0.08-0.01196-0.23804 0.07104-0.32105l2.74195-2.74194c0.127-0.127 0.3409-0.1139 0.4519 0.0271 0.44 0.556 0.79819 1.08891 1.0752 1.55591z m0.93994-6.98999l-18 18c-0.146 0.146-0.33803 0.21997-0.53003 0.21997-0.192 0-0.38403-0.07297-0.53003-0.21997-0.293-0.293-0.293-0.76804 0-1.06104l3.70508-3.70508c-1.27-1.081-2.19114-2.32791-2.76514-3.28491-0.55-0.91-0.55-2.04996 0-2.95996 1.23-2.05 3.98009-5.52002 8.59009-5.52002 1.824 0 3.34704 0.5469 4.61304 1.3269l3.85693-3.85693c0.293-0.293 0.76804-0.293 1.06104 0 0.293 0.293 0.29202 0.76804-0.00098 1.06104z m-13.01001 10.88891l1.08887-1.08887c-0.222-0.395-0.35889-0.84408-0.35889-1.33007 0-0.35 0.06994-0.67999 0.18994-0.98999 0.19 0.16 0.42995 0.26001 0.69995 0.26001 0.62 0 1.13013-0.51013 1.13013-1.13013 0-0.27-0.10001-0.50995-0.26001-0.69995 0.31-0.12 0.63999-0.18994 0.98999-0.18994 0.486 0 0.93608 0.13689 1.33008 0.35888l1.08886-1.08886c-0.688-0.482-1.51994-0.77002-2.41894-0.77002-2.34 0-4.25 1.91-4.25 4.25 0 0.9 0.28802 1.73095 0.77002 2.41894z",
+ "fill": "$grey1000",
+ "width": 13.000031471252441,
+ "height": 13.000503540039062,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iTqiH",
+ "name": "sound-panel",
+ "width": "fill_container",
+ "height": "fill_container",
+ "fill": "$--ui-color-grey-100",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "XTnXT",
+ "name": "sound-panel-header",
+ "width": 80,
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "5vbND",
+ "name": "Sounds",
+ "fill": "$grey1000",
+ "content": "Sounds",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Inter",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "cjDox",
+ "name": "sound-panel-list",
+ "clip": true,
+ "height": 318,
+ "fill": {
+ "type": "color",
+ "color": "#e9f7fd",
+ "enabled": false
+ },
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": {
+ "type": "color",
+ "color": "#99cdfd",
+ "enabled": false
+ }
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": 12,
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "c7Wgp",
+ "name": "sound-panel-list-content",
+ "clip": true,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "children": [
+ {
+ "type": "frame",
+ "id": "hJiVV",
+ "name": "sound-card-01",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "1oCC4",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wpO7R",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "#0095ee",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "Enqov",
+ "name": "sound-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "aNxUy",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "GW9l1",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "#0095ee",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "iTVQw",
+ "name": "sound-card-03",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "TKlo5",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "9Lirg",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "#0095ee",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "lBxQJ",
+ "name": "sound-card-04",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "uHHO2",
+ "x": 16,
+ "y": 16,
+ "name": "icon-acoustic-outlined",
+ "clip": true,
+ "width": 23.999998092651367,
+ "height": 23.999998092651367,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "wWCVA",
+ "x": 5.00000524520874,
+ "y": 1.999755859375,
+ "name": "vector",
+ "geometry": "M5 20c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-18c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 18c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m-4-6c-0.28333 0-0.521-0.096-0.713-0.288-0.19133-0.19133-0.287-0.42867-0.287-0.712l0-6c0-0.28333 0.09567-0.521 0.287-0.713 0.192-0.19133 0.42967-0.287 0.713-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 6c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m8 2c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-10c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.521 0.09567 0.713 0.287 0.19133 0.192 0.287 0.42967 0.287 0.713l0 10c0 0.28333-0.09567 0.52067-0.287 0.712-0.192 0.192-0.42967 0.288-0.713 0.288z m4-3c-0.28333 0-0.52067-0.096-0.712-0.288-0.192-0.19133-0.288-0.42867-0.288-0.712l0-4c0-0.28333 0.096-0.521 0.288-0.713 0.19133-0.19133 0.42867-0.287 0.712-0.287 0.28333 0 0.52067 0.09567 0.712 0.287 0.192 0.192 0.288 0.42967 0.288 0.713l0 4c0 0.28333-0.096 0.52067-0.288 0.712-0.19133 0.192-0.42867 0.288-0.712 0.288z",
+ "fill": "#0095ee",
+ "width": 13.999999046325684,
+ "height": 19.999996185302734,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "uuT63",
+ "name": "sound-panel-add-card",
+ "clip": true,
+ "width": 56,
+ "height": 56,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UCFOa",
+ "name": "icon-more-horizontal-filled",
+ "width": 24,
+ "height": 24,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "path",
+ "id": "i2j4H",
+ "x": 2.0150146484375,
+ "y": 10,
+ "name": "more-horizontal",
+ "geometry": "M2.005 4c-1.104 0-2.005-0.896-2.005-2 0-1.104 0.89-2 1.995-2l0.01 0c1.104 0 2 0.896 2 2 0 1.104-0.895 2-2 2z m10.00001-2c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.995 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z m8 0c0-1.104-0.896-2-2-2l-0.01001 0c-1.104 0-1.99499 0.896-1.995 2 0 1.104 0.90001 2 2.00501 2 1.105 0 2-0.896 2-2z",
+ "fill": "#0095ee",
+ "width": 20.0050048828125,
+ "height": 4,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "fDVws",
+ "name": "stage-panel",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e6e8ea"
+ },
+ "effect": {
+ "type": "shadow",
+ "shadowType": "outer",
+ "color": "#0000001a",
+ "offset": {
+ "x": 0,
+ "y": 4
+ },
+ "blur": 14
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "OqBP8",
+ "name": "stage-panel-content",
+ "clip": true,
+ "width": 80,
+ "height": "fill_container",
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "UKZ3E",
+ "name": "stage-panel-header",
+ "width": "fill_container",
+ "height": 44,
+ "fill": "$grey100",
+ "stroke": {
+ "align": "inside",
+ "thickness": {
+ "bottom": 1
+ },
+ "fill": "$grey400"
+ },
+ "gap": 10,
+ "padding": [
+ 13,
+ 12
+ ],
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "text",
+ "id": "CwoNd",
+ "name": "Stage",
+ "fill": "$grey1000",
+ "content": "Stage",
+ "lineHeight": 1.625,
+ "textAlignVertical": "middle",
+ "fontFamily": "Alibaba Health Font 2.0 CN",
+ "fontSize": 16,
+ "fontWeight": "600"
+ }
+ ]
+ },
+ {
+ "type": "frame",
+ "id": "UyHpl",
+ "name": "stage-panel-list",
+ "width": "fill_container",
+ "height": "fill_container",
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "vertical",
+ "gap": 8,
+ "padding": [
+ 12,
+ 0
+ ],
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "QqGkL",
+ "name": "stage-card-01",
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "frame",
+ "id": "4qdkG",
+ "x": 0,
+ "y": 0,
+ "name": "stage-card-02",
+ "clip": true,
+ "width": 56,
+ "height": 44,
+ "fill": "#ffffff",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1,
+ "fill": "#e8e8e8"
+ },
+ "layout": "vertical",
+ "padding": 2,
+ "justifyContent": "center",
+ "alignItems": "center",
+ "children": [
+ {
+ "type": "frame",
+ "id": "mhUMI",
+ "name": "backdrop",
+ "clip": true,
+ "width": 52,
+ "height": 40,
+ "fill": "$grey100",
+ "cornerRadius": 6,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ },
+ "layout": "none",
+ "children": [
+ {
+ "type": "rectangle",
+ "id": "csl1Z",
+ "x": -10,
+ "y": 0,
+ "name": "image-00058-175191715-1",
+ "fill": [
+ {
+ "type": "image",
+ "enabled": false,
+ "url": "",
+ "mode": "stretch"
+ },
+ "#ffffff26"
+ ],
+ "width": 72,
+ "height": 40,
+ "stroke": {
+ "align": "inside",
+ "thickness": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "id": "PE8e3",
+ "x": -3394.0560623893684,
+ "y": 2714,
+ "rotation": -0.4469767751729413,
+ "fill": "#ffffff",
+ "content": "semi design",
+ "fontFamily": "Inter",
+ "fontSize": 100,
+ "fontWeight": "normal"
+ }
+ ],
+ "themes": {
+ "Base": [
+ "Neutral",
+ "Gray",
+ "Stone",
+ "Zinc",
+ "Slate"
+ ],
+ "Mode": [
+ "Light",
+ "Dark"
+ ]
+ },
+ "variables": {
+ "--accent": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--background": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--border": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e5e5"
+ }
+ ]
+ },
+ "--card": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--input": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#e5e5e5"
+ },
+ {
+ "value": "#e5e5e5"
+ }
+ ]
+ },
+ "--muted": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--muted-foreground": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#737373"
+ },
+ {
+ "value": "#737373"
+ }
+ ]
+ },
+ "--popover": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#fafafa"
+ },
+ {
+ "value": "#fafafa"
+ }
+ ]
+ },
+ "--primary": {
+ "type": "color",
+ "value": "#111827"
+ },
+ "--secondary": {
+ "type": "color",
+ "value": [
+ {
+ "value": "#f5f5f5"
+ },
+ {
+ "value": "#f5f5f5"
+ }
+ ]
+ },
+ "--accent-foreground": {
+ "type": "color",
+ "value": "#171717"
+ },
+ "--card-foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--popover-foreground": {
+ "type": "color",
+ "value": "#0a0a0a"
+ },
+ "--primary-foreground": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--secondary-foreground": {
+ "type": "color",
+ "value": "#171717"
+ },
+ "--sidebar": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--sidebar-accent": {
+ "type": "color",
+ "value": "#f4f4f4"
+ },
+ "--sidebar-accent-foreground": {
+ "type": "color",
+ "value": "#18181b"
+ },
+ "--sidebar-border": {
+ "type": "color",
+ "value": "#e4e4e7"
+ },
+ "--sidebar-foreground": {
+ "type": "color",
+ "value": "#09090b"
+ },
+ "--sidebar-primary": {
+ "type": "color",
+ "value": "#18181b"
+ },
+ "--sidebar-primary-foreground": {
+ "type": "color",
+ "value": "#fafafa"
+ },
+ "--sidebar-ring": {
+ "type": "color",
+ "value": "#71717a"
+ },
+ "grey1000": {
+ "type": "color",
+ "value": "24292F"
+ },
+ "grey900": {
+ "type": "color",
+ "value": "#57606A"
+ },
+ "grey100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-color-nav-chip-bg": {
+ "type": "color",
+ "value": "#ffffff14"
+ },
+ "--ui-color-nav-chip-border": {
+ "type": "color",
+ "value": "#ffffff2e"
+ },
+ "--ui-color-grey-100": {
+ "type": "color",
+ "value": "#ffffff"
+ },
+ "--ui-shadow-custom-2": {
+ "type": "color",
+ "value": "#00000000"
+ },
+ "--ui-color-dividing-line-2": {
+ "type": "color",
+ "value": "#eaeff3"
+ },
+ "--ui-color-hint-2": {
+ "type": "color",
+ "value": "#a7b1bb"
+ },
+ "--ui-color-title-a14": {
+ "type": "color",
+ "value": "#24292f14"
+ },
+ "--ui-color-title": {
+ "type": "color",
+ "value": "#24292f"
+ },
+ "--ui-color-disabled-text": {
+ "type": "color",
+ "value": "#cbd2d8"
+ },
+ "--ui-shadow-custom-3": {
+ "type": "color",
+ "value": "#00000040"
+ },
+ "--ui-color-hint-1": {
+ "type": "color",
+ "value": "#6e7781"
+ },
+ "--ui-shadow-custom-1": {
+ "type": "color",
+ "value": "#33333314"
+ },
+ "grey400": {
+ "type": "color",
+ "value": "#eaeff3"
+ }
+ }
+}
\ No newline at end of file