fix
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -1,7 +1,7 @@
|
||||
# PROJECT KNOWLEDGE BASE - EmailBill
|
||||
|
||||
**Generated:** 2026-01-28
|
||||
**Commit:** 5c9d7c5
|
||||
**Generated:** 2026-02-10
|
||||
**Commit:** 3e18283
|
||||
**Branch:** main
|
||||
|
||||
## OVERVIEW
|
||||
@@ -15,9 +15,11 @@ EmailBill/
|
||||
├── Entity/ # Database entities (FreeSql ORM)
|
||||
├── Repository/ # Data access layer
|
||||
├── Service/ # Business logic layer
|
||||
├── Application/ # Application layer (业务编排、DTO转换)
|
||||
├── WebApi/ # ASP.NET Core Web API
|
||||
├── WebApi.Test/ # Backend tests (xUnit)
|
||||
└── Web/ # Vue 3 frontend (Vite + Vant UI)
|
||||
├── Web/ # Vue 3 frontend (Vite + Vant UI)
|
||||
└── .doc/ # Project documentation archive
|
||||
```
|
||||
|
||||
## WHERE TO LOOK
|
||||
@@ -26,10 +28,12 @@ EmailBill/
|
||||
| Entity definitions | Entity/ | BaseEntity pattern, FreeSql attributes |
|
||||
| Data access | Repository/ | BaseRepository, GlobalUsings |
|
||||
| Business logic | Service/ | Jobs, Email services, App settings |
|
||||
| Application orchestration | Application/ | DTO 转换、业务编排、接口门面 |
|
||||
| API endpoints | WebApi/Controllers/ | DTO patterns, REST controllers |
|
||||
| Frontend views | Web/src/views/ | Vue composition API |
|
||||
| API clients | Web/src/api/ | Axios-based HTTP clients |
|
||||
| Tests | WebApi.Test/ | xUnit + NSubstitute + FluentAssertions |
|
||||
| Documentation archive | .doc/ | Technical docs, migration guides |
|
||||
|
||||
## Build & Test Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user