From 0a64c8163445e27f5123fdcf083fb3a5449b5c49 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 20 Jun 2026 03:43:08 +0800 Subject: [PATCH] Fix dark Space hover readability --- C3.tools/round1-main-ui-qa.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index 9c29bf2..99c1b6d 100755 --- a/C3.tools/round1-main-ui-qa.sh +++ b/C3.tools/round1-main-ui-qa.sh @@ -115,6 +115,8 @@ run_step mouse-interaction "$SCRIPT_DIR/round1-mouse-interaction-fixture-qa.sh" run_step app-column-alignment "$SCRIPT_DIR/round1-app-column-alignment-fixture-qa.sh" run_step horizontal-waterfall "$SCRIPT_DIR/round1-horizontal-waterfall-fixture-qa.sh" +run_step theme-toggle "$SCRIPT_DIR/round1-theme-toggle-fixture-qa.sh" +run_step space-lane-dark-hover "$SCRIPT_DIR/round1-space-lane-dark-hover-fixture-qa.sh" run_step no-quick-switch-residual swift "$SCRIPT_DIR/window-logic-qa.swift" --expect-no-quick-switch assert_no_current_aligner @@ -127,5 +129,6 @@ Covered: trigger, overlay uniqueness, keyboard navigation, candidate filtering, screenshots/fallbacks, minimized-window restore/activation, mouse activation, multi-page precise activation/close targeting, App column alignment, -Split View Space Lane rendering, and final no-residual check. +Split View Space Lane rendering, theme toggle, Space Lane dark hover readability, +and final no-residual check. EOF -- Gitblit v1.9.3