From 259b39950ad434288032a9c1c60fee57cab5a660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Fri, 20 Jan 2023 12:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5=EF=BC=8Cdocs?= =?UTF-8?q?=EF=BC=9A=E8=AF=BE=E7=A8=8B=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2cf9109..816af1d 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ ### 2. 课程目录 -| 目录 | 视频 | Github | Gitcode | -| -------------------------------------------------------- | ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | -| 开篇介绍 | | | | -| 第1节:SpringBoot DDD 工程创建和 Github/Gitcode 仓库使用 | | [【23_xfg_init_project】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_init_project) | [【23_xfg_init_project】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_init_project) | -| 第2节:创建知识星球,爬取接口信息 | | [【23_xfg_zsxq_api】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_api) | [【23_xfg_zsxq_api】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_api) | -| 第3节:知识星球接口领域服务开发 | | [【23_xfg_zsxq_domain】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_domain) | [【23_xfg_zsxq_domain】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_domain) | -| 第4节:对接ChatGPT,调用接口; | | [【23_xfg_chatgpt】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_chatgpt) | [【23_xfg_chatgpt】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_chatgpt) | -| 第5节:整合知识星球与ChatGPT,完成自动化回答 | | [【23_xfg_job】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_job) | [【23_xfg_job】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_job) | -| 第6节:打包镜像文件,部署服务到 Docker 容器 | | [【23_xfg_docker】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_docker) | [【23_xfg_docker】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_docker) | +| 目录 - `点击章节进入到学习视频` | Github | Gitcode | +| -------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | +| 开篇介绍,学习引导 | | | +| 第1节:SpringBoot DDD 工程创建和 Github/Gitcode 仓库使用 | [【23_xfg_init_project】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_init_project) | [【23_xfg_init_project】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_init_project) | +| 第2节:创建知识星球,爬取接口信息 | [【23_xfg_zsxq_api】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_api) | [【23_xfg_zsxq_api】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_api) | +| 第3节:知识星球接口领域服务开发 | [【23_xfg_zsxq_domain】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_domain) | [【23_xfg_zsxq_domain】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_domain) | +| 第4节:对接ChatGPT,调用接口 | [【23_xfg_chatgpt】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_chatgpt) | [【23_xfg_chatgpt】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_chatgpt) | +| 第5节:整合知识星球与ChatGPT,完成自动化回答 | [【23_xfg_job】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_job) | [【23_xfg_job】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_job) | +| 第6节:打包镜像文件,部署服务到 Docker 容器 | [【23_xfg_docker】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_docker) | [【23_xfg_docker】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_docker) | ### 3. 加入星球【ChatGPT AI 问答助手】 -- GitLab