From 8be1834cfbbfd59c140a9a40fe7c5f36927638e4 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Wed, 26 Jul 2023 17:32:26 +0800 Subject: [PATCH] docs --- {docs => .github}/imgs/KBProcess.jpg | Bin {docs => .github}/imgs/demo.png | Bin .gitignore | 1 + README.md | 4 ++-- 4 files changed, 3 insertions(+), 2 deletions(-) rename {docs => .github}/imgs/KBProcess.jpg (100%) rename {docs => .github}/imgs/demo.png (100%) diff --git a/docs/imgs/KBProcess.jpg b/.github/imgs/KBProcess.jpg similarity index 100% rename from docs/imgs/KBProcess.jpg rename to .github/imgs/KBProcess.jpg diff --git a/docs/imgs/demo.png b/.github/imgs/demo.png similarity index 100% rename from docs/imgs/demo.png rename to .github/imgs/demo.png diff --git a/.gitignore b/.gitignore index 2892820b1..2bced90fb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules/ out/ # production build/ +.astro/ # misc .DS_Store diff --git a/README.md b/README.md index 7f5247d9a..8ca56ce1e 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接 🎉 [fastgpt.run](https://fastgpt.run/) 🎉 [ai.fastgpt.run](https://ai.fastgpt.run/) -![Demo](docs/imgs/demo.png?raw=true 'demo') +![Demo](docs/.github/demo.png?raw=true 'demo') #### 知识库原理图 -![KBProcess](docs/imgs/KBProcess.jpg?raw=true 'KBProcess') +![KBProcess](docs/.github/KBProcess.jpg?raw=true 'KBProcess') ## 👨‍💻 开发