mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 06:23:28 +08:00
docs(zh-CN): translate code block(plain text) (#753)
Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
@@ -34,20 +34,20 @@ origin: ECC
|
||||
|
||||
```
|
||||
app/
|
||||
├── Actions/ # Single-purpose use cases
|
||||
├── Actions/ # 单一用途的用例
|
||||
├── Console/
|
||||
├── Events/
|
||||
├── Exceptions/
|
||||
├── Http/
|
||||
│ ├── Controllers/
|
||||
│ ├── Middleware/
|
||||
│ ├── Requests/ # Form request validation
|
||||
│ └── Resources/ # API resources
|
||||
│ ├── Requests/ # 表单请求验证
|
||||
│ └── Resources/ # API 资源
|
||||
├── Jobs/
|
||||
├── Models/
|
||||
├── Policies/
|
||||
├── Providers/
|
||||
├── Services/ # Coordinating domain services
|
||||
├── Services/ # 协调领域服务
|
||||
└── Support/
|
||||
config/
|
||||
database/
|
||||
|
||||
Reference in New Issue
Block a user