From 7ba20f06a52221d2d7d5370eb1b5d198facf4fc0 Mon Sep 17 00:00:00 2001 From: sleepwithoutbz Date: Mon, 10 Nov 2025 21:48:25 +0800 Subject: [PATCH] WIP --- src/components/AboutSection.vue | 18 +++++++++++----- src/components/NavBar.vue | 5 +---- src/components/ProductDetail.vue | 19 ++++++++--------- src/locales/en.json | 33 +++++++++++++++++++----------- src/locales/zh.json | 35 ++++++++++++++++++++------------ src/types/VideoUrl.d.ts | 4 ++++ src/views/HomeView.vue | 16 ++++++++------- src/views/WaterLife_bottle.vue | 3 ++- src/views/WaterLife_cup.vue | 3 ++- src/views/WaterLife_flosser.vue | 3 ++- 10 files changed, 85 insertions(+), 54 deletions(-) create mode 100644 src/types/VideoUrl.d.ts diff --git a/src/components/AboutSection.vue b/src/components/AboutSection.vue index 610a091..0dbf19a 100644 --- a/src/components/AboutSection.vue +++ b/src/components/AboutSection.vue @@ -1,12 +1,18 @@