From 2bb321155d820579d856d6421d6ed18b3d3393e4 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 15:39:52 +0800 Subject: [PATCH] docs: use [!NOTE] --- README.md | 3 ++- web/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0ffba3..8760361 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ uv run main.py ### Web UI 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 # Run both the backend and frontend servers diff --git a/web/README.md b/web/README.md index 70cf995..ede395e 100644 --- a/web/README.md +++ b/web/README.md @@ -18,7 +18,7 @@ pnpm install ## 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: