Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions projects/fastgpt/README-zh.md

This file was deleted.

78 changes: 0 additions & 78 deletions projects/fastgpt/README.md

This file was deleted.

12 changes: 11 additions & 1 deletion projects/fastgpt/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SiteConfig } from '@/types/siteConfig';
import { BsGithub, BsTwitterX, BsWechat } from 'react-icons/bs';
import { BsGithub, BsTwitterX, BsWechat, BsDiscord } from 'react-icons/bs';
import { MdEmail } from 'react-icons/md';
import { SiBuymeacoffee, SiJuejin } from 'react-icons/si';

Expand Down Expand Up @@ -35,6 +35,11 @@ const baseSiteConfig = {
},
headerLinks: [
{ name: 'repo', href: OPEN_SOURCE_URL, icon: BsGithub },
{
name: 'Discord',
href: 'https://discord.gg/mp68xkZn2Q',
icon: BsDiscord
},
{
name: 'weChat',
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',
Expand All @@ -44,6 +49,11 @@ const baseSiteConfig = {
footerLinks: [
{ name: 'email', href: 'mailto:[email protected]', icon: MdEmail },
{ name: 'github', href: 'https://github.com/labring/FastGPT', icon: BsGithub },
{
name: 'Discord',
href: 'https://discord.gg/mp68xkZn2Q',
icon: BsDiscord
},
{
name: 'weChat',
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',
Expand Down
4 changes: 2 additions & 2 deletions projects/fastgpt/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"CTA": {
"title": "Start Building Your Domain-Specific Knowledge Base Now",
"description1": "Create",
"description2": "your own AI-powered customer support,",
"description2": " your own AI-powered customer support, ",
"description3": "integrate it with",
"description4": "your products, and ",
"description4": " your products, and ",
"description5": "accelerate",
"description6": " your growth today!"
},
Expand Down
4 changes: 2 additions & 2 deletions projects/fastgpt/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"CTA": {
"title": "立即构建您的专有领域知识库",
"description1": "构建",
"description2": "您的专属 AI 客服,",
"description2": " 您的专属 AI 客服,",
"description3": "接入",
"description4": "您的产品,并开始",
"description4": " 您的产品,并开始 ",
"description5": "快速增长",
"description6": "!"
},
Expand Down