Browse Source

feat: 1。添加腾讯会议下载功能

suwenjiang 1 day ago
parent
commit
178822fb36
3 changed files with 7 additions and 0 deletions
  1. 1 0
      locales/en.json
  2. 1 0
      locales/zh.json
  3. 5 0
      public/picture/dowload.svg

+ 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>