fix: fixed several wallpaper enginer related issues

This commit is contained in:
Haoyu Xu
2025-02-24 19:43:59 +08:00
parent 185289563c
commit 2be207f501
6 changed files with 14 additions and 21 deletions

View File

@@ -221,15 +221,14 @@ export default class AKLive2D {
])
this.#music.link(this.#background)
this.#background.link(this.#music)
this.#voice.link(this.#player)
this.#applyConfig()
this.#player.success()
this.#voice.success()
this.#music.success()
this.#insight.success()
this.#applyConfig()
if (
this.#queries.has('aklive2d') ||
import.meta.env.MODE === 'development'