Use 比特骆驼 logo for PWA/brand marks, remove install button, docs Ubuntu 22.04 only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-26 22:07:11 +08:00
parent 86d3c94f32
commit 8813fd3e37
15 changed files with 66 additions and 192 deletions
+7 -2
View File
@@ -1,7 +1,6 @@
import { FormEvent, useState } from "react";
import { useNavigate } from "react-router-dom";
import { login, setSession } from "../api/client";
import InstallBadge from "../components/InstallBadge";
export default function LoginPage() {
const nav = useNavigate();
@@ -29,8 +28,14 @@ export default function LoginPage() {
<div className="login-wrap">
<form className="login-box" onSubmit={onSubmit}>
<div className="login-title-row">
<img
className="login-brand-mark"
src="/icons/brand.png"
alt="比特骆驼"
width={48}
height={48}
/>
<h1></h1>
<InstallBadge />
</div>
{err ? <div className="err">{err}</div> : null}
<div className="field">