📱 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:
42
README.en.md
42
README.en.md
@@ -191,34 +191,22 @@ If you have any questions, please refer to [Help and Support](https://docs.newap
|
|||||||
|
|
||||||
## 🤝 Trusted Partners
|
## 🤝 Trusted Partners
|
||||||
|
|
||||||
<div align="center">
|
<p align="center">
|
||||||
<table>
|
<a href="https://www.cherry-ai.com/" target="_blank"><img
|
||||||
<tr>
|
src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="80"
|
||||||
<td align="center">
|
/></a>
|
||||||
<a href="https://www.cherry-ai.com/" target="_blank">
|
<a href="https://bda.pku.edu.cn/" target="_blank"><img
|
||||||
<img src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="60">
|
src="./docs/images/pku.png" alt="Peking University" height="80"
|
||||||
</a>
|
/></a>
|
||||||
</td>
|
<a href="https://www.compshare.cn/?ytag=GPU_yy_gh_newapi" target="_blank"><img
|
||||||
<td align="center">
|
src="./docs/images/ucloud.svg" alt="UCloud" height="80"
|
||||||
<a href="https://bda.pku.edu.cn/" target="_blank">
|
/></a>
|
||||||
<img src="./docs/images/pku.png" alt="Peking University" height="60">
|
<a href="https://bailian.console.aliyun.com/" target="_blank"><img
|
||||||
</a>
|
src="./docs/images/aliyun.svg" alt="Alibaba Cloud" height="80"
|
||||||
</td>
|
/></a>
|
||||||
<td align="center">
|
</p>
|
||||||
<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>
|
|
||||||
|
|
||||||
*No particular order*
|
<p align="center"><em>No particular order</em></p>
|
||||||
</div>
|
|
||||||
|
|
||||||
## 🌟 Star History
|
## 🌟 Star History
|
||||||
|
|
||||||
|
|||||||
42
README.md
42
README.md
@@ -190,34 +190,22 @@ docker run --name new-api -d --restart always -p 3000:3000 -e SQL_DSN="root:1234
|
|||||||
|
|
||||||
## 🤝 我们信任的合作伙伴
|
## 🤝 我们信任的合作伙伴
|
||||||
|
|
||||||
<div align="center">
|
<p align="center">
|
||||||
<table>
|
<a href="https://www.cherry-ai.com/" target="_blank"><img
|
||||||
<tr>
|
src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="80"
|
||||||
<td align="center">
|
/></a>
|
||||||
<a href="https://www.cherry-ai.com/" target="_blank">
|
<a href="https://bda.pku.edu.cn/" target="_blank"><img
|
||||||
<img src="./docs/images/cherry-studio.svg" alt="Cherry Studio" height="60">
|
src="./docs/images/pku.png" alt="北京大学" height="80"
|
||||||
</a>
|
/></a>
|
||||||
</td>
|
<a href="https://www.compshare.cn/?ytag=GPU_yy_gh_newapi" target="_blank"><img
|
||||||
<td align="center">
|
src="./docs/images/ucloud.svg" alt="UCloud 优刻得" height="80"
|
||||||
<a href="https://bda.pku.edu.cn/" target="_blank">
|
/></a>
|
||||||
<img src="./docs/images/pku.png" alt="北京大学" height="60">
|
<a href="https://bailian.console.aliyun.com/" target="_blank"><img
|
||||||
</a>
|
src="./docs/images/aliyun.svg" alt="阿里云" height="80"
|
||||||
</td>
|
/></a>
|
||||||
<td align="center">
|
</p>
|
||||||
<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="阿里云" height="60">
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
*排名不分先后*
|
<p align="center"><em>排名不分先后</em></p>
|
||||||
</div>
|
|
||||||
|
|
||||||
## 🌟 Star History
|
## 🌟 Star History
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user