feat(frontend): 修改提示

This commit is contained in:
ClovertaTheTrilobita 2025-10-17 12:57:48 +00:00
parent c5728df2ce
commit 98c2114f12
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@
<div class="glass-card rounded-4 shadow-lg p-4 p-md-5 text-center">
<div class="d-flex justify-content-center mb-3">
<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>
</div>
@ -108,8 +108,8 @@
<hr class="my-4 my-md-5">
<div class="d-flex flex-column flex-md-row gap-2 justify-content-center">
<a href="#" class="link-secondary text-decoration-none">
<i class="bi bi-book"></i> 文档
<a href="https://github.com/ClovertaTheTrilobita/cellpose-web" class="link-secondary text-decoration-none">
<i class="bi bi-github"></i> Github
</a>
<span class="text-secondary d-none d-md-inline"></span>
<a href="#" class="link-secondary text-decoration-none">

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<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"
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">