Jelajahi Sumber

Merge pull request #1477 from opendatalab/dev

feat(header): update homepage link and add client download link
Xiaomeng Zhao 10 bulan lalu
induk
melakukan
1916412614
1 mengubah file dengan 13 tambahan dan 2 penghapusan
  1. 13 2
      projects/gradio_app/header.html

+ 13 - 2
projects/gradio_app/header.html

@@ -102,13 +102,24 @@
 
         <!-- Homepage Link. -->
         <span class="link-block">
-          <a href="https://opendatalab.com/" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
+          <a href="https://mineru.org.cn/home?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
             <span class="icon" style="margin-right: 8px">
-              <i class="fas fa-globe" style="color: white"></i>
+              <i class="fas fa-home" style="color: white"></i>
             </span>
             <span style="color: white">Homepage</span>
           </a>
         </span>
+
+        <!-- Client Link. -->
+        <span class="link-block">
+          <a href="https://mineru.org.cn/client?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
+            <span class="icon" style="margin-right: 8px">
+              <i class="fas fa-download" style="color: white"></i>
+            </span>
+            <span style="color: white">Download</span>
+          </a>
+        </span>
+
       </div>
     </div>