This commit is contained in:
cjd
2025-11-04 21:09:16 +08:00
parent 8260e293c7
commit bb90a020dc
592 changed files with 61749 additions and 27 deletions

26
CreateYourProject.bat Normal file
View File

@@ -0,0 +1,26 @@
color 5
echo "if u install template error,pls connect QQ:3143422472"
color 3
dotnet new -i DouyinApi.Webapi.Template
set /p OP=Please set your project name(for example:BlogMicService):
md .1YourProject
cd .1YourProject
dotnet new blogcoretpl -n %OP%
cd ../
echo "Create Successfully!!!! ^ please see the folder .1YourProject"
dotnet new -u DouyinApi.Webapi.Template
echo "Delete Template Successfully"
pause