mirror of
https://github.com/Ky0toFu/Mirror-Flowers.git
synced 2025-09-18 13:01:23 +00:00
8 lines
361 B
Plaintext
8 lines
361 B
Plaintext
code-audit-tool/
|
|
├── frontend/ # Vue.js前端
|
|
├── backend/ # Python FastAPI后端
|
|
├── core/ # 核心审计逻辑
|
|
│ ├── analyzers/ # 各种分析器
|
|
│ ├── parsers/ # 代码解析器
|
|
│ └── ai/ # AI分析模块
|
|
└── docker/ # Docker配置文件 |