From e3b6a79b09524a09e3782c5cb9b903c4b1374534 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Tue, 23 Dec 2025 10:58:08 +0800 Subject: [PATCH] Add note about MiroFish's development environment in README files for clarity on Windows compatibility. --- README-EN.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README-EN.md b/README-EN.md index 2931a40..5ab0bf2 100644 --- a/README-EN.md +++ b/README-EN.md @@ -57,6 +57,8 @@ Complete demo video for prediction using BettaFish-generated "Wuhan University P ### 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 da66bcb..0e5dc4e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ MiroFish 致力于打造映射现实的群体智能镜像,通过捕捉个体 ### 前置要求 +> 注:MiroFish在Mac环境下完成开发与测试,Windows兼容性未知,测试中 + | 工具 | 版本要求 | 说明 | 安装检查 | |------|---------|------|---------| | **Node.js** | 18+ | 前端运行环境,包含 npm | `node -v` |