添加bbs模块

This commit is contained in:
橙子
2023-01-24 20:28:33 +08:00
parent 67ca25cec4
commit 8a9c7e54e2
35 changed files with 740 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Yi.BBS.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19002",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}