-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# VMR数据流 | ||
# Data flow | ||
|
||
<!-- https://cdn.jsdelivr.net/gh/moqsien/img_repo@main/vmr_install.png --> | ||
![framwork.png](https://cdn.jsdelivr.net/gh/moqsien/img_repo@main/framework.png) | ||
|
||
- [collector](https://github.com/gvcgo/collector) 收集版本信息并上传到 **resources** 仓库。 | ||
- [resources](https://github.com/gvcgo/resources) 存储版本信息。 | ||
- [vmr](https://github.com/gvcgo/version-manager) 用户界面。 | ||
- [collector](https://github.com/gvcgo/collector) collects version list for SDKs and uploads the results to repo **resources**. | ||
- [resources](https://github.com/gvcgo/resources) holds the version list for SDKs. | ||
- [vmr](https://github.com/gvcgo/version-manager) is the user interface of the whole project. | ||
|
||
collector部署在远程服务器上, 用户无需关心。 | ||
**VMR** 从 **resources** 仓库获取版本信息, 然后向用户展示,或者根据用户的选择进行下载安装。 | ||
The collector is deployed on a remote server, which users do never need to care about. | ||
**VMR** fetches the prepared version list from repo **resources**, and shows/downloads the versions of an SDK. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Data flow | ||
# VMR数据流 | ||
|
||
<!-- https://cdn.jsdelivr.net/gh/moqsien/img_repo@main/vmr_install.png --> | ||
![framwork.png](https://cdn.jsdelivr.net/gh/moqsien/img_repo@main/framework.png) | ||
|
||
- [collector](https://github.com/gvcgo/collector) collects version list for SDKs and uploads the results to repo **resources**. | ||
- [resources](https://github.com/gvcgo/resources) holds the version list for SDKs. | ||
- [vmr](https://github.com/gvcgo/version-manager) is the user interface of the whole project. | ||
- [collector](https://github.com/gvcgo/collector) 收集版本信息并上传到 **resources** 仓库。 | ||
- [resources](https://github.com/gvcgo/resources) 存储版本信息。 | ||
- [vmr](https://github.com/gvcgo/version-manager) 用户界面。 | ||
|
||
The collector is deployed on a remote server, which users do never need to care about. | ||
**VMR** fetches the prepared version list from repo **resources**, and shows/downloads the versions of an SDK. | ||
collector部署在远程服务器上, 用户无需关心。 | ||
**VMR** 从 **resources** 仓库获取版本信息, 然后向用户展示,或者根据用户的选择进行下载安装。 |