Commit 1e1e18f 1 parent b0036d7 commit 1e1e18f Copy full SHA for 1e1e18f
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " halo-theme-dream" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " 梦之城,童话梦境,动漫类型博客主题。" ,
5
5
"main" : " index.js" ,
6
6
"author" : " nineya" ,
Original file line number Diff line number Diff line change 1
1
<title >${title! } <#if settings.small_title?? && settings.small_title!='' >|${settings.small_title! } </#if ></title >
2
2
<#if settings.enable_sw?? && settings.enable_sw != "false" >
3
- <script src =" ${(settings.enable_sw == " uninstall " )?then('${theme_base!}/source/js/sw.min.js?mew=1.0.5 ','/sw.min.js?mew=1.0.5 ${settings.enable_sw!}')}" ></script >
3
+ <script src =" ${(settings.enable_sw == " uninstall " )?then('${theme_base!}/source/js/sw.min.js?mew=2.1.2 ','/sw.min.js?mew=2.1.2 ${settings.enable_sw!}')}" ></script >
4
4
</#if >
5
5
<meta charset =" utf-8" />
6
6
<#assign description=(post??)?then(post.summary!, meta_description!)!user.description! >
Original file line number Diff line number Diff line change 1
- <#global theme_version="2.1.1 " >
1
+ <#global theme_version="2.1.2 " >
2
2
<#macro layout0 title,canonical >
3
3
<#if RequestParameters?? && RequestParameters._pjax?? >
4
4
<#global is_pjax=RequestParameters._pjax >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ website: https://blog.nineya.com
16
16
# 主题github开源地址
17
17
repo : https://github.com/nineya/halo-theme-dream
18
18
# 版本号
19
- version : 2.1.1
19
+ version : 2.1.2
20
20
# 最低支持的 Halo 版本
21
21
require : 1.3.0
22
22
# 文章页 meta 变量
You can’t perform that action at this time.
0 commit comments