chore(release): v3.4.6
This commit is contained in:
parent
15c3014ec4
commit
ca955736ff
|
@ -258,4 +258,4 @@ footer:
|
|||
# Keep version
|
||||
# Please don't modify
|
||||
# ---------------------------------------------------------------------------------------
|
||||
version: 3.4.5
|
||||
version: 3.4.6
|
||||
|
|
|
@ -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>') %> | <%- __('theme') %>
|
||||
|
||||
<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">
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue