From 77ffa9088ddc1d228567186584e0c488f2370769 Mon Sep 17 00:00:00 2001 From: HCLonely Date: Sat, 2 May 2020 20:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 32a389a..15a89d6 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ hexo.extend.console.register('bangumi', 'Update bilibili bangumis data', options } saveBangumiData(this.config.bangumi.vmid); } else { - log.info("Unknown command.") + log.info("Unknown command, please use \"hexo bangumi -h\" to see the available commands") } }); diff --git a/package.json b/package.json index 3958c12..e7b790b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-bilibili-bangumi", - "version": "1.1.10", + "version": "1.1.11", "description": "hexo bilibili番剧页", "main": "index.js", "scripts": {