From 94dfc0b39b2203dc8982f368911274a9944928d8 Mon Sep 17 00:00:00 2001 From: moqsien Date: Sat, 4 May 2024 08:59:33 +0800 Subject: [PATCH] docs --- docs/gallery.md | 6 +++--- docs/sdklist.md | 6 +++--- docs/zh-cn/flow.md | 6 +++--- docs/zh-cn/gallery.md | 6 +++--- docs/zh-cn/sdklist.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/gallery.md b/docs/gallery.md index 1ff44ae..6b75daa 100644 --- a/docs/gallery.md +++ b/docs/gallery.md @@ -1,11 +1,11 @@ -- MacOS演示 +- Demo for MacOS ![demo](https://github.com/moqsien/img_repo/raw/main/vm.gif) -- Windows演示 +- Demo for Windows ![demo](https://github.com/moqsien/img_repo/raw/main/vm_win.gif) -- Linux演示 +- Demo for Linux ![demo](https://github.com/moqsien/img_repo/raw/main/vm_linux.gif) diff --git a/docs/sdklist.md b/docs/sdklist.md index d542006..6ec4157 100644 --- a/docs/sdklist.md +++ b/docs/sdklist.md @@ -13,9 +13,6 @@ - [Flutter(Dart)](https://flutter.dev) - [.Net](https://dotnet.microsoft.com) - [Rust](https://www.rust-lang.org) -- [Rustup](https://rustup.rs ) -- [Cygwin-installer](https://www.cygwin.com) -- [Msys2-installer](https://www.msys2.org) - [Zig](https://ziglang.org) - [Typst](https://typst.app) - [V](https://vlang.io) @@ -44,6 +41,9 @@ # Programming Tools - [Maven](https://maven.apache.org ) - [Gradle](https://gradle.org) +- [Rustup](https://rustup.rs ) +- [Cygwin-installer](https://www.cygwin.com) +- [Msys2-installer](https://www.msys2.org) - [Miniconda](https://docs.anaconda.com/free/miniconda/index.html) - [Coursier](https://get-coursier.io) - [Git-for-Windows](https://gitforwindows.org) diff --git a/docs/zh-cn/flow.md b/docs/zh-cn/flow.md index 83b2ef0..e5dbfa4 100644 --- a/docs/zh-cn/flow.md +++ b/docs/zh-cn/flow.md @@ -7,9 +7,9 @@ - [resources](https://github.com/gvcgo/resources) 存储版本信息。 - [vmr](https://github.com/gvcgo/version-manager) 用户界面。 -collector部署在远程服务器上, 会定时从官网获取最新的版本列表。这部分用户无需关心。 +**collector**部署在远程服务器上, 会定时从官网获取最新的版本列表。这部分用户无需关心。 -**VMR** 从 **resources** 仓库获取版本信息(注意,不是安装文件), 然后向用户展示,或者根据用户的选择进行下载安装。 +**VMR** 从 **resources** 仓库获取版本信息(注意,不是安装文件), 然后向用户展示,或者根据用户的选择从官网进行相关下载安装。 用户可以到**resources**仓库查看版本列表,其中包含了各种SDK的下载链接,均来自官网或者Github。这样做的好处在于,即使官网改版,用户仍然能够稳定的使用**VMR**。 -一般来说,SDK的发布周期都很长,用户也无需频繁地更新到最新版,collector的同步频率是够用的。 +一般来说,SDK的发布周期都很长,用户也无需频繁地更新到最新版,**collector**的同步频率是够用的。 diff --git a/docs/zh-cn/gallery.md b/docs/zh-cn/gallery.md index 6b75daa..1ff44ae 100644 --- a/docs/zh-cn/gallery.md +++ b/docs/zh-cn/gallery.md @@ -1,11 +1,11 @@ -- Demo for MacOS +- MacOS演示 ![demo](https://github.com/moqsien/img_repo/raw/main/vm.gif) -- Demo for Windows +- Windows演示 ![demo](https://github.com/moqsien/img_repo/raw/main/vm_win.gif) -- Demo for Linux +- Linux演示 ![demo](https://github.com/moqsien/img_repo/raw/main/vm_linux.gif) diff --git a/docs/zh-cn/sdklist.md b/docs/zh-cn/sdklist.md index 4adbdc7..dc44185 100644 --- a/docs/zh-cn/sdklist.md +++ b/docs/zh-cn/sdklist.md @@ -13,9 +13,6 @@ - [Flutter(Dart)](https://flutter.dev) - [.Net](https://dotnet.microsoft.com) - [Rust](https://www.rust-lang.org) -- [Rustup](https://rustup.rs ) -- [Cygwin-installer](https://www.cygwin.com) -- [Msys2-installer](https://www.msys2.org) - [Zig](https://ziglang.org) - [Typst](https://typst.app) - [V](https://vlang.io) @@ -44,6 +41,9 @@ # 编程工具 - [Maven](https://maven.apache.org ) - [Gradle](https://gradle.org) +- [Rustup](https://rustup.rs ) +- [Cygwin-installer](https://www.cygwin.com) +- [Msys2-installer](https://www.msys2.org) - [Miniconda](https://docs.anaconda.com/free/miniconda/index.html) - [Coursier](https://get-coursier.io) - [Git-for-Windows](https://gitforwindows.org)