mirror of
https://github.com/adnaan-worker/adnify.git
synced 2026-09-01 15:12:10 +08:00
docs: update demo video reference and improve QR code image rendering
- Rename video file from main_compressed.mp4 to main.mp4 in both README files - Update video source references in README.md and README_EN.md - Replace markdown image syntax with HTML img tags for QR codes to enable width/height control - Add explicit dimensions (200x200) and alt text to all QR code images for better accessibility - Update community contact section images in both Chinese and English documentation - Refresh QQ group, WeChat group, and author WeChat QR code images with improved quality
This commit is contained in:
@@ -11,7 +11,7 @@ Adnify 不仅仅是一个编辑器,它是你的**智能编程伴侣**。它复
|
||||
|
||||
<!-- 主界面演示 -->
|
||||
<div align="center">
|
||||
<video src="images/main_compressed.mp4" controls autoplay loop muted width="800">
|
||||
<video src="images/main.mp4" controls autoplay loop muted width="800">
|
||||
您的浏览器不支持视频标签。
|
||||
</video>
|
||||
</div>
|
||||
@@ -24,7 +24,7 @@ Adnify 不仅仅是一个编辑器,它是你的**智能编程伴侣**。它复
|
||||
|
||||
| 微信群 | QQ 群 | 作者微信 |
|
||||
|:---:|:---:|:---:|
|
||||
|  |  |  |
|
||||
| <img src="images/wechat-group.png" width="200" height="200" alt="微信群二维码" /> | <img src="images/qq-group.png" width="200" height="200" alt="QQ群二维码" /> | <img src="images/wechat-author.png" width="200" height="200" alt="作者微信" /> |
|
||||
| 扫码加入微信群 | QQ群号: `1076926858` | 微信号: `adnaan_worker` |
|
||||
|
||||
> 💡 如有问题或建议,也可以直接在 [Gitee Issues](https://gitee.com/adnaan/adnify/issues) 或[Github Issues](https://github.com/adnaan-worker/adnify/issues) 提交
|
||||
|
||||
+2
-2
@@ -11,7 +11,7 @@ Adnify is more than just an editor—it's your **intelligent programming compani
|
||||
|
||||
<!-- Main Interface Demo -->
|
||||
<div align="center">
|
||||
<video src="images/main_compressed.mp4" controls autoplay loop muted width="800">
|
||||
<video src="images/main.mp4" controls autoplay loop muted width="800">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
@@ -24,7 +24,7 @@ Join our community to discuss Adnify usage and development!
|
||||
|
||||
| WeChat Group | QQ Group | Author WeChat |
|
||||
|:---:|:---:|:---:|
|
||||
|  |  |  |
|
||||
| <img src="images/wechat-group.png" width="200" height="200" alt="WeChat Group QR" /> | <img src="images/qq-group.png" width="200" height="200" alt="QQ Group QR" /> | <img src="images/wechat-author.png" width="200" height="200" alt="Author WeChat" /> |
|
||||
| Scan to join WeChat group | QQ Group: `1076926858` | WeChat ID: `adnaan_worker` |
|
||||
|
||||
> 💡 For issues or suggestions, submit them on [Gitee Issues](https://gitee.com/adnaan/adnify/issues) or [Github Issues](https://github.com/adnaan-worker/adnify/issues)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 845 KiB After Width: | Height: | Size: 719 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 246 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 360 KiB |
Reference in New Issue
Block a user