From ef83c71239b3ba59d243bae98e772d7835787353 Mon Sep 17 00:00:00 2001 From: eafonyang Date: Fri, 3 Jul 2026 15:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/Home.tsx | 16 +++++++++++----- client/src/pages/IOPage.tsx | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 7bb32ea..f7cc51e 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -45,6 +45,8 @@ import { SquareArrowRightEnter, SquareArrowRightExit, FileMusic, + Minus, + Plus, } from "lucide-react"; import { useLocation } from "wouter"; import { useRef, useState, useEffect, useCallback, useMemo } from "react"; @@ -790,7 +792,9 @@ export default function Home() { applyVolume(next); }} > - - + + + - + + + + @@ -843,19 +849,19 @@ export default function Home() { onClick={() => updateSetting({ bt_next: 0 })} className="w-10 h-10 rounded-full flex items-center justify-center transition-all active:scale-95" style={{ background: "rgba(0,255,246,0.15)", border: "1px solid rgba(0,255,246,0.3)" }}> - + diff --git a/client/src/pages/IOPage.tsx b/client/src/pages/IOPage.tsx index 9d1e8aa..1ff5ae6 100644 --- a/client/src/pages/IOPage.tsx +++ b/client/src/pages/IOPage.tsx @@ -37,7 +37,7 @@ const INPUT_OPTION_DEFS: IOOptionDef[] = [ - + @@ -112,7 +112,7 @@ const INPUT_OPTION_DEFS: IOOptionDef[] = [ - +