Skip to content

Commit c18993b

Browse files
committed
fix: 修复.github/README.md的markdownlint格式问题
- 移除内联HTML元素,使用标准markdown格式 - 修复强调文本作为标题的问题,改为正确的标题格式 - 修复标题周围的空白行问题 - 修复列表周围的空白行问题 - 修复裸露URL,改为markdown链接格式 - 移除HTML图片标签,使用标准markdown图片语法
1 parent 74ebd63 commit c18993b

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

.github/README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AutoClip - AI视频智能切片系统
22

3-
<div align="center">
4-
53
![AutoClip Logo](https://img.shields.io/badge/AutoClip-AI%20Video%20Processing-blue?style=for-the-badge&logo=video)
64

7-
**基于AI的智能视频切片处理系统,支持YouTube/B站视频下载、自动切片、智能合集生成**
5+
## 基于AI的智能视频切片处理系统
6+
7+
支持YouTube/B站视频下载、自动切片、智能合集生成
88

99
[![Python](https://img.shields.io/badge/Python-3.8+-green?style=flat&logo=python)](https://python.org)
1010
[![React](https://img.shields.io/badge/React-18+-blue?style=flat&logo=react)](https://reactjs.org)
@@ -45,12 +45,14 @@ AutoClip是一个基于AI的智能视频切片处理系统,能够自动从YouT
4545
### 环境要求
4646

4747
#### Docker部署(推荐)
48+
4849
- **Docker**: 20.10+
4950
- **Docker Compose**: 2.0+
5051
- **内存**: 最少 4GB,推荐 8GB+
5152
- **存储**: 最少 10GB 可用空间
5253

5354
#### 本地部署
55+
5456
- **操作系统**: macOS / Linux / Windows (WSL)
5557
- **Python**: 3.8+ (推荐 3.9+)
5658
- **Node.js**: 16+ (推荐 18+)
@@ -103,24 +105,34 @@ cd autoclip
103105

104106
## 📞 联系方式
105107

106-
- **个人微信**: your_wechat_id
107-
- **飞书**: your_feishu_id
108+
如有问题或建议,请通过以下方式联系:
109+
110+
### 💬 QQ
111+
112+
![QQ二维码](./qq_qr.jpg)
113+
114+
### 📱 飞书
115+
116+
![飞书二维码](./feishu_qr.jpg)
117+
118+
### 📧 其他联系方式
119+
120+
- 提交 [GitHub Issue](https://github.com/zhouxiaoka/autoclip/issues)
121+
- 发送邮件至:[christine_zhouye@163.com](mailto:christine_zhouye@163.com)
122+
- 添加上述QQ或飞书联系
108123

109124
### 开源贡献
125+
110126
- **问题反馈**: [GitHub Issues](https://github.com/zhouxiaoka/autoclip/issues)
111127
- **功能建议**: [GitHub Discussions](https://github.com/zhouxiaoka/autoclip/discussions)
112128
- **代码贡献**: [GitHub Pull Requests](https://github.com/zhouxiaoka/autoclip/pulls)
113129

114130
---
115131

116-
<div align="center">
117-
118-
**如果这个项目对你有帮助,请给我们一个 ⭐ Star!**
132+
## 如果这个项目对你有帮助,请给我们一个 ⭐ Star
119133

120134
[![Star History Chart](https://api.star-history.com/svg?repos=zhouxiaoka/autoclip&type=Date)](https://star-history.com/#zhouxiaoka/autoclip&Date)
121135

122136
Made with ❤️ by AutoClip Team
123137

124-
**⭐ 如果觉得有用,请给个Star支持一下!**
125-
126-
</div>
138+
⭐ 如果觉得有用,请给个Star支持一下!

0 commit comments

Comments
 (0)