From d39b240bc83d0d87ca5a7cb0f441473dceb60bd4 Mon Sep 17 00:00:00 2001 From: InfinityPacer Date: Sun, 6 Sep 2026 08:14:14 +0800 Subject: [PATCH] feat(glass): unify inset navigation contours with the frosted backplate --- .../theme/GlassFixedShellBackplate.vue | 302 +++++++++++++++++- .../theme/GlassNavbarRefractionDefs.vue | 4 +- .../GlassFixedShellBackplate.spec.ts | 215 ++++++++++++- src/styles/themes/_glass-v3.scss | 51 +++ .../__tests__/glassNavbarRefraction.spec.ts | 2 + 5 files changed, 567 insertions(+), 7 deletions(-) diff --git a/src/components/theme/GlassFixedShellBackplate.vue b/src/components/theme/GlassFixedShellBackplate.vue index 433a3b7f..488fe53b 100644 --- a/src/components/theme/GlassFixedShellBackplate.vue +++ b/src/components/theme/GlassFixedShellBackplate.vue @@ -1,4 +1,5 @@