Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
a6d6042c
Unverified
Commit
a6d6042c
authored
Jan 10, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Jan 10, 2025
Browse files
Merge pull request #1476 from myhloli/dev
feat(header): update homepage link and add client download link
parents
c3adb389
d2228fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
projects/gradio_app/header.html
projects/gradio_app/header.html
+13
-2
No files found.
projects/gradio_app/header.html
View file @
a6d6042c
...
@@ -102,13 +102,24 @@
...
@@ -102,13 +102,24 @@
<!-- Homepage Link. -->
<!-- Homepage Link. -->
<span
class=
"link-block"
>
<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"
>
<span
class=
"icon"
style=
"margin-right: 8px"
>
<i
class=
"fas fa-
glob
e"
style=
"color: white"
></i>
<i
class=
"fas fa-
hom
e"
style=
"color: white"
></i>
</span>
</span>
<span
style=
"color: white"
>
Homepage
</span>
<span
style=
"color: white"
>
Homepage
</span>
</a>
</a>
</span>
</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>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment