第一版主工程LubanHub.App

This commit is contained in:
jackqqq123
2025-09-24 01:23:09 +08:00
parent 887efe22da
commit 58d8d1f625
10 changed files with 512 additions and 0 deletions

15
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"LubanHub.sln"
],
"problemMatcher": "$msCompile"
}
]
}