From 78e153a3bec824964a52c3a0c2744ef0191f44ac Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 24 三月 2026 11:46:17 +0800
Subject: [PATCH] feat: 新增缺失前端页面并接入路由
---
Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json b/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
index cdf1c69..b1f5606 100644
--- a/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
+++ b/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
@@ -8,7 +8,9 @@
"Bash(find . -maxdepth 2 -type f -name \"*.csproj\" 2>/dev/null | head -20)",
"Bash(find . -name \"*.md\" -o -name \"docs\" -type d 2>/dev/null | head -20)",
"Bash(ls -la WIDESEAWCS_Core/*.cs 2>/dev/null | wc -l)",
- "Bash(find . -name \"*.cs\" -not -path \"*/bin/*\" -not -path \"*/obj/*\" -exec wc -l {} + | tail -1)"
+ "Bash(find . -name \"*.cs\" -not -path \"*/bin/*\" -not -path \"*/obj/*\" -exec wc -l {} + | tail -1)",
+ "Bash(find . -maxdepth 2 -type d -name \"*Domain*\" -o -name \"*Application*\" -o -name \"*Infrastructure*\" 2>/dev/null | head -20)",
+ "Bash(cd \"/d/Git/ShanMeiXinNengYuan/Code/WCS/WIDESEAWCS_Server/.worktrees/ddd-refactor/Code/WCS/WIDESEAWCS_Server\" && dotnet sln WIDESEAWCS_Server.sln add WIDESEAWCS_Domain/WIDESEAWCS_Domain.csproj && dotnet sln WIDESEAWCS_Server.sln add WIDESEAWCS_Domain.Tests/WIDESEAWCS_Domain.Tests.csproj)"
]
}
}
--
Gitblit v1.9.3