diff --git a/src/App.svelte b/src/App.svelte index 5b03a71..b1e1e21 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -26,9 +26,9 @@ } onMount(async () => { + do_hash_search() const res = await fetch(`${LUOXU_URL}/groups`) groups = (await res.json()).groups - do_hash_search() }) function update_title() {