From 3429697f5943bb3abdbdee4a2e5d8041ba29d567 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 15 Oct 2025 18:43:11 +0300 Subject: [PATCH] doc(readme): update README.md --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8ae2ce2..3977a59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ -## 为cellpose搭建的简单web前后端 -![Static Badge](https://img.shields.io/badge/Python-3.12-blue)![Static Badge](https://img.shields.io/badge/Redis-6.4.0-red)![Static Badge](https://img.shields.io/badge/JSDelivr-in_use-brown)![Static Badge](https://img.shields.io/badge/Flask-3.1.2-8ecae6) +# cellpose web + +

+ 🛰️一个cellpose的简单web前后端🛰️
+ Static Badge + Static Badge + Static Badge + Static Badge +


@@ -23,7 +30,7 @@ git clone https://github.com/ClovertaTheTrilobita/cellpose-web.git #### 1.修改配置文件 -##### 后端配置文件位于**[`backend/config.yaml`](backend/config.yaml)** +##### 后端配置文件位于[`backend/config.yaml`](backend/config.yaml) 默认配置如下: @@ -87,9 +94,9 @@ conda create -n cpweb python=3.12 - **Windows** - 详见官方手册:**[Install Redis on Windows | Docs](https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows/)** + 详见官方手册:[Install Redis on Windows | Docs](https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows/) - Windows上推荐使用`PhpStudy`管理redis:**[phpstudy - Windows | 小皮面板](https://www.xp.cn/phpstudy)** + Windows上推荐使用`PhpStudy`管理redis:[phpstudy - Windows | 小皮面板](https://www.xp.cn/phpstudy) - **Debian/Ubuntu** @@ -134,6 +141,6 @@ python main.py 项目有一个简单的默认前端。你可以配置`Nginx`实现从浏览器访问这几个HTML文件。 -请将Nginx指向**[`frontend/index.html`](frontend/index.html)**。 +请将Nginx指向[`frontend/index.html`](frontend/index.html)。 -如果你在本地部署,你可以在启动后端后直接打开**[`index.html`](frontend/index.html)**,开始使用。 \ No newline at end of file +如果你在本地部署,你可以在启动后端后直接打开[`index.html`](frontend/index.html),开始使用。 \ No newline at end of file