fix:1、添加项目。2、基本箭头生成

This commit is contained in:
2026-06-12 18:10:00 +08:00
commit 2d5012e37e
6588 changed files with 665673 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
{
"levelId": 1001,
"levelName": "可视化编辑关卡",
"gridRows": 10,
"gridCols": 10,
"pointSpacing": 60,
"arrows": [
{
"id": 1,
"startPoint": 0,
"endPoint": 30,
"color": "#FFFFFF",
"path": [
"right",
"right",
"down",
"down",
"left",
"down",
"left"
]
},
{
"id": 2,
"startPoint": 59,
"endPoint": 66,
"color": "#CCFF66",
"path": [
"left",
"left",
"up",
"left",
"down",
"down"
]
},
{
"id": 3,
"startPoint": 78,
"endPoint": 0,
"color": "#FFFF00",
"path": []
},
{
"id": 4,
"startPoint": 62,
"endPoint": 53,
"color": "#0000FF",
"path": [
"down",
"right",
"right",
"up",
"left",
"up",
"down",
"up"
]
}
]
}