From 68beb142b2b63f0857fd45ef2359ca1a45f67f37 Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Mon, 28 Dec 2020 17:12:03 +0800 Subject: [PATCH] fix(0.4.5) (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修改版本号 --- docs/.vuepress/theme/layouts/Layout.vue | 2 +- docs/quick-start.md | 6 +++--- package.json | 2 +- src/function/twikoo/index.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue index 3fe853297..e2c791948 100644 --- a/docs/.vuepress/theme/layouts/Layout.vue +++ b/docs/.vuepress/theme/layouts/Layout.vue @@ -6,7 +6,7 @@
- + diff --git a/docs/quick-start.md b/docs/quick-start.md index 792a3f7c5..20d83dac8 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -98,7 +98,7 @@ Volantis 目前支持 Twikoo,请查看 [hexo-theme-volantis/_config.yml](https ``` yml comments: twikoo: - js: https://cdn.jsdelivr.net/npm/twikoo@0.4.4/dist/twikoo.all.min.js + js: https://cdn.jsdelivr.net/npm/twikoo@0.4.5/dist/twikoo.all.min.js envId: xxxxxxxxxxxxxxx # 腾讯云环境id ``` @@ -119,7 +119,7 @@ twikoo: comment: type: twikoo envId: xxxxxxxxxxxxxxx # 腾讯云环境id - jsUrl: https://cdn.jsdelivr.net/npm/twikoo@0.4.4/dist/twikoo.all.min.js + jsUrl: https://cdn.jsdelivr.net/npm/twikoo@0.4.5/dist/twikoo.all.min.js ``` ### 通过 CDN 引入 @@ -130,7 +130,7 @@ comment: ``` html
- +