mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 16:39:40 +08:00
修复一个数值错误的问题
This commit is contained in:
parent
0963144853
commit
97ed93ede4
@ -76,7 +76,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
lrcType: this.getAttribute('lrcType') || 3,
|
||||
listFolded: this.getAttribute('listFolded') || false,
|
||||
volume: this.getAttribute('volume') || 0.7,
|
||||
listMaxHeight: this.getAttribute('listMaxHeight') || 450,
|
||||
listMaxHeight: this.getAttribute('listMaxHeight') || '450px',
|
||||
mini: this.getAttribute('mini') || false,
|
||||
order: this.getAttribute('order') || 'list',
|
||||
storageName: this.getAttribute('storageName') || 'aplayer-setting',
|
||||
|
2
templates/assets/css/mew-custom.min.css
vendored
2
templates/assets/css/mew-custom.min.css
vendored
File diff suppressed because one or more lines are too long
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
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
|
||||
configMapName: theme-dream2-plus-configMap
|
||||
# 版本号
|
||||
version: 1.3.3.beta9
|
||||
version: 1.3.3.beta10
|
||||
# 最低支持的 Halo 版本
|
||||
require: ">=2.20.0"
|
||||
# 许可
|
||||
|
Loading…
x
Reference in New Issue
Block a user