修改配置表

This commit is contained in:
2026-02-20 21:05:26 +08:00
parent 861a8a9d16
commit 8b29ebdfc6
7 changed files with 15 additions and 1 deletions

BIN
Datas/#Goods-商品.xlsx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Datas/#Shop-商店.xlsx Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -4,7 +4,7 @@ set CONF_ROOT=.
set GEN_ROOT=../Fishing2
dotnet %LUBAN_DLL% ^
-t all ^
-t client ^
-d json ^
-c cs-simple-json ^
--conf %CONF_ROOT%\luban.conf ^

14
gen_server.bat Normal file
View File

@@ -0,0 +1,14 @@
set WORKSPACE=.
set LUBAN_DLL=%WORKSPACE%\Luban\Luban.dll
set CONF_ROOT=.
set GEN_ROOT=../Fishing2Server
dotnet %LUBAN_DLL% ^
-t server ^
-d json ^
-c cs-newtonsoft-json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=%GEN_ROOT%/Entity/Generate/ConfigTable ^
-x outputDataDir=%GEN_ROOT%/Main/cfg
pause