Skip to content

Commit b7b8388

Browse files
committed
Update README.md
1 parent b655f4d commit b7b8388

6 files changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Chat2DB supports connecting to the following databases:
6767
- H2
6868
- Oracle
6969
- SQLServer
70-
- SQLLite
70+
- SQLite
7171
- MariaDB
7272
- ClickHouseare
7373
- DM
@@ -135,7 +135,7 @@ Note: If local debugging is required
135135
- git clone to local
136136
137137
```bash
138-
$ git clone git@github.com:alibaba/Chat2DB.git
138+
$ git clone git@github.com:chat2db/Chat2DB.git
139139
```
140140

141141
- Front-End debug
@@ -166,8 +166,8 @@ $ npm run build:web:prod / cp -r dist ../chat2db-server/chat2db-server-start/src
166166

167167
## 📑 Documentation
168168

169-
- <a href="https://chat2db.opensource.alibaba.com">Official website document</a>
170-
- <a href="https://github.com/alibaba/ali-dbhub/issues">Issue </a>
169+
- <a href="https://doc.sqlgpt.cn/">Official website document</a>
170+
- <a href="https://github.com/chat2db/Chat2DB/issues">Issue </a>
171171

172172
## Stargazers
173173

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Chat2DB 支持的数据库连接有:
6464
- H2
6565
- Oracle
6666
- SQLServer
67-
- SQLLite
67+
- SQLite
6868
- MariaDB
6969
- ClickHouseare
7070
- DM
@@ -159,7 +159,7 @@ $ npm run build:web:prod / cp -r dist ../chat2db-server/chat2db-server-start/src
159159

160160
## 📑 文档
161161

162-
- <a href="https://chat2db.opensource.alibaba.com">官方文档</a>
162+
- <a href="https://doc.sqlgpt.cn/zh/">官方文档</a>
163163
- <a href="https://github.com/chat2db/Chat2DB/issues">Issue</a>
164164

165165
## 常见问题

chat2db-client/src/components/Console/ChatInput/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import i18n from '@/i18n/';
66
import Iconfont from '@/components/Iconfont';
77
import { WarningOutlined } from '@ant-design/icons';
88
import { AiSqlSourceType, IRemainingUse } from '@/typings/ai';
9-
import { WECHAT_MP_URL } from '@/constants/social';
109

1110
export const enum SyncModelType {
1211
AUTO = 0,

chat2db-client/src/constants/social.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

chat2db-client/src/service/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum ErrorCode {
4040
const noNeedToastErrorCode = [ErrorCode.NEED_LOGGED_IN];
4141

4242
// yapi mock地址
43-
const mockUrl = 'https://yapi.alibaba.com/mock/1000160';
43+
const mockUrl = 'https://yapi.com/mock/1000160';
4444

4545
// 桌面端的服务器地址
4646
const desktopServiceUrl = `http://127.0.0.1:${__APP_PORT__ || '10824'}`;

chat2db-server/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 内部协作规范
22
## 接口规范
3-
统一使用yapi,空间地址: https://yapi.alibaba.com/project/1000160/interface/api
43
不会使用的参照:https://yuque.antfin-inc.com/docs/share/8a5ff21a-6367-4c77-9e3c-1d5ae9570060?# 《yapi》
54
## 国际化处理方案
65
*`messages.properties` 文件下新增code

0 commit comments

Comments
 (0)