feat(app/web): add index.html [skip ci]
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user