File tree Expand file tree Collapse file tree
components/Console/ChatInput Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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## 常见问题
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import i18n from '@/i18n/';
66import Iconfont from '@/components/Iconfont' ;
77import { WarningOutlined } from '@ant-design/icons' ;
88import { AiSqlSourceType , IRemainingUse } from '@/typings/ai' ;
9- import { WECHAT_MP_URL } from '@/constants/social' ;
109
1110export const enum SyncModelType {
1211 AUTO = 0 ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ enum ErrorCode {
4040const 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// 桌面端的服务器地址
4646const desktopServiceUrl = `http://127.0.0.1:${ __APP_PORT__ || '10824' } ` ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments