feat: 更新项目配置和文档,优化UI样式和CI配置

- 从tsconfig.json中移除测试文件排除规则
- 优化错误边界组件的min-h样式
- 修正about-section中的引号转义和背景样式
- 更新woodpecker.yml中的release分支匹配模式
- 新增monorepo多站点架构设计方案文档
This commit was merged in pull request #1.
This commit is contained in:
张翔
2026-03-28 14:39:28 +08:00
parent a003f1192e
commit e6e3f79a2b
5 changed files with 266 additions and 13 deletions
-2
View File
@@ -46,8 +46,6 @@
"exclude": [
"node_modules",
"tests",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"e2e"
]
}