mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 17:49:40 +08:00
增加自定义html内容,音乐播放器属性增强
This commit is contained in:
parent
c81790bdcd
commit
0c46d5fd6f
@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
constructor() {
|
||||
super()
|
||||
this.innerHTML = '音乐播放器加载中...'
|
||||
this.innerHTML = this.hasAttribute('prompt') || '音乐播放器加载中...'
|
||||
this.options = {
|
||||
container: this,
|
||||
fixed: this.hasAttribute('fixed') || false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user