Rebrand to 比特骆驼自动化对冲系统; clear login autofill and sim subtitle.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-26 22:02:09 +08:00
parent cb97a45051
commit 86d3c94f32
20 changed files with 873 additions and 855 deletions
+2 -3
View File
@@ -5,7 +5,7 @@ import InstallBadge from "../components/InstallBadge";
export default function LoginPage() {
const nav = useNavigate();
const [username, setUsername] = useState("admin");
const [username, setUsername] = useState("");
const [password, setPassword] = useState("");
const [err, setErr] = useState("");
const [loading, setLoading] = useState(false);
@@ -29,10 +29,9 @@ export default function LoginPage() {
<div className="login-wrap">
<form className="login-box" onSubmit={onSubmit}>
<div className="login-title-row">
<h1>OKX </h1>
<h1></h1>
<InstallBadge />
</div>
<p> · /</p>
{err ? <div className="err">{err}</div> : null}
<div className="field">
<label htmlFor="user"></label>