refactor(aklive2d): updated showcase and directory

This commit is contained in:
Haoyu Xu
2023-09-09 20:27:00 -04:00
parent 8cce1d7714
commit 9255041dd9
3 changed files with 2 additions and 9 deletions

View File

@@ -73,13 +73,6 @@ export default class Settings {
if ((new URLSearchParams(window.location.search)).has("settings") || import.meta.env.MODE === 'development') {
this.open()
}
fetch('/project.json').then(response => response.json()).then(data => {
if (data.aklive2d) {
this.open()
}
}).catch(e => {
console.log(e)
})
}
insights(isWallpaperEngine, doNotTrack) {