diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index c32c254..330aa18 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -17,6 +17,7 @@ body: - Hexo渲染报错 - Hexo渲染不正确(文字undefine或空白等) - 前端渲染不正确(CSS错位或JS报错等) + - 其他问题 - 无法判断 validations: required: true diff --git a/languages/zh-CN.yml b/languages/zh-CN.yml index 9c02134..7689977 100644 --- a/languages/zh-CN.yml +++ b/languages/zh-CN.yml @@ -28,7 +28,6 @@ menu: statistics: 统计 admiration: 赞赏博主 friends: 友链 - howtoask: 提问的智慧 privacy: 隐私政策 sidebar: diff --git a/package.json b/package.json index 8757168..891823e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-shokax", - "version": "0.1.4", + "version": "0.1.5", "description": "a hexo theme based on shoka", "main": "index.js", "repository": "https://github.com/zkz098/hexo-theme-shokaX", diff --git a/scripts/helpers/symbols_count_time.js b/scripts/helpers/symbols_count_time.js index 63968af..dbd72ac 100644 --- a/scripts/helpers/symbols_count_time.js +++ b/scripts/helpers/symbols_count_time.js @@ -1,6 +1,6 @@ 'use strict' /* global hexo */ -/* +/*! hexo-symbols-count-time by theme-next under GNU Lesser General Public License v3.0 https://github.com/theme-next/hexo-symbols-count-time/blob/master/LICENSE