From c8f95f83f212474bec445b971b8ae860b5b04bbe Mon Sep 17 00:00:00 2001 From: RXXXBNUer <1014042554@qq.com> Date: Sun, 4 Jan 2026 16:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=8F=90=E7=A4=BA=E6=8C=91=E6=88=98?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../python_skulpt_car/others/skulpt/libs/bg_highlight.js | 2 +- .../python_skulpt_car/others/skulpt/libs/bg_nonehl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_highlight.js b/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_highlight.js index 43bb2bce..b368135b 100644 --- a/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_highlight.js +++ b/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_highlight.js @@ -316,7 +316,7 @@ var $builtinmodule = function (name) { MAZE_HEIGHT : maze_SQUARE_SIZE * 8, PATH_WIDTH : maze_SQUARE_SIZE / 3, result : ResultType.UNSET, - finish : {x:0,y:0}, + finish : {x:3,y:2}, type:0,//类型为非用户自定义的 INVIMNUM : 0 }, diff --git a/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_nonehl.js b/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_nonehl.js index 12ab6227..07e38a13 100644 --- a/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_nonehl.js +++ b/boards/default_src/python_skulpt_car/others/skulpt/libs/bg_nonehl.js @@ -316,7 +316,7 @@ var $builtinmodule = function (name) { MAZE_HEIGHT : maze_SQUARE_SIZE * 8, PATH_WIDTH : maze_SQUARE_SIZE / 3, result : ResultType.UNSET, - finish : {x:0,y:0}, + finish : {x:3,y:2}, type:0,//类型为非用户自定义的 INVIMNUM : 0 },