mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 23:14:50 +00:00
feat(frontend): 修改提示
This commit is contained in:
parent
c5728df2ce
commit
98c2114f12
2 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@
|
||||||
<div class="glass-card rounded-4 shadow-lg p-4 p-md-5 text-center">
|
<div class="glass-card rounded-4 shadow-lg p-4 p-md-5 text-center">
|
||||||
<div class="d-flex justify-content-center mb-3">
|
<div class="d-flex justify-content-center mb-3">
|
||||||
<span class="badge brand-badge rounded-pill px-3 py-2">
|
<span class="badge brand-badge rounded-pill px-3 py-2">
|
||||||
<i class="bi bi-rocket-takeoff me-1"></i> Cell Processing
|
<i class="bi bi-rocket-takeoff me-1"></i> Cell Processing with <a href="https://github.com/MouseLand/cellpose">CELLPOSE</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
<hr class="my-4 my-md-5">
|
<hr class="my-4 my-md-5">
|
||||||
|
|
||||||
<div class="d-flex flex-column flex-md-row gap-2 justify-content-center">
|
<div class="d-flex flex-column flex-md-row gap-2 justify-content-center">
|
||||||
<a href="#" class="link-secondary text-decoration-none">
|
<a href="https://github.com/ClovertaTheTrilobita/cellpose-web" class="link-secondary text-decoration-none">
|
||||||
<i class="bi bi-book"></i> 文档
|
<i class="bi bi-github"></i> Github
|
||||||
</a>
|
</a>
|
||||||
<span class="text-secondary d-none d-md-inline">•</span>
|
<span class="text-secondary d-none d-md-inline">•</span>
|
||||||
<a href="#" class="link-secondary text-decoration-none">
|
<a href="#" class="link-secondary text-decoration-none">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Bootstrap demo</title>
|
<title>运行分割</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue