diff --git a/README.md b/README.md index 4d52ae2..1306d06 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# ImageHosting -ImageHosting for Mac +# ImageHosting for Mac Usage + +转战iOS开发以来,一直坚持撰写自己的技术博客。使用Github Pages + Hexo 搭建了属于自己的空间。具体搭建方法可以参考[《手把手教 GitHub + Hexo 搭建博客》](http://charsdavy.github.io/2016/05/31/build-blog-by-hexo/) 。 然而,博客中有很多时候需要使用图片说明,俗话说“一图胜千言”,博主使用 七牛云 做图床,然每次编写博客时需要打开Web版上传图片,甚是繁琐。故此,博主自己编写了一个自己的图片上传软件。 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-1.png) + +软件下载地址:[ImageHosting for Mac](https://github.com/charsdavy/ImageHosting/releases) + +## 软件菜单栏 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-2.png) + +## 打开软件配置,添加账户信息 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-3.png) + +## 打开文件选择页,选择文件 + +## 上传文件 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-4.png) + +## 操作提示 + +### 未添加账户信息提示 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-5.png) + +### 未选择上传文件提示 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-6.png) + +### 上传文件成功提示 + +![](http://o88e8any8.bkt.clouddn.com/imagehosting-use-introduction-7.png) + + +[博客传送门](http://charsdavy.github.io)