chore(release): v3.4.6

This commit is contained in:
XPoet 2022-09-27 21:51:14 +08:00
parent 15c3014ec4
commit ca955736ff
5 changed files with 5 additions and 5 deletions

View File

@ -258,4 +258,4 @@ footer:
# Keep version
# Please don't modify
# ---------------------------------------------------------------------------------------
version: 3.4.5
version: 3.4.6

View File

@ -36,7 +36,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<div class="theme-info info-item">
<%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %>&nbsp;|&nbsp;<%- __('theme') %>
&nbsp;
<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.4.5</a>
<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.4.6</a>
</div>
<% if (f_icp) { %>
<div class="icp-info info-item">

View File

@ -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": {

View File

@ -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 = ''

View File

@ -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'
}