From 1181a2133ae461c54c7e1554579b7986654591da Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 7 Apr 2026 16:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9B=BE=E7=89=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ src/pages/device-intro.vue | 18 +++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a466545 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "i18n-ally.localesPaths": [] +} \ No newline at end of file diff --git a/src/pages/device-intro.vue b/src/pages/device-intro.vue index adde979..01f4e51 100644 --- a/src/pages/device-intro.vue +++ b/src/pages/device-intro.vue @@ -5,15 +5,15 @@ import SButton from "@/components/SButton.vue"; import { capsuleHeight } from "@/util"; const images = [ - "https://static.shelingxingqiu.com/attachment/2025-09-04/dcjmxsmf6yitekatwe.jpg", - "https://static.shelingxingqiu.com/attachment/2025-09-04/dcjmxsmi475gqdtrvx.jpg", - "https://static.shelingxingqiu.com/attachment/2025-09-04/dcjmxsmgy8ej5wuap5.jpg", - "https://static.shelingxingqiu.com/attachment/2025-09-04/dcjmxsmg6y7nveaadv.jpg", - "https://static.shelingxingqiu.com/attachment/2025-12-04/depguhlqg9zxastyn3.jpg", - "https://static.shelingxingqiu.com/attachment/2025-12-04/depguhlfr041aedqmb.jpg", - "https://static.shelingxingqiu.com/attachment/2025-12-04/depguhlpnlyxndnor5.jpg", - "https://static.shelingxingqiu.com/attachment/2025-09-04/dcjmxsmg68a8mezgzx.jpg", - "https://static.shelingxingqiu.com/attachment/2025-10-14/ddht51a3hiyw7ueli4.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_01.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_02.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_03.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_04.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_05.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_06.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_07.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_08.jpg", + "https://static.shelingxingqiu.com/mall/images/mall_09.jpg", ]; const addBg = ref(false);