功能开发

This commit is contained in:
jiangdong
2025-10-05 23:44:27 +08:00
parent d81cf186b0
commit 031b1f9d77
96 changed files with 6271 additions and 493 deletions

View File

@@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Read(//d/project/fatemaster/backend/FateMaster.API/FateMaster.API/**)",
"Read(//d/project/fatemaster/backend/**)",
"Bash(cat:*)",
"Bash(dotnet build)",
"Bash(dotnet tool list:*)",
"Bash(dotnet tool install:*)",
"Bash(dotnet ef migrations add:*)",
"Bash(dotnet build:*)",
"Bash(taskkill:*)",
"Bash(dotnet add package:*)",
"Bash(dotnet remove:*)"
],
"deny": [],
"ask": []
}
}