docs: use [!NOTE]

This commit is contained in:
Li Xin 2025-04-25 15:39:52 +08:00
parent e6f667f237
commit 2bb321155d
2 changed files with 3 additions and 2 deletions

View File

@ -84,7 +84,8 @@ uv run main.py
### Web UI ### Web UI
This project also includes a Web UI, offering a more dynamic and engaging interactive experience. This project also includes a Web UI, offering a more dynamic and engaging interactive experience.
> Note: You need to install the dependencies of web UI first. > [!NOTE]
> You need to install the dependencies of web UI first.
```bash ```bash
# Run both the backend and frontend servers # Run both the backend and frontend servers

View File

@ -18,7 +18,7 @@ pnpm install
## How to Run in Development Mode ## How to Run in Development Mode
**Note**: Ensure the Python API service is running before starting the web UI. [!NOTE] Ensure the Python API service is running before starting the web UI.
Start the web UI development server: Start the web UI development server: