diff --git a/README.md b/README.md index d7812d5cb92b07f78ed5358d448f9dc351dd2e5e..129e7fd8f7db17158a754bba1c9fd43ebf1df7cd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [在线预览](https://xjh22222228.github.io/nav/index.html) -![preview](https://raw.githubusercontent.com/xjh22222228/nav/master/media/v2.gif) +![Preview](media/v2.png) @@ -50,6 +50,9 @@ Thank you for your [contribution](https://github.com/xjh22222228/nav/issues), me ## Build Setup ``` bash +# 下载 +git clone --depth=1 https://github.com/xjh22222228/nav.git + # 安装依赖 npm install @@ -72,7 +75,7 @@ npm run build ## 关于图标 -项目中有一部分是使用本地图标,但我建议你直接使用网络图标,方便管理。 +项目中有一部分是使用本地图标,但我建议你直接使用网络图片,方便管理。 ## 支持开源 diff --git a/media/v1.png b/media/v1.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1c4fffca16f32c7305b13183fd29a6aacbdf6a Binary files /dev/null and b/media/v1.png differ diff --git a/media/v2.png b/media/v2.png new file mode 100644 index 0000000000000000000000000000000000000000..3483acd9bfe8afd4927d2602bfdb4caf7c05ba74 Binary files /dev/null and b/media/v2.png differ