mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 17:49:40 +08:00
修复图片展示引用js错误的问题
This commit is contained in:
parent
55d6af5d5d
commit
bdcb309fed
@ -433,7 +433,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
MewPhotos.prototype.load = true
|
MewPhotos.prototype.load = true
|
||||||
MewPhotos.prototype.await = []
|
MewPhotos.prototype.await = []
|
||||||
new Promise((resolve) => {
|
new Promise((resolve) => {
|
||||||
Utils.cachedScript('/themes/theme-dream2-plus/assets/lib/justifiedGallery@3.8.1/dist/js/jquery.justifiedGallery.min.js')
|
Utils.cachedScript('/themes/theme-dream2-plus/assets/lib/justifiedGallery@3.8.1/jquery.justifiedGallery.min.js')
|
||||||
.done(() => resolve())
|
.done(() => resolve())
|
||||||
.fail(() => resolve())
|
.fail(() => resolve())
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
2
templates/assets/js/mew-custom.min.js
vendored
2
templates/assets/js/mew-custom.min.js
vendored
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@ spec:
|
|||||||
settingName: theme-dream2-plus-setting
|
settingName: theme-dream2-plus-setting
|
||||||
configMapName: theme-dream2-plus-configMap
|
configMapName: theme-dream2-plus-configMap
|
||||||
# 版本号
|
# 版本号
|
||||||
version: 1.3.3.beta8
|
version: 1.3.3.beta9
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: ">=2.20.0"
|
require: ">=2.20.0"
|
||||||
# 许可
|
# 许可
|
||||||
|
Loading…
x
Reference in New Issue
Block a user