From 882141b2b38fc9c972c8c2f93567b239d363e2e9 Mon Sep 17 00:00:00 2001 From: chen wei bo <1025839511@qq.com> Date: Fri, 22 Aug 2025 18:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E5=AD=90=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E6=B8=85=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen_client.bat | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 gen_client.bat diff --git a/gen_client.bat b/gen_client.bat deleted file mode 100644 index 4259bdd0..00000000 --- a/gen_client.bat +++ /dev/null @@ -1,15 +0,0 @@ -set WORKSPACE=..\.. - -set LUBAN_DLL=Tools\Luban\Luban.dll -set CONF_ROOT=DataTables - -dotnet %LUBAN_DLL% ^ - -t all ^ - -c typescript-bin ^ - -d bin ^ - --conf %CONF_ROOT%\luban.conf ^ - -x outputCodeDir=assets\scripts\schema ^ - -x outputDataDir=assets\bundles\DataTable ^ - -x bin.fileExt=bin - -pause \ No newline at end of file