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
+10 -3
View File
@@ -1,7 +1,6 @@
import type { ReactNode } from "react";
import { NavLink, Navigate, Route, Routes } from "react-router-dom";
import { clearSession, getToken, getUsername } from "./api/client";
import InstallBadge from "./components/InstallBadge";
import LoginPage from "./pages/Login";
import PlanPage from "./pages/Plan";
import TradesPage from "./pages/Trades";
@@ -14,8 +13,16 @@ function Shell({ children }: { children: ReactNode }) {
<div className="app-shell">
<header className="topnav">
<div className="topnav-side left">
<div className="brand"></div>
<InstallBadge />
<div className="brand">
<img
className="brand-mark"
src="/icons/brand.png"
alt=""
width={28}
height={28}
/>
<span></span>
</div>
</div>
<nav className="topnav-center">
<NavLink to="/plan" className={({ isActive }) => (isActive ? "active" : "")}>