feat(app/web): add index.html [skip ci]

This commit is contained in:
lowlighter
2022-07-05 23:44:00 -04:00
parent 87e2f6ced5
commit 1713f5e47f
10 changed files with 174 additions and 114 deletions

View File

@@ -20,7 +20,12 @@
await this.search()
}
else {
const user = new URLSearchParams(location.search).get("user")
this.searchable = true
if (user) {
this.user = user
this.search()
}
}
//Init
await Promise.all([