修复一个数值错误的问题

This commit is contained in:
mjsoftware 2024-12-21 09:32:06 +08:00
parent 0963144853
commit 97ed93ede4
5 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@ document.addEventListener('DOMContentLoaded', () => {
lrcType: this.getAttribute('lrcType') || 3, lrcType: this.getAttribute('lrcType') || 3,
listFolded: this.getAttribute('listFolded') || false, listFolded: this.getAttribute('listFolded') || false,
volume: this.getAttribute('volume') || 0.7, volume: this.getAttribute('volume') || 0.7,
listMaxHeight: this.getAttribute('listMaxHeight') || 450, listMaxHeight: this.getAttribute('listMaxHeight') || '450px',
mini: this.getAttribute('mini') || false, mini: this.getAttribute('mini') || false,
order: this.getAttribute('order') || 'list', order: this.getAttribute('order') || 'list',
storageName: this.getAttribute('storageName') || 'aplayer-setting', storageName: this.getAttribute('storageName') || 'aplayer-setting',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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.beta9 version: 1.3.3.beta10
# 最低支持的 Halo 版本 # 最低支持的 Halo 版本
require: ">=2.20.0" require: ">=2.20.0"
# 许可 # 许可