@@ -152,6 +152,18 @@ const langLabel = computed(() => {
</nav>
</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>
@@ -3,6 +3,7 @@
"welcome": "Welcome",
"about": "About",
"chinese":"Chinese",
+ "dowloadWeMeet":"Dowload WeMeet",
"english":"English",
"search": "Search...",
"contactUs": "Contact Us",
"about": "关于",
"chinese": "中文",
"english": "英文",
+ "dowloadWeMeet":"下载腾讯会议",
"search": "搜索...",
"contactUs": "联系我们",
"home": "首页",
@@ -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>