mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs(i18n): localize Chinese internal links
This commit is contained in:
+7
-3
@@ -10,6 +10,8 @@ DeepSeek Harness(`dsh`)是由 [DeepSeek AI](https://deepseek.com) 开发的
|
||||
|
||||
DeepSeek Harness 目前处于 _开发者预览_ 阶段,正在快速迭代。**未来将出现破坏兼容性的变更。**
|
||||
|
||||
<a id="run"></a>
|
||||
|
||||
## 运行
|
||||
|
||||
### 通过 `npm` 运行
|
||||
@@ -20,7 +22,9 @@ DeepSeek Harness 目前处于 _开发者预览_ 阶段,正在快速迭代。**
|
||||
npx @deepseek-ai/dsh web
|
||||
```
|
||||
|
||||
该命令会启动 Web UI,默认地址为 `http://127.0.0.1:3080`。详见 [Web UI 指南](docs/user/guide/index.md)。
|
||||
该命令会启动 Web UI,默认地址为 `http://127.0.0.1:3080`。详见 [Web UI 指南](docs/user/guide/index.zh.md)。
|
||||
|
||||
<a id="run-from-source"></a>
|
||||
|
||||
### 从源码运行
|
||||
|
||||
@@ -59,11 +63,11 @@ pnpm dsh web
|
||||
|
||||
## 参与贡献
|
||||
|
||||
参见 [CONTRIBUTING.md](CONTRIBUTING.md)。
|
||||
参见 [CONTRIBUTING.md](CONTRIBUTING.zh.md)。
|
||||
|
||||
## 开发
|
||||
|
||||
请先阅读[开发指南](docs/development.md)与[架构文档](docs/architecture.md)。
|
||||
请先阅读[开发指南](docs/development.zh.md)与[架构文档](docs/architecture.zh.md)。
|
||||
|
||||
面向 agent:请遵循 [AGENTS.md](AGENTS.md)。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user