Browse Source
Merge pull request #2965 from cnAbp/Translate
Update document
pull/2972/head
maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
37 additions and
3 deletions
-
docs/zh-Hans/CLI.md
-
docs/zh-Hans/Nightly-Builds.md
-
docs/zh-Hans/docs-nav.json
|
|
|
@ -129,6 +129,26 @@ abp update [options] |
|
|
|
* `--npm`: 仅更新NPM包 |
|
|
|
* `--nuget`: 仅更新的NuGet包 |
|
|
|
|
|
|
|
### 切换到每晚构建(预览)包 |
|
|
|
|
|
|
|
想要切换到ABP框架的最新预览版可以使用此命令. |
|
|
|
|
|
|
|
用法: |
|
|
|
|
|
|
|
````bash |
|
|
|
abp switch-to-preview [options] |
|
|
|
```` |
|
|
|
|
|
|
|
你也可以使用切换回稳定版本: |
|
|
|
|
|
|
|
````bash |
|
|
|
abp switch-to-stable [options] |
|
|
|
```` |
|
|
|
|
|
|
|
#### Options |
|
|
|
|
|
|
|
`--solution-path` 或 `-sp`: 指定解决方案(.sln)文件路径. 如果未指定,CLI试寻找当前目录中的.sln文件. |
|
|
|
|
|
|
|
### login |
|
|
|
|
|
|
|
CLI的一些功能需要登录到abp.io平台. 使用你的用户名登录 |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
# 每日构建 |
|
|
|
# 每日构建 |
|
|
|
|
|
|
|
所有框架和模块包都每晚都部署到MyGet. 因此你可以使用或测试最新的代码,而无需等待下一个版本. |
|
|
|
所有框架和模块包每晚都部署到MyGet. 因此你可以使用或测试最新的代码,而无需等待下一个版本. |
|
|
|
|
|
|
|
## 在Visual Studio配置 |
|
|
|
## 在Visual Studio配置 |
|
|
|
|
|
|
|
> 需要Visual Studio 2017以上 |
|
|
|
|
|
|
|
|
|
|
|
@ -333,6 +333,20 @@ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "启动模板", |
|
|
|
"path": "Startup-Templates/Index.md", |
|
|
|
"items": [ |
|
|
|
{ |
|
|
|
"text": "应用程序", |
|
|
|
"path": "Startup-Templates/Application.md" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "模块", |
|
|
|
"path": "Startup-Templates/Module.md" |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "示例", |
|
|
|
"items": [ |
|
|
|
|