Loading...
Loading...
Compare original and translation side by side
undefinedundefined
When the user confirms the scope, move on to deep research.
用户确认范围后,进入深度研究阶段。docs/architecture/ARCHITECTURE.mddocs/architecture/ARCHITECTURE.mdundefinedundefinedflowchart TD
A[Entry Point] --> B[Component]
B --> C[Data Store]flowchart TD
A[Entry Point] --> B[Component]
B --> C[Data Store]path/to/file.extfunctionName()anotherFunction()path/to/file.extfunctionName()anotherFunction()| Component | File | Key Symbols |
|---|---|---|
| Auth | | |
| Cache | | |
| 组件 | 文件 | 关键符号 |
|---|---|---|
| Auth | | |
| Cache | | |
| Term | Definition |
|---|---|
| [Term] | [Project-specific definition] |
undefined| 术语 | 定义 |
|---|---|
| [术语] | [项目特定定义] |
undefinedsrc/auth/login.tspath/to/file.exthandleAuth function in auth/src/auth/login.tspath/to/file.extauth/中的handleAuth函数flowchart TD
A[Client] --> B[API Gateway]
B --> C[Service]
C --> D[(Database)]sequenceDiagram
Client->>API: Request
API->>Service: Process
Service-->>API: Response
API-->>Client: Resultflowchart TD
A[Client] --> B[API Gateway]
B --> C[Service]
C --> D[(Database)]sequenceDiagram
Client->>API: Request
API->>Service: Process
Service-->>API: Response
API-->>Client: Result