2 Commits a1bd695eea ... 1e5d51de71

Author SHA1 Message Date
  suwenjiang 1e5d51de71 feat: 1。添加腾讯会议下载功能 2 days ago
  suwenjiang 178822fb36 feat: 1。添加腾讯会议下载功能 2 days ago
4 changed files with 19 additions and 0 deletions
  1. 12 0
      components/TopHeader.vue
  2. 1 0
      locales/en.json
  3. 1 0
      locales/zh.json
  4. 5 0
      public/picture/dowload.svg

+ 12 - 0
components/TopHeader.vue

@@ -152,6 +152,18 @@ const langLabel = computed(() => {
                 </nav>
               </div>
             </div>
+            <div class="header-button">
+              <NuxtLink
+                to="https://voovmeeting.com/download-center.html"
+                target="_blank"
+                class="theme-btn"
+              >
+                <span>
+                  {{ t('dowloadWeMeet') }}
+                  <img src="/public/picture/dowload.svg" alt="" />
+                </span>
+              </NuxtLink>
+            </div>
           </div>
         </div>
       </div>

+ 1 - 0
locales/en.json

@@ -3,6 +3,7 @@
     "welcome": "Welcome",
     "about": "About",
     "chinese":"Chinese",
+    "dowloadWeMeet":"Dowload WeMeet",
     "english":"English",
     "search": "Search...",
     "contactUs": "Contact Us",

+ 1 - 0
locales/zh.json

@@ -3,6 +3,7 @@
   "about": "关于",
   "chinese": "中文",
   "english": "英文",
+  "dowloadWeMeet":"下载腾讯会议",
   "search": "搜索...",
   "contactUs": "联系我们",
   "home": "首页",

+ 5 - 0
public/picture/dowload.svg

@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
+<path d="M12.0039 16.9498V3" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+<path d="M18 11L12 17L6 11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+<path d="M18 21H6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>