Skip to content

Commit 2e467a8

Browse files
authored
Merge pull request #500 from ThinkInAIXYZ/dev
Release 0.2.3
2 parents cb5b81b + 887e474 commit 2e467a8

File tree

170 files changed

+8152
-2865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+8152
-2865
lines changed

.cursor/rules/i18n.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ i18n:
88
framework: 'vue-i18n'
99
location: 'src/renderer/src/i18n'
1010
requirement: 'all user-facing strings must use i18n keys'
11-
locales: ['zh-CN','en-US','ko-KR','ru-RU','zh-HK','fr-FR']
11+
locales: ['zh-CN','en-US','ko-KR','ru-RU','zh-HK','fr-FR','fa-IR']
1212

1313
# 国际化开发指南
1414
R
@@ -22,6 +22,7 @@ R
2222
- 俄文
2323
- 繁体中文
2424
- 法文
25+
- 波斯文(伊朗)
2526

2627
## 技术实现
2728

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
VITE_GITHUB_CLIENT_ID=Iv1.b507a08c87ecfe98
55
VITE_GITHUB_CLIENT_SECRET=your_github_client_secret_here
66
VITE_GITHUB_REDIRECT_URI=https://deepchatai.cn/auth/github/callback
7+
VITE_LOG_IPC_CALL=0

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ We use GitHub to host code, to track issues and feature requests, as well as acc
8484
4. Install project dependencies:
8585

8686
```bash
87-
yarn install
87+
npm install
8888
```
8989

9090
5. Start the development server:
9191
```bash
92-
yarn dev
92+
npm run dev
9393
```
9494

9595
## Project Structure
@@ -109,8 +109,8 @@ We use GitHub to host code, to track issues and feature requests, as well as acc
109109
Please ensure your code follows our style guidelines by running:
110110

111111
```bash
112-
yarn lint
113-
yarn format
112+
npm run build
113+
npm run i18n
114114
```
115115

116116
## Pull Request Process

CONTRIBUTING.zh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,14 @@
8484
4. 安装项目依赖:
8585

8686
```bash
87-
yarn install
87+
npm install
88+
npm run installRuntime
8889
```
8990

9091
5. 启动开发服务器:
91-
```bash
92-
yarn dev
93-
```
92+
```bash
93+
npm run dev
94+
```
9495

9596
## 项目结构
9697

@@ -109,8 +110,8 @@
109110
请确保您的代码符合我们的代码风格指南,可以运行以下命令:
110111

111112
```bash
112-
yarn lint
113-
yarn format
113+
npm run build
114+
npm run i18n
114115
```
115116

116117
## Pull Request 流程

README.jp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ DeepChatは、様々な大規模言語モデルと対話するための統一さ
202202
<a href="https://cloud.tencent.com/product/hunyuan">Hunyuan</a>
203203
</td>
204204
</tr>
205+
<tr align="center">
206+
<td>
207+
<img src="./src/renderer/src/assets/llm-icons/302ai.svg" width="50" height="50" alt="302.AI Icon"><br/>
208+
<a href="https://302.ai/">302.AI</a>
209+
</td>
210+
<td></td>
211+
<td></td>
212+
<td></td>
213+
</tr>
205214

206215
</table>
207216

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,15 @@ For more details on how to use these features, see the [User Guide](./docs/user-
204204
<a href="https://cloud.tencent.com/product/hunyuan">Hunyuan</a>
205205
</td>
206206
</tr>
207+
<tr align="center">
208+
<td>
209+
<img src="./src/renderer/src/assets/llm-icons/302ai.svg" width="50" height="50" alt="302.AI Icon"><br/>
210+
<a href="https://302.ai/">302.AI</a>
211+
</td>
212+
<td></td>
213+
<td></td>
214+
<td></td>
215+
</tr>
207216

208217
</table>
209218

README.zh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ DeepChat是一个功能强大的开源AI聊天平台,为用户提供与多种
202202
<a href="https://cloud.tencent.com/product/hunyuan">混元</a>
203203
</td>
204204
</tr>
205+
<tr align="center">
206+
<td>
207+
<img src="./src/renderer/src/assets/llm-icons/302ai.svg" width="50" height="50" alt="302.AI图标"><br/>
208+
<a href="https://302.ai/">302.AI</a>
209+
</td>
210+
<td></td>
211+
<td></td>
212+
<td></td>
213+
</tr>
205214

206215
</table>
207216

0 commit comments

Comments
 (0)