From 57e72250a9dfd45464e8bd45b1b143fc7fbb5934 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Sun, 18 Jan 2026 22:37:02 +0800 Subject: [PATCH] chore(README): remove note about Windows compatibility from prerequisites section. --- README-EN.md | 2 -- README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README-EN.md b/README-EN.md index 9b6a36f..48b4f4b 100644 --- a/README-EN.md +++ b/README-EN.md @@ -79,8 +79,6 @@ Click the image to watch the complete demo video for prediction using BettaFish- ### Prerequisites -> Note: MiroFish was developed and tested on Mac. Windows compatibility is unknown and currently under testing. - | Tool | Version | Description | Check Installation | |------|---------|-------------|-------------------| | **Node.js** | 18+ | Frontend runtime, includes npm | `node -v` | diff --git a/README.md b/README.md index 97ea845..f9f4add 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,6 @@ MiroFish 致力于打造映射现实的群体智能镜像,通过捕捉个体 ### 前置要求 -> 注:MiroFish在Mac环境下完成开发与测试,Windows兼容性未知,测试中 - | 工具 | 版本要求 | 说明 | 安装检查 | |------|---------|------|---------| | **Node.js** | 18+ | 前端运行环境,包含 npm | `node -v` |