From e7f99bb026c21ce80c946a1fdfba8b1800f80812 Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sun, 30 Aug 2026 14:08:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9F=9F=E6=A8=A1=E5=9E=8Bv2):=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=BB=91=E5=AE=9A=E5=9B=9E=E9=80=80=E4=B8=BADB?= =?UTF-8?q?=E6=97=A2=E6=9C=89=E4=B8=89=E7=BA=A7(world/scene/entity)+game?= =?UTF-8?q?=5Fid=E5=86=97=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/script_engine.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/models/script_engine.json b/models/script_engine.json index 7e9437e..a55dc65 100644 --- a/models/script_engine.json +++ b/models/script_engine.json @@ -45,14 +45,20 @@ "length": 255 }, { - "name": "bind_type", - "title": "绑定级 game/world/scene/entity", + "name": "world_id", + "title": "世界级脚本", "type": "str", - "length": 16 + "length": 32 }, { - "name": "bind_id", - "title": "绑定对象ID", + "name": "scene_id", + "title": "场景级脚本", + "type": "str", + "length": 32 + }, + { + "name": "entity_id", + "title": "实体级脚本", "type": "str", "length": 32 },