Resize logo image to 70% width in README

This commit is contained in:
BaiFu 2025-12-19 14:00:34 +08:00 committed by GitHub
parent 5a67cd3ced
commit 2c398569ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="./static/image/MiroFish_logo_compressed.jpeg" alt="MiroFish Logo" width="100%"/> <img src="./static/image/MiroFish_logo_compressed.jpeg" alt="MiroFish Logo" width="70%"/>
</p> </p>
<p align="center"> <p align="center">
@ -96,4 +96,4 @@ npm run dev
```bash ```bash
npm run backend # 仅启动后端 npm run backend # 仅启动后端
npm run frontend # 仅启动前端 npm run frontend # 仅启动前端
``` ```