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
c4d0ed863e
commit
358d06b5dd
@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
constructor() {
|
||||
super()
|
||||
this.innerHTML = this.hasAttribute('prompt') || '音乐播放器加载中...'
|
||||
this.innerHTML = this.getAttribute('prompt') || '音乐播放器加载中...'
|
||||
this.options = {
|
||||
container: this,
|
||||
fixed: this.hasAttribute('fixed') || false,
|
||||
|
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
Loading…
x
Reference in New Issue
Block a user