From 252901fca6aa538c5dddddf84d00e8cd10cb0ce6 Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Fri, 28 Aug 2026 14:51:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(world=5Fsnapshot):=20=E8=A1=A5=20json/build?= =?UTF-8?q?.sh=EF=BC=88=E5=9B=9B=E6=AD=A5=E5=AE=89=E8=A3=85=E2=91=A1?= =?UTF-8?q?=EF=BC=89=EF=BC=9B=E5=88=A0=E9=99=A4=E5=8D=A0=E4=BD=8D=E7=AC=A6?= =?UTF-8?q?=E5=81=87=20models=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 json/build.sh diff --git a/json/build.sh b/json/build.sh new file mode 100755 index 0000000..963db3a --- /dev/null +++ b/json/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +xls2ui -m ../models -o ../wwwroot world_snapshot *.json