From 9c6d97213953e344655aa3947e98ddc4965e582f Mon Sep 17 00:00:00 2001 From: hanruo <552455797@qq.com> Date: Fri, 22 May 2026 14:42:13 +0800 Subject: [PATCH] fix --- src/app.jsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index 0c34497..65b7490 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -79,11 +79,21 @@ function renderScreen(screen, nav) { } } +const LOGO = String.raw` ____ ____ _ _ +| _ \ ___ ___ _ __ | _ \ ___ | (_) ___ _ _ +| | | |/ _ \/ _ \ '_ \| |_) / _ \| | |/ __| | | | +| |_| | __/ __/ |_) | __/ (_) | | | (__| |_| | +|____/ \___|\___| .__/|_| \___/|_|_|\___|\__, | + |_| |___/`; + function Header() { return ( - - server-config - zsh · ssh · frp client + + {LOGO} + + server-config + zsh · ssh · frp client + ); }