27 lines
993 B
Markdown
27 lines
993 B
Markdown
```markdown
|
|
# 📦 Resources
|
|
|
|
> Templates, Tools, External Resources
|
|
|
|
## 🗂️ Templates and Tools
|
|
|
|
| Resource | Description |
|
|
|:---|:---|
|
|
| [General Project Architecture Template](./通用项目架构模板.md) | Standard directory structures for various project types |
|
|
| [Code Organization](./代码组织.md) | Best practices for code organization |
|
|
| [Tool Set](./工具集.md) | Commonly used development tools |
|
|
|
|
## 📚 Learning Resources
|
|
|
|
| Resource | Description |
|
|
|:---|:---|
|
|
| [Recommended Programming Books](./编程书籍推荐.md) | Curated selection of programming books |
|
|
| [Aggregated External Resources](./外部资源聚合.md) | Summary of AI tools, communities, and GitHub repositories |
|
|
|
|
## 🔗 Related Resources
|
|
- [Fundamentals Guide](../00-基础指南/) - Core concepts and methodologies
|
|
- [Getting Started Guide](../01-入门指南/) - Environment setup
|
|
- [Methodology](../02-方法论/) - Tools and experience
|
|
- [Practice](../03-实战/) - Hands-on practice
|
|
```
|