# hexo-client **Repository Path**: monkeyfx/hexo-client ## Basic Information - **Project Name**: hexo-client - **Description**: 基于Electron的Hexo桌面客户端。 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.mspring.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 57 - **Created**: 2021-07-09 - **Last Updated**: 2021-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-client > Hexo桌面客户端 - My blog: [http://www.mspring.org](http://www.mspring.org) - Hexo: [Hexo home page, https://hexo.io](https://hexo.io) - HomePage: [https://github.com/gaoyoubo/hexo-client](https://github.com/gaoyoubo/hexo-client) - Electron AppCenter: [https://electronjs.org/apps/hexo-client](https://electronjs.org/apps/hexo-client) ## QQ群 欢迎加入HexoClient用户群交流。 - QQ群号:618213781 - QQ群二维码 ![](http://file.mspring.org/FjPi6HPuOAQwwaNKKyJzIbybJfWE) ### 功能简介 - 文章添加 - 文章修改 - 文章删除 - 草稿功能 - 多图床支持:aliyun-oss、七牛、sm.ms、Github - 文章搜索 - 文章按分类、标签分组展示 - 多语言支持 - 支持[Travis-CI](https://travis-ci.org/)自动部署 ### 功能预览 ![](https://www.mspring.org/images/2019/01/29/9a633940-2384-11e9-a26e-272a27c47ef2.gif) ![](http://file.mspring.org/8a3e66058442f2dd9821e7a54090bee7!detail) ![](http://file.mspring.org/f2daf058f76496f56277abc6ff6fbef1!detail) ![](http://file.mspring.org/92be1e0368bf5e9b07cdc48c19c85954!detail) ![](http://file.mspring.org/e86c878c2c7dc5e7234d6690864c52d3!detail) ### 下载地址 https://github.com/gaoyoubo/hexo-client/releases ### Build Setup ``` bash # install dependencies npm install # dev npm run electron:serve # build electron application for production npm run electron:build ```