📱 docs(README): refactor partners section for responsive layout

- Replace fixed table layout with flexible paragraph layout
- Fix display truncation issues on mobile and small screens
- Increase partner logo height from 60px to 80px for better visibility
- Enable automatic line wrapping for partner logos
- Maintain all clickable links and functionality:
  * Cherry Studio → https://www.cherry-ai.com/
  * Peking University → https://bda.pku.edu.cn/
  * UCloud → https://www.compshare.cn/?ytag=GPU_yy_gh_newapi
  * Alibaba Cloud → https://bailian.console.aliyun.com/
- Keep center alignment and "no particular order" disclaimer
- Apply responsive improvements to both README versions
- Ensure consistent rendering across different screen sizes

The partners section now adapts gracefully to various viewport widths,
providing optimal viewing experience on desktop and mobile devices.
This commit is contained in:
t0ng7u
2025-07-21 18:14:03 +08:00
parent d16cb90c2f
commit 55898780f1
2 changed files with 30 additions and 54 deletions

View File

@@ -191,34 +191,22 @@ If you have any questions, please refer to [Help and Support](https://docs.newap
## 🤝 Trusted Partners
<div align="center">
<table>
<tr>
<td align="center">
<a href="https://www.cherry-ai.com/" target="_blank">
<img src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="60">
</a>
</td>
<td align="center">
<a href="https://bda.pku.edu.cn/" target="_blank">
<img src="./docs/images/pku.png" alt="Peking University" height="60">
</a>
</td>
<td align="center">
<a href="https://www.compshare.cn/?ytag=GPU_yy_gh_newapi" target="_blank">
<img src="./docs/images/ucloud.svg" alt="UCloud" height="60">
</a>
</td>
<td align="center">
<a href="https://bailian.console.aliyun.com/" target="_blank">
<img src="./docs/images/aliyun.svg" alt="Alibaba Cloud" height="60">
</a>
</td>
</tr>
</table>
<p align="center">
<a href="https://www.cherry-ai.com/" target="_blank"><img
src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="80"
/></a>
<a href="https://bda.pku.edu.cn/" target="_blank"><img
src="./docs/images/pku.png" alt="Peking University" height="80"
/></a>
<a href="https://www.compshare.cn/?ytag=GPU_yy_gh_newapi" target="_blank"><img
src="./docs/images/ucloud.svg" alt="UCloud" height="80"
/></a>
<a href="https://bailian.console.aliyun.com/" target="_blank"><img
src="./docs/images/aliyun.svg" alt="Alibaba Cloud" height="80"
/></a>
</p>
*No particular order*
</div>
<p align="center"><em>No particular order</em></p>
## 🌟 Star History