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);