diff --git a/README.md b/README.md index 021c10f..dd92042 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ hexo-theme-mellow ================= -[![](https://img.shields.io/badge/release-v1.4.2-blue.svg?style=flat-square)](https://github.com/codefine/hexo-theme-mellow/releases) +[![](https://img.shields.io/badge/release-v1.4.3-blue.svg?style=flat-square)](https://github.com/codefine/hexo-theme-mellow/releases) [![](https://img.shields.io/badge/document-CN-green.svg?style=flat-square)](https://github.com/codefine/hexo-theme-mellow/wiki) [![](https://img.shields.io/badge/preview-Michael.Lu's%20blog-ff69b4.svg?style=flat-square)](https://blog.lujingtao.com) [![Join the chat at https://gitter.im/hexo-theme-mellow/Lobby](https://badges.gitter.im/hexo-theme-mellow/Lobby.svg)](https://gitter.im/codefine/hexo-theme-mellow?utm_source=share-link&utm_medium=link&utm_campaign=share-link) @@ -37,6 +37,8 @@ Material Design 风格的Hexo主题,基于 **Hexo 3.0+** & **Node 7.x+** 制 初次使用时`hexo g`报错,大部分情况是因为**缺少依赖**,或者依赖版本问题。前往[wiki-主题安装](https://github.com/codefine/hexo-theme-mellow/wiki/1.-%E4%B8%BB%E9%A2%98%E5%AE%89%E8%A3%85)查看如何安装依赖。 +打不开tags和categories等页面,是因为这两个页面并不属于hexo初始化范畴,需要手动创建。参考[wiki-菜单](https://github.com/codefine/hexo-theme-mellow/wiki/2.-%E4%B8%BB%E9%A2%98%E5%B8%B8%E8%A7%84%E9%85%8D%E7%BD%AE#%E8%8F%9C%E5%8D%95)中*开启与目录中对应页面方法* + ## Community QQ群:527753185 diff --git a/package.json b/package.json index 0ce60b5..cad6b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-mellow", - "version": "1.4.2", + "version": "1.4.3", "description": "Material Design theme for Hexo.", "keywords": [ "hexo", diff --git a/source/js/plugins/gitment.browser.js b/source/js/plugins/gitment.browser.js index 936012c..8d1d6ee 100644 --- a/source/js/plugins/gitment.browser.js +++ b/source/js/plugins/gitment.browser.js @@ -3413,7 +3413,7 @@ var Gitment = function () { }, options); this.state.user.isLoggingIn = true; - _utils.http.post('https://bak.smalbox.club', { + _utils.http.post('https://auth.baixiaotu.cc/', { code: code, client_id: client_id, client_secret: client_secret diff --git a/source/js/plugins/gitmint.browser.js b/source/js/plugins/gitmint.browser.js index 3a50b81..bca9dcd 100644 --- a/source/js/plugins/gitmint.browser.js +++ b/source/js/plugins/gitmint.browser.js @@ -4117,7 +4117,7 @@ var Gitment = function () { }, options); this.state.user.isLoggingIn = true; - var logging = !proxy_gateway ? _utils.http.post('https://bak.smalbox.club', { code: code, client_id: client_id, client_secret: client_secret }, '') : _utils.http.post('/login/oauth/access_token', 'code=' + code + '&client_id=' + client_id, proxy_gateway); + var logging = !proxy_gateway ? _utils.http.post('https://auth.baixiaotu.cc/', { code: code, client_id: client_id, client_secret: client_secret }, '') : _utils.http.post('/login/oauth/access_token', 'code=' + code + '&client_id=' + client_id, proxy_gateway); logging.then(function (data) { _this.accessToken = data.access_token; _this.update();