docs: 重命名项目logo并更新README引用
- 将 assets/logo.png 重命名为 assets/project-logo.png - 更新 README.md 中的logo图片路径引用 - 保持文件内容和显示效果一致
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<div style="margin: 20px 0;">
|
<div style="margin: 20px 0;">
|
||||||
<img src="./assets/logo.png" width="120" height="120" alt="PyGILnoGILBenchLogo" style="border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 217, 255, 0.3);">
|
<img src="./assets/project-logo.png" width="120" height="120" alt="PyGILnoGILBenchLogo" style="border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 217, 255, 0.3);">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
# 🚀 PyGILnoGILBench
|
# 🚀 PyGILnoGILBench
|
||||||
|
|
||||||
## Python GIL vs. NoGIL 多线程性能基准测试工具
|
## Python GIL vs. NoGIL 多线程性能基准测试工具
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Reference in New Issue
Block a user