diff --git a/components/SwiperSlider3D.vue b/components/SwiperSlider3D.vue new file mode 100644 index 0000000..c018800 --- /dev/null +++ b/components/SwiperSlider3D.vue @@ -0,0 +1,125 @@ + + + + + + + + + + + diff --git a/components/pageLayout/abuot.vue b/components/pageLayout/abuot.vue new file mode 100644 index 0000000..99cd8bd --- /dev/null +++ b/components/pageLayout/abuot.vue @@ -0,0 +1,31 @@ + + + + + + + + + ABUOT + 关于我们 + + + xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + + + 了解更多>> + + + + + + + diff --git a/components/pageLayout/cloudData.vue b/components/pageLayout/cloudData.vue new file mode 100644 index 0000000..5787a89 --- /dev/null +++ b/components/pageLayout/cloudData.vue @@ -0,0 +1,72 @@ + + + 应用数据 + + + + + + + + + + + + + + + + + + + + + + + {{ item.title }} + + + + + + + + + diff --git a/components/pageLayout/device.vue b/components/pageLayout/device.vue new file mode 100644 index 0000000..4a82970 --- /dev/null +++ b/components/pageLayout/device.vue @@ -0,0 +1,89 @@ + + + 设备接口 + + + + + + + + + BK-1000 + BK-2000 + + + + + + BK-1000 参数表 + + + + + + + + + + + BK-2000 参数表 + + + + + + + + + + + + + + diff --git a/components/pageLayout/electricPower.vue b/components/pageLayout/electricPower.vue new file mode 100644 index 0000000..2412569 --- /dev/null +++ b/components/pageLayout/electricPower.vue @@ -0,0 +1,91 @@ + + + + 电力四级防护 + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.title }} + + {{ item.desc }} + + + + + + + + + + + diff --git a/components/pageLayout/midele.vue b/components/pageLayout/midele.vue new file mode 100644 index 0000000..8a8fd4d --- /dev/null +++ b/components/pageLayout/midele.vue @@ -0,0 +1,66 @@ + + 全生态中间件 + + + + + + + + {{ item.title }} + + + + {{ content }} + + + + + + + + + + diff --git a/components/pageLayout/operation.vue b/components/pageLayout/operation.vue new file mode 100644 index 0000000..206f79b --- /dev/null +++ b/components/pageLayout/operation.vue @@ -0,0 +1,97 @@ + + + 运维系统 + + + + + + + + + + + + + {{ item.title }} + + + + + + + + + + + {{ item.title }} + + + + + + + + + + {{ item.title }} + + + + + + + + + + diff --git a/components/pageLayout/scenarios.vue b/components/pageLayout/scenarios.vue new file mode 100644 index 0000000..f57af10 --- /dev/null +++ b/components/pageLayout/scenarios.vue @@ -0,0 +1,60 @@ + + + 应用场景 + + + + + + + + + {{ item.title }} + + + + + + + + + diff --git a/components/pageLayout/serce.vue b/components/pageLayout/serce.vue new file mode 100644 index 0000000..902c749 --- /dev/null +++ b/components/pageLayout/serce.vue @@ -0,0 +1,91 @@ + + 服务矩阵 + + + + + + + + + {{ item.title }} + + {{ content }} + + + + + + + + + + + + + + {{ item.title }} + + {{ content }} + + + + + + + + + + diff --git a/components/ui/tabs/Tabs.vue b/components/ui/tabs/Tabs.vue new file mode 100644 index 0000000..15aeca8 --- /dev/null +++ b/components/ui/tabs/Tabs.vue @@ -0,0 +1,15 @@ + + + + + + + diff --git a/components/ui/tabs/TabsContent.vue b/components/ui/tabs/TabsContent.vue new file mode 100644 index 0000000..662638d --- /dev/null +++ b/components/ui/tabs/TabsContent.vue @@ -0,0 +1,22 @@ + + + + + + + diff --git a/components/ui/tabs/TabsList.vue b/components/ui/tabs/TabsList.vue new file mode 100644 index 0000000..d5c79ef --- /dev/null +++ b/components/ui/tabs/TabsList.vue @@ -0,0 +1,25 @@ + + + + + + + diff --git a/components/ui/tabs/TabsTrigger.vue b/components/ui/tabs/TabsTrigger.vue new file mode 100644 index 0000000..101a051 --- /dev/null +++ b/components/ui/tabs/TabsTrigger.vue @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/components/ui/tabs/index.ts b/components/ui/tabs/index.ts new file mode 100644 index 0000000..a5e58dc --- /dev/null +++ b/components/ui/tabs/index.ts @@ -0,0 +1,4 @@ +export { default as Tabs } from './Tabs.vue' +export { default as TabsContent } from './TabsContent.vue' +export { default as TabsList } from './TabsList.vue' +export { default as TabsTrigger } from './TabsTrigger.vue' diff --git a/layouts/default.vue b/layouts/default.vue index cbe2ec4..8aa8119 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -104,7 +104,43 @@ - diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6eb80bb..226e62e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,7 +30,7 @@ importers: specifier: 2.0.0 version: 2.0.0(magicast@0.3.5) reka-ui: - specifier: ^2.1.1 + specifier: ^2.2.0 version: 2.2.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) shadcn-nuxt: specifier: 1.0.3 diff --git a/public/images/about/bg_lg.png b/public/images/about/bg_lg.png new file mode 100644 index 0000000..cb63820 Binary files /dev/null and b/public/images/about/bg_lg.png differ diff --git a/public/images/about/bg_sm.png b/public/images/about/bg_sm.png new file mode 100644 index 0000000..4174bd1 Binary files /dev/null and b/public/images/about/bg_sm.png differ diff --git a/public/images/about/location.png b/public/images/about/location.png new file mode 100644 index 0000000..5d38127 Binary files /dev/null and b/public/images/about/location.png differ diff --git a/public/images/about/mapBg.png b/public/images/about/mapBg.png new file mode 100644 index 0000000..34ba46b Binary files /dev/null and b/public/images/about/mapBg.png differ diff --git a/public/images/about/phone.png b/public/images/about/phone.png new file mode 100644 index 0000000..c801467 Binary files /dev/null and b/public/images/about/phone.png differ diff --git a/public/images/banner/2.png b/public/images/banner/2.png new file mode 100644 index 0000000..3d8c48b Binary files /dev/null and b/public/images/banner/2.png differ diff --git a/public/images/banner/bk1000.png b/public/images/banner/bk1000.png new file mode 100644 index 0000000..fda2bfa Binary files /dev/null and b/public/images/banner/bk1000.png differ diff --git a/public/images/banner/bk2000.png b/public/images/banner/bk2000.png new file mode 100644 index 0000000..6841573 Binary files /dev/null and b/public/images/banner/bk2000.png differ diff --git a/public/images/banner/device_lg.png b/public/images/banner/device_lg.png index 3d8c48b..0ead64e 100644 Binary files a/public/images/banner/device_lg.png and b/public/images/banner/device_lg.png differ diff --git a/public/images/bg.jpg b/public/images/bg.jpg deleted file mode 100644 index e649811..0000000 Binary files a/public/images/bg.jpg and /dev/null differ diff --git a/public/images/cloudData/7icon1.png b/public/images/cloudData/7icon1.png new file mode 100644 index 0000000..136cb90 Binary files /dev/null and b/public/images/cloudData/7icon1.png differ diff --git a/public/images/cloudData/7icon2.png b/public/images/cloudData/7icon2.png new file mode 100644 index 0000000..8538986 Binary files /dev/null and b/public/images/cloudData/7icon2.png differ diff --git a/public/images/cloudData/7icon3.png b/public/images/cloudData/7icon3.png new file mode 100644 index 0000000..d1a0673 Binary files /dev/null and b/public/images/cloudData/7icon3.png differ diff --git a/public/images/cloudData/7icon4.png b/public/images/cloudData/7icon4.png new file mode 100644 index 0000000..4a4dcc9 Binary files /dev/null and b/public/images/cloudData/7icon4.png differ diff --git a/public/images/cloudData/7icon5.png b/public/images/cloudData/7icon5.png new file mode 100644 index 0000000..c1a2977 Binary files /dev/null and b/public/images/cloudData/7icon5.png differ diff --git a/public/images/cloudData/7l.png b/public/images/cloudData/7l.png new file mode 100644 index 0000000..2e63caa Binary files /dev/null and b/public/images/cloudData/7l.png differ diff --git a/public/images/cloudData/7m.png b/public/images/cloudData/7m.png new file mode 100644 index 0000000..d01cda5 Binary files /dev/null and b/public/images/cloudData/7m.png differ diff --git a/public/images/cloudData/7r.png b/public/images/cloudData/7r.png new file mode 100644 index 0000000..b8248f2 Binary files /dev/null and b/public/images/cloudData/7r.png differ diff --git a/public/images/deviceInterface/bg_lg.png b/public/images/deviceInterface/bg_lg.png new file mode 100644 index 0000000..428f99d Binary files /dev/null and b/public/images/deviceInterface/bg_lg.png differ diff --git a/public/images/deviceInterface/bg_sm.png b/public/images/deviceInterface/bg_sm.png new file mode 100644 index 0000000..7318243 Binary files /dev/null and b/public/images/deviceInterface/bg_sm.png differ diff --git a/public/images/deviceInterface/bk1000a.png b/public/images/deviceInterface/bk1000a.png new file mode 100644 index 0000000..9041cb4 Binary files /dev/null and b/public/images/deviceInterface/bk1000a.png differ diff --git a/public/images/deviceInterface/bk1000b.png b/public/images/deviceInterface/bk1000b.png new file mode 100644 index 0000000..cbf10a1 Binary files /dev/null and b/public/images/deviceInterface/bk1000b.png differ diff --git a/public/images/deviceInterface/bk2000a.png b/public/images/deviceInterface/bk2000a.png new file mode 100644 index 0000000..6abdcce Binary files /dev/null and b/public/images/deviceInterface/bk2000a.png differ diff --git a/public/images/deviceInterface/bk2000b.png b/public/images/deviceInterface/bk2000b.png new file mode 100644 index 0000000..9d32553 Binary files /dev/null and b/public/images/deviceInterface/bk2000b.png differ diff --git a/public/images/deviceInterface/head_bg.png b/public/images/deviceInterface/head_bg.png new file mode 100644 index 0000000..c83f3b6 Binary files /dev/null and b/public/images/deviceInterface/head_bg.png differ diff --git a/public/images/electricPower/bg_lg.png b/public/images/electricPower/bg_lg.png new file mode 100644 index 0000000..2bc9334 Binary files /dev/null and b/public/images/electricPower/bg_lg.png differ diff --git a/public/images/electricPower/bg_sm.png b/public/images/electricPower/bg_sm.png new file mode 100644 index 0000000..73a0202 Binary files /dev/null and b/public/images/electricPower/bg_sm.png differ diff --git a/public/images/electricPower/c1.png b/public/images/electricPower/c1.png new file mode 100644 index 0000000..0c655ec Binary files /dev/null and b/public/images/electricPower/c1.png differ diff --git a/public/images/electricPower/c2.png b/public/images/electricPower/c2.png new file mode 100644 index 0000000..5422ba7 Binary files /dev/null and b/public/images/electricPower/c2.png differ diff --git a/public/images/electricPower/icon1.png b/public/images/electricPower/icon1.png new file mode 100644 index 0000000..969751a Binary files /dev/null and b/public/images/electricPower/icon1.png differ diff --git a/public/images/electricPower/icon2.png b/public/images/electricPower/icon2.png new file mode 100644 index 0000000..2e1ee7a Binary files /dev/null and b/public/images/electricPower/icon2.png differ diff --git a/public/images/electricPower/icon3.png b/public/images/electricPower/icon3.png new file mode 100644 index 0000000..e0c37d5 Binary files /dev/null and b/public/images/electricPower/icon3.png differ diff --git a/public/images/electricPower/icon4.png b/public/images/electricPower/icon4.png new file mode 100644 index 0000000..7589ee4 Binary files /dev/null and b/public/images/electricPower/icon4.png differ diff --git a/public/images/middle/4m_lg.jpg b/public/images/middle/4m_lg.jpg new file mode 100644 index 0000000..37f2c29 Binary files /dev/null and b/public/images/middle/4m_lg.jpg differ diff --git a/public/images/middle/4s_lg.jpg b/public/images/middle/4s_lg.jpg new file mode 100644 index 0000000..2df22b8 Binary files /dev/null and b/public/images/middle/4s_lg.jpg differ diff --git a/public/images/operation/8icon1.png b/public/images/operation/8icon1.png new file mode 100644 index 0000000..930b853 Binary files /dev/null and b/public/images/operation/8icon1.png differ diff --git a/public/images/operation/8icon2.png b/public/images/operation/8icon2.png new file mode 100644 index 0000000..26cee6c Binary files /dev/null and b/public/images/operation/8icon2.png differ diff --git a/public/images/operation/8icon3.png b/public/images/operation/8icon3.png new file mode 100644 index 0000000..43bffa2 Binary files /dev/null and b/public/images/operation/8icon3.png differ diff --git a/public/images/operation/8icon4.png b/public/images/operation/8icon4.png new file mode 100644 index 0000000..3f6fbdd Binary files /dev/null and b/public/images/operation/8icon4.png differ diff --git a/public/images/operation/8icon5.png b/public/images/operation/8icon5.png new file mode 100644 index 0000000..ff2f413 Binary files /dev/null and b/public/images/operation/8icon5.png differ diff --git a/public/images/operation/bg_lg.png b/public/images/operation/bg_lg.png new file mode 100644 index 0000000..1f7fd3a Binary files /dev/null and b/public/images/operation/bg_lg.png differ diff --git a/public/images/operation/bg_sm.png b/public/images/operation/bg_sm.png new file mode 100644 index 0000000..d4fbf0f Binary files /dev/null and b/public/images/operation/bg_sm.png differ diff --git a/public/images/scenarios/6.1_lg.png b/public/images/scenarios/6.1_lg.png new file mode 100644 index 0000000..936c84a Binary files /dev/null and b/public/images/scenarios/6.1_lg.png differ diff --git a/public/images/scenarios/6.1_sm.png b/public/images/scenarios/6.1_sm.png new file mode 100644 index 0000000..e277630 Binary files /dev/null and b/public/images/scenarios/6.1_sm.png differ diff --git a/public/images/scenarios/6.2_lg.png b/public/images/scenarios/6.2_lg.png new file mode 100644 index 0000000..ef7e139 Binary files /dev/null and b/public/images/scenarios/6.2_lg.png differ diff --git a/public/images/scenarios/6.2_sm.png b/public/images/scenarios/6.2_sm.png new file mode 100644 index 0000000..c53666f Binary files /dev/null and b/public/images/scenarios/6.2_sm.png differ diff --git a/public/images/scenarios/6.3_lg.png b/public/images/scenarios/6.3_lg.png new file mode 100644 index 0000000..7c9c1b8 Binary files /dev/null and b/public/images/scenarios/6.3_lg.png differ diff --git a/public/images/scenarios/6.3_sm.png b/public/images/scenarios/6.3_sm.png new file mode 100644 index 0000000..fa1d8b0 Binary files /dev/null and b/public/images/scenarios/6.3_sm.png differ diff --git a/public/images/scenarios/6.4_lg.png b/public/images/scenarios/6.4_lg.png new file mode 100644 index 0000000..7ba8a62 Binary files /dev/null and b/public/images/scenarios/6.4_lg.png differ diff --git a/public/images/scenarios/6.4_sm.png b/public/images/scenarios/6.4_sm.png new file mode 100644 index 0000000..cc7e4e0 Binary files /dev/null and b/public/images/scenarios/6.4_sm.png differ diff --git a/public/images/serve/2.5_sm.png b/public/images/serve/2.5_sm.png index 02c2a64..ebc9c13 100644 Binary files a/public/images/serve/2.5_sm.png and b/public/images/serve/2.5_sm.png differ diff --git a/public/images/serve/2.6_sm.png b/public/images/serve/2.6_sm.png index 9efa367..7042d2a 100644 Binary files a/public/images/serve/2.6_sm.png and b/public/images/serve/2.6_sm.png differ diff --git a/tailwind.config.js b/tailwind.config.js index 7cfd86f..f947d3e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,7 +18,7 @@ export default { screens: { sm: { max: '479px' }, md: { min: '480px', max: '1024px' }, - lg: { min: '1280px' }, + lg: { min: '1025px' }, xl: { min: '1920px' }, }, spacing: {
+ {{ content }} +
{{ content }}