mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 13:09:40 +08:00
chore(init): init
This commit is contained in:
parent
f9d2c5db7a
commit
8c2eb94d13
@ -38,7 +38,8 @@
|
|||||||
| ----------- | --------------------------- | -------------- |
|
| ----------- | --------------------------- | -------------- |
|
||||||
| 1.x | 1.4.x及以下(不保证适配性) | 1.4.8 |
|
| 1.x | 1.4.x及以下(不保证适配性) | 1.4.8 |
|
||||||
| 2.0.0-2.0.1 | 1.4.x | 1.4.8 |
|
| 2.0.0-2.0.1 | 1.4.x | 1.4.8 |
|
||||||
| 2.0.2+ | 1.5.x | 1.5.3 |
|
| 2.0.2+ | 1.5.x ~ 1.6.1 | 1.6.1 |
|
||||||
|
|
||||||
|
|
||||||
> 主题未在配置要求中对 Halo 最低版本限制得太死,但 Halo 不同版本开发接口略有不同,在不适配的版本中无法保证完全兼容。
|
> 主题未在配置要求中对 Halo 最低版本限制得太死,但 Halo 不同版本开发接口略有不同,在不适配的版本中无法保证完全兼容。
|
||||||
>
|
>
|
||||||
|
2
source/js/common.min.js
vendored
2
source/js/common.min.js
vendored
File diff suppressed because one or more lines are too long
3
source/lib/swiper@8.4.6/swiper-bundle.min.js
vendored
3
source/lib/swiper@8.4.6/swiper-bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@ -363,7 +363,7 @@ const commonContext = {
|
|||||||
},
|
},
|
||||||
/** 初始化轮播 **/
|
/** 初始化轮播 **/
|
||||||
initCarousel() {
|
initCarousel() {
|
||||||
new Swiper('.swiper', {
|
window.Swiper && new Swiper('.swiper', {
|
||||||
loop: true,
|
loop: true,
|
||||||
parallax: true,
|
parallax: true,
|
||||||
effect: 'slide',
|
effect: 'slide',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/**************** 光标渲染 *******************/
|
/**************** 光标渲染 *******************/
|
||||||
|
|
||||||
class Circle {
|
class Circle {
|
||||||
constructor({ origin, speed, color, angle, context }) {
|
constructor({ origin, speed, color, angle, context }) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<#global theme_version="2.1.3">
|
<#global theme_version="2.2.0">
|
||||||
<#macro layout0 title,canonical>
|
<#macro layout0 title,canonical>
|
||||||
<#if RequestParameters?? && RequestParameters._pjax?? >
|
<#if RequestParameters?? && RequestParameters._pjax?? >
|
||||||
<#global is_pjax=RequestParameters._pjax>
|
<#global is_pjax=RequestParameters._pjax>
|
||||||
|
@ -16,7 +16,7 @@ website: https://blog.nineya.com
|
|||||||
# 主题github开源地址
|
# 主题github开源地址
|
||||||
repo: https://github.com/nineya/halo-theme-dream
|
repo: https://github.com/nineya/halo-theme-dream
|
||||||
# 版本号
|
# 版本号
|
||||||
version: 2.1.3
|
version: 2.2.0
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: 1.3.0
|
require: 1.3.0
|
||||||
# 文章页 meta 变量
|
# 文章页 meta 变量
|
||||||
|
Loading…
x
Reference in New Issue
Block a user