feat(WechatSmallProject): 新增 微信小程序 课程(包含实验1-4)
This commit is contained in:
22
README.md
22
README.md
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
Copyright (c) 2025 zhilv
|
||||
|
||||
|
||||
This software is released under the MIT License.
|
||||
https://opensource.org/licenses/MIT
|
||||
-->
|
||||
@@ -8,20 +8,24 @@
|
||||
## 在 `cqucc` 的一些代码
|
||||
|
||||
1. 目录结构
|
||||
```sh
|
||||
.
|
||||
├── DataStructure # 数据结构
|
||||
├── PracticalTrain # 实训
|
||||
├── Server # Node.js 从基础到项目实践
|
||||
├── Spider # Python 网络爬虫基础教程
|
||||
└── Web # Web 前端开发技术
|
||||
```
|
||||
|
||||
```sh
|
||||
.
|
||||
├── DataStructure # 数据结构
|
||||
├── PracticalTrain # 实训
|
||||
├── Server # Node.js 从基础到项目实践
|
||||
├── Spider # Python 网络爬虫基础教程
|
||||
├── WechatSmallProject # 微信小程序开发实战
|
||||
└── Web # Web 前端开发技术
|
||||
```
|
||||
|
||||
2. 目录
|
||||
|
||||
- [数据结构](DataStructure/README.md)
|
||||
- [`Node.js` 从基础到项目实践](Server/README.md)
|
||||
- [`Python` 网络爬虫基础教程](Spider/README.md)
|
||||
- [`Web` 前端开发技术](Web/README.md)
|
||||
- [微信小程序开发实战](WechatSmallProject/README.md)
|
||||
- [实训](PracticalTrain/README.md)
|
||||
|
||||
## 📜 License
|
||||
|
||||
Reference in New Issue
Block a user