From ca955736ff3ebd6bcbb24b4507dd8dbcfdca8cbb Mon Sep 17 00:00:00 2001 From: XPoet Date: Tue, 27 Sep 2022 21:51:14 +0800 Subject: [PATCH] chore(release): v3.4.6 --- _config.yml | 2 +- layout/_partial/footer.ejs | 2 +- package.json | 2 +- scripts/helpers/helper.js | 2 +- source/js/main.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 5f5ac0d..1375280 100644 --- a/_config.yml +++ b/_config.yml @@ -258,4 +258,4 @@ footer: # Keep version # Please don't modify # --------------------------------------------------------------------------------------- -version: 3.4.5 +version: 3.4.6 diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index ac6ddc1..0c4ac9a 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -36,7 +36,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<%- __('powered_by', 'Hexo') %> | <%- __('theme') %>   - Keep v3.4.5 + Keep v3.4.6
<% if (f_icp) { %>
diff --git a/package.json b/package.json index 02d28cd..49226a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.4.5", + "version": "3.4.6", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": { diff --git a/scripts/helpers/helper.js b/scripts/helpers/helper.js index fa73f8e..51cedee 100644 --- a/scripts/helpers/helper.js +++ b/scripts/helpers/helper.js @@ -55,7 +55,7 @@ hexo.extend.helper.register('getPostUrl', function (rootUrl, path) { }); const getSourceCdnUrl = (tyle, themeConfig, path) => { - const { version = '3.4.5', cdn = {} } = themeConfig + const { version = '3.4.6', cdn = {} } = themeConfig const { provider = 'jsdelivr' } = cdn let urlPrefix = '' diff --git a/source/js/main.js b/source/js/main.js index ebc993b..9e67e3b 100644 --- a/source/js/main.js +++ b/source/js/main.js @@ -3,7 +3,7 @@ window.addEventListener('DOMContentLoaded', () => { KEEP.themeInfo = { - theme: `Keep v3.4.5`, + theme: `Keep v3.4.6`, author: 'XPoet', repository: 'https://github.com/XPoet/hexo-theme-keep' }