Lee 2 dienas atpakaļ
vecāks
revīzija
93c3c92ee7
3 mainītis faili ar 18 papildinājumiem un 4 dzēšanām
  1. 2 2
      app/components/Header.vue
  2. 7 0
      app/pages/about/index.vue
  3. 9 2
      app/pages/index/index.vue

+ 2 - 2
app/components/Header.vue

@@ -2,7 +2,7 @@
  * @Author: LiZhiWei
  * @Date: 2026-01-13 15:41:49
  * @LastEditors: LiZhiWei
- * @LastEditTime: 2026-01-21 16:10:45
+ * @LastEditTime: 2026-01-22 10:21:52
  * @Description: 
 -->
 <!--
@@ -38,7 +38,7 @@
                     >
                       {{ item.title }}
                     </div>
-                    <div class="font-s-16px pf-sc-regular text-#28292e/75 lh-22px mb-12px">
+                    <div class="font-s-14px pf-sc-regular text-#64748b lh-22px mb-12px">
                       {{ item.desc }}
                     </div>
                     <div class="flex items-center text-14px text-#0F67F8">

+ 7 - 0
app/pages/about/index.vue

@@ -17,6 +17,13 @@
 <script setup lang="ts">
   import Banner from './components/banner.vue'
   import About from './components/about.vue'
+
+  useSeoMeta({
+    title: '关于我们 - 绘家科技 | 专业的智慧社区解决方案提供商',
+    description:
+      '了解绘家科技的发展历程与企业愿景。我们专注通过科技赋能物业,构建美好的智慧社区生活。',
+    keywords: '绘家科技简介,企业文化,发展历程,智慧社区愿景',
+  })
 </script>
 <style scoped lang="scss">
   .landing {

+ 9 - 2
app/pages/index/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: LiZhiWei
  * @LastEditors: LiZhiWei
- * @LastEditTime: 2026-01-20 14:42:51
+ * @LastEditTime: 2026-01-22 10:19:40
  * @Description: 
 -->
 <template>
@@ -16,7 +16,14 @@
   </div>
 </template>
 
-<script setup lang="ts"></script>
+<script setup lang="ts">
+  useSeoMeta({
+    title: '绘家科技 - 智慧社区整体解决方案 | 智慧物业管理系统',
+    description:
+      '绘家科技致力于为物业管理公司提供数字化转型解决方案,包括绘管家智慧物业云平台、绘服务业主端小程序等,提升服务品质与业主满意度。',
+    keywords: '智慧物业,物业管理系统,社区数字化,绘管家,绘家科技',
+  })
+</script>
 
 <style scoped lang="scss">
   .landing {