📝 Docs: update README

This commit is contained in:
Haoshen Zhong 2019-09-11 09:25:01 +08:00 committed by PiEgg
parent f21940ef23
commit f491209bd6

View File

@ -1,11 +1,7 @@
# PicGo <div align="center">
> 图片上传+管理新体验
<p align="center">
<img src="https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/New%20LOGO-150.png" alt=""> <img src="https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/New%20LOGO-150.png" alt="">
</p> <h1>PicGo</h1>
<p align="center"> <blockquote>图片上传+管理新体验 </blockquote>
<a href="https://github.com/feross/standard"> <a href="https://github.com/feross/standard">
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt=""> <img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
</a> </a>
@ -21,7 +17,7 @@
<a href="https://github.com/PicGo/bump-version"> <a href="https://github.com/PicGo/bump-version">
<img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt=""> <img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt="">
</a> </a>
</p> </div>
## 应用说明 ## 应用说明
@ -40,11 +36,11 @@ PicGo目前支持了
**本体不再增加默认的图床支持。你可以自行开发第三方图床插件。详见 [PicGo-Core](https://picgo.github.io/PicGo-Core-Doc/)**。 **本体不再增加默认的图床支持。你可以自行开发第三方图床插件。详见 [PicGo-Core](https://picgo.github.io/PicGo-Core-Doc/)**。
第三方插件以及使用了PicGo底层的应用可以在[Awesome-PicGo](https://github.com/PicGo/Awesome-PicGo)看到。欢迎贡献! 第三方插件以及使用了 PicGo 底层的应用可以在 [Awesome-PicGo](https://github.com/PicGo/Awesome-PicGo) 找到。欢迎贡献!
支持macOS、windows 64位>= v1.3.1linux>= v1.6.0)。 PicGo 支持 macOS、Windows 64位>= v1.3.1Linux>= v1.6.0)。
支持快捷键`command+shift+p`macOS或者`control+shift+p`windows\linux用以支持快捷上传剪贴板里的图片第一张 支持快捷键`command+shift+p`macOS或者`control+shift+p`Windows\Linux用以支持快捷上传剪贴板里的图片第一张
PicGo 支持自定义快捷键,使用方法见[配置手册](https://picgo.github.io/PicGo-Doc/zh/guide/config.html)。 PicGo 支持自定义快捷键,使用方法见[配置手册](https://picgo.github.io/PicGo-Doc/zh/guide/config.html)。
开发进度可以查看 [Projects](https://github.com/Molunerfinn/PicGo/projects),会同步更新开发进度。 开发进度可以查看 [Projects](https://github.com/Molunerfinn/PicGo/projects),会同步更新开发进度。
@ -55,11 +51,11 @@ PicGo支持自定义快捷键使用方法见[配置手册](https://picgo.gith
点击此处下载[应用](https://github.com/Molunerfinn/PicGo/releases)。 点击此处下载[应用](https://github.com/Molunerfinn/PicGo/releases)。
macOS用户请下载最新版本的`dmg`文件windows用户请下载最新版本的`exe`文件linux用户请下载`AppImage`文件。 macOS 用户请下载最新版本的 `dmg` 文件Windows 用户请下载最新版本的 `exe` 文件Linux用户请下载 `AppImage` 文件。
**如果你是 Arch 类的 Linux 用户,可以直接通过 `aurman -S picgo-appimage` 来安装 PicGo。感谢 @houbaron 的贡献!** **如果你是 Arch 类的 Linux 用户,可以直接通过 `aurman -S picgo-appimage` 来安装 PicGo。感谢 @houbaron 的贡献!**
**如果你是macOS用户可以使用brew cask来安装PicGo: `brew cask install picgo`。感谢 @womeimingzi11 的贡献!** **如果你是 macOS 用户,可以使用 `brew cask` 来安装 PicGo: `brew cask install picgo`。感谢 @womeimingzi11 的贡献!**
**如果你是 Windows 用户,还可以使用 [Scoop](https://scoop.sh/) 来安装 PicGo: `scoop bucket add helbing https://github.com/helbing/scoop-bucket` & `scoop install picgo`。 感谢 @helbing 的贡献!** **如果你是 Windows 用户,还可以使用 [Scoop](https://scoop.sh/) 来安装 PicGo: `scoop bucket add helbing https://github.com/helbing/scoop-bucket` & `scoop install picgo`。 感谢 @helbing 的贡献!**
@ -77,7 +73,7 @@ macOS用户请下载最新版本的`dmg`文件windows用户请下载最新版
> 如果想学习 Electron-vue 的开发,可以查看我写的系列教程——[Electron-vue 开发实战](https://molunerfinn.com/tags/Electron-vue/) > 如果想学习 Electron-vue 的开发,可以查看我写的系列教程——[Electron-vue 开发实战](https://molunerfinn.com/tags/Electron-vue/)
1. 你需要有node、git环境。需要了解npm的相关知识。 1. 你需要有 Node、Git环境了解 npm 的相关知识。
2. `git clone https://github.com/Molunerfinn/PicGo.git` 并进入项目 2. `git clone https://github.com/Molunerfinn/PicGo.git` 并进入项目
3. `npm install` 下载依赖 3. `npm install` 下载依赖
4. Mac 需要有 Xcode 环境Windows 需要有 VS 环境。 4. Mac 需要有 Xcode 环境Windows 需要有 VS 环境。
@ -107,7 +103,7 @@ npm run build
## 其他相关 ## 其他相关
- [vs-picgo](https://github.com/Spades-S/vs-picgo)picgo的VSCode版。 - [vs-picgo](https://github.com/Spades-S/vs-picgo)PicGo 的 VS Code 版。
## 赞助 ## 赞助