diff --git a/index.html b/index.html
index b19040a..8912dd4 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,9 @@
-
+
- Vite App
+ 音视频网站 - Flx
diff --git a/src/assets/img/AI会议麦克风 1.png b/src/assets/img/AI会议麦克风 1.png
new file mode 100644
index 0000000..4646afa
Binary files /dev/null and b/src/assets/img/AI会议麦克风 1.png differ
diff --git a/src/assets/img/dynamice.png b/src/assets/img/dynamice.png
new file mode 100644
index 0000000..4174e76
Binary files /dev/null and b/src/assets/img/dynamice.png differ
diff --git a/src/assets/img/product.png b/src/assets/img/product.png
new file mode 100644
index 0000000..f83e901
Binary files /dev/null and b/src/assets/img/product.png differ
diff --git a/src/assets/img/product1.png b/src/assets/img/product1.png
new file mode 100644
index 0000000..f8ba19d
Binary files /dev/null and b/src/assets/img/product1.png differ
diff --git a/src/assets/img/product2.png b/src/assets/img/product2.png
new file mode 100644
index 0000000..a2c5b61
Binary files /dev/null and b/src/assets/img/product2.png differ
diff --git a/src/assets/img/product4.png b/src/assets/img/product4.png
new file mode 100644
index 0000000..1ef14bc
Binary files /dev/null and b/src/assets/img/product4.png differ
diff --git a/src/assets/img/productBg.png b/src/assets/img/productBg.png
new file mode 100644
index 0000000..9975942
Binary files /dev/null and b/src/assets/img/productBg.png differ
diff --git a/src/assets/img/productbg1.png b/src/assets/img/productbg1.png
new file mode 100644
index 0000000..dd10832
Binary files /dev/null and b/src/assets/img/productbg1.png differ
diff --git a/src/assets/img/tc-top.png b/src/assets/img/tc-top.png
new file mode 100644
index 0000000..375ed2f
Binary files /dev/null and b/src/assets/img/tc-top.png differ
diff --git a/src/assets/main.css b/src/assets/main.css
index 5b9dc33..e297078 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -5,3 +5,9 @@ body{
margin:auto;
position:relative;
}
+button{
+ cursor: pointer;
+ &:hover{
+ transform: scale(1.01);
+ }
+}
diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue
index f90438b..c0d03aa 100644
--- a/src/components/HeaderNav.vue
+++ b/src/components/HeaderNav.vue
@@ -7,7 +7,6 @@ const handleSelect = (key, keyPath) => {
console.log(key, keyPath)
}
-
const circleUrl='https://cube.elemecdn.com/3/7c/3ea6beec64369c2642b92c6726f1epng.png'
diff --git a/src/components/home/Dynamic.vue b/src/components/home/Dynamic.vue
new file mode 100644
index 0000000..21e67df
--- /dev/null
+++ b/src/components/home/Dynamic.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
实验动态
+
+
+
+

+
+
+
+
+
+
端侧AI降噪模组设计
+
专为语音收集和处理设计的USB AI降噪麦克风模组,这是一款基于XMOS XU316芯片和Codec芯片的专业音频处理模组。
+
+
+
+
+
+
+
+
+
diff --git a/src/components/home/ProductDisplay.vue b/src/components/home/ProductDisplay.vue
new file mode 100644
index 0000000..e616930
--- /dev/null
+++ b/src/components/home/ProductDisplay.vue
@@ -0,0 +1,210 @@
+
+
+
+
+
产品展示
+
+
+
+
PH-AIMIC01
+
AI会议圆阵麦克风
+
了解更多
+
+
+

+
+
+
+
+
PH-AIMIC01
+
AI会议圆阵麦克风
+
了解更多
+
+
+

+
+
+
+
+
PH-AIMIC01
+
AI会议圆阵麦克风
+
了解更多
+
+
+

+
+
+
+
+
PH-AIMIC01
+
AI会议圆阵麦克风
+
了解更多
+
+
+

+
+
+
+ 更多产品
+
+
+
+
+
+
diff --git a/src/components/home/Solution.vue b/src/components/home/Solution.vue
new file mode 100644
index 0000000..4a899ab
--- /dev/null
+++ b/src/components/home/Solution.vue
@@ -0,0 +1,71 @@
+
+
+
+
+
解决方案
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/home/Swiper.vue b/src/components/home/Swiper.vue
new file mode 100644
index 0000000..a42062a
--- /dev/null
+++ b/src/components/home/Swiper.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/home/TechnologyCore.vue b/src/components/home/TechnologyCore.vue
new file mode 100644
index 0000000..bd6d891
--- /dev/null
+++ b/src/components/home/TechnologyCore.vue
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
核心技术
+
+
+ 深耕二十余载,飞利信积累了从核心硬件设计到智能算法开发的全面深厚功底。我们始终以自主创新的技术为核心驱动力,致力于为每一次关键通讯提供稳定、清晰、卓越的体验保障。
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.label }}
+
+ {{item.text}}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index eb6a46b..8d125eb 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,5 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from "@/views/HomeView.vue";
+import CoreTechnology from "@/views/CoreTechnology.vue";
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -8,6 +9,11 @@ const router = createRouter({
path:'/',
name:'home',
component:HomeView
+ },
+ {
+ path:'/technology',
+ name:'technology',
+ component:CoreTechnology
}
],
})
diff --git a/src/views/CoreTechnology.vue b/src/views/CoreTechnology.vue
new file mode 100644
index 0000000..0db4f56
--- /dev/null
+++ b/src/views/CoreTechnology.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 8745e4c..387ef9d 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,336 +1,28 @@
-
-
-
-
-
-
-
+
-
-
解决方案
-
-
-
-
-
-
-
-
-
-
-
-
-
核心技术
-
-
- 深耕二十余载,飞利信积累了从核心硬件设计到智能算法开发的全面深厚功底。我们始终以自主创新的技术为核心驱动力,致力于为每一次关键通讯提供稳定、清晰、卓越的体验保障。
-
-
-
-
-
-
-
-
-
-
-
-
{{ item.label }}
-
- {{item.text}}
-
-
-
-
-
-
-
-
-
-
+
+
+
+