From 30355241f9261697483627e803dd5c47eca3e037 Mon Sep 17 00:00:00 2001 From: zhangzhenghao Date: Mon, 6 Apr 2026 10:11:19 +0800 Subject: [PATCH] fix: sync browser theme-color with Vuetify theme - Add updateThemeColor method in App.vue to dynamically set theme-color - Ensures browser address bar color matches Vuetify primary color - Creates meta tag if not present, updates if exists --- frontend/src/App.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3d9ff3e..868ffdc 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,5 +7,22 @@