From 32f56b950ddb6b5e020dac944017433ceb91fe84 Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Fri, 28 Aug 2026 14:51:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(script=5Fengine):=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 +++ models/script_log.json | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 json/build.sh delete mode 100644 models/script_log.json diff --git a/json/build.sh b/json/build.sh new file mode 100755 index 0000000..9b8de65 --- /dev/null +++ b/json/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +xls2ui -m ../models -o ../wwwroot script_engine *.json diff --git a/models/script_log.json b/models/script_log.json deleted file mode 100644 index cecab4c..0000000 --- a/models/script_log.json +++ /dev/null @@ -1 +0,0 @@ -script_log 表定义。 \ No newline at end of file