serve frontend

This commit is contained in:
2025-05-15 12:47:15 +08:00
parent d6fea884cf
commit 578aab36c3
24 changed files with 400 additions and 155 deletions

View File

@@ -32,7 +32,7 @@ export default function Navigator() {
<SearchBar />
<UploadingSideBar />
{
app.isAdmin() && <button className={"btn btn-circle btn-ghost"} onClick={() => {
app.isLoggedIn() && <button className={"btn btn-circle btn-ghost"} onClick={() => {
navigate("/manage");
}}>
<MdSettings size={24} />