add submodule: python bsdl parser

This commit is contained in:
2025-05-08 21:54:35 +08:00
parent 13a71368da
commit 10918a997c
5 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ clean:
rm -rf "server.test/obj"
rm -rf "dist"
update:
git submodule update --init --remote --recursive
# 生成Restful API到网页客户端
gen-api:
cd server && dotnet run &