2_AI 编程资源汇总
整理 AI 编程核心资源:Code Review 工具、AI IDE 配置方案及账号认证方法。
flowchart LR
subgraph CR["Code Review"]
A1["CodeRabbit"]
A2["Greptile"]
A3["AmpCode"]
end
subgraph IDE["AI IDE"]
B1["Kiro"]
B2["Antigravity"]
B3["AmpCode"]
B4["OpenCode"]
B5["Cursor"]
B6["Clude Code"]
end
subgraph AUTH["账号认证"]
C1["ChatGPT 教师认证"]
C2["谷歌相关认证"]
end
AI["AI 编程资源"] --> CR
AI --> IDE
AI --> AUTH
classDef primary fill:#4F46E5,stroke:#3730A3,color:#fff
classDef success fill:#10B981,stroke:#059669,color:#fff
classDef warning fill:#F59E0B,stroke:#D97706,color:#000
classDef info fill:#06B6D4,stroke:#0891B2,color:#fff
class AI primary
class A1,A2,A3,A4 success
class B1,B2,B3,B4 info
class C1,C2 warning