mirror of
https://github.com/zhouxiaoka/autoclip.git
synced 2026-05-06 14:04:32 +08:00
docs: 修正README功能状态描述和GitHub链接
- 更新移动端支持和账号管理功能状态为【开发中】 - 修正所有GitHub链接从your-username改为zhouxiaoka - 修复英文版README的404问题 - 统一中英文README的功能状态描述
This commit is contained in:
24
README-EN.md
24
README-EN.md
@@ -13,9 +13,9 @@
|
||||
[](https://celeryproject.org)
|
||||
[](LICENSE)
|
||||
|
||||
[](https://github.com/your-username/autoclip)
|
||||
[](https://github.com/your-username/autoclip)
|
||||
[](https://github.com/your-username/autoclip/issues)
|
||||
[](https://github.com/zhouxiaoka/autoclip)
|
||||
[](https://github.com/zhouxiaoka/autoclip)
|
||||
[](https://github.com/zhouxiaoka/autoclip/issues)
|
||||
|
||||
**Language**: [English](README-EN.md) | [中文](README.md)
|
||||
|
||||
@@ -33,8 +33,8 @@ AutoClip is an AI-powered intelligent video clipping system that can automatical
|
||||
- 📚 **Smart Collections**: AI-recommended and manually created video collections with drag-and-drop sorting
|
||||
- 🚀 **Real-time Processing**: Asynchronous task queue with real-time progress feedback and WebSocket communication
|
||||
- 🎨 **Modern Interface**: React + TypeScript + Ant Design with responsive design
|
||||
- 📱 **Mobile Support**: Perfect adaptation for desktop and mobile devices
|
||||
- 🔐 **Account Management**: Support for multiple Bilibili account management with automatic health checks
|
||||
- 📱 **Mobile Support** **[In Development]**: Responsive design, improving mobile experience
|
||||
- 🔐 **Account Management** **[In Development]**: Support for multiple Bilibili account management with automatic health checks
|
||||
- 📊 **Data Statistics**: Complete project management and data statistics functionality
|
||||
- 🛠️ **Easy Deployment**: One-click startup scripts, Docker support, and detailed documentation
|
||||
- 📤 **Bilibili Upload** **[In Development]**: Automatic upload of clipped videos to Bilibili
|
||||
@@ -104,7 +104,7 @@ graph TB
|
||||
|
||||
```bash
|
||||
# Clone the project
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# Docker one-click startup
|
||||
@@ -124,7 +124,7 @@ cd autoclip
|
||||
|
||||
```bash
|
||||
# Clone the project
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# One-click startup (recommended, includes complete checks and monitoring)
|
||||
@@ -539,7 +539,7 @@ celery -A backend.core.celery_app flower --port=5555
|
||||
|
||||
```bash
|
||||
# Clone the project
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# Configure environment variables
|
||||
@@ -624,7 +624,7 @@ We welcome all forms of contributions! Whether it's code contributions, document
|
||||
1. **Fork** the project to your GitHub account
|
||||
2. Clone your Fork to local:
|
||||
```bash
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
```
|
||||
3. Create feature branch:
|
||||
@@ -762,8 +762,8 @@ A:
|
||||
|
||||
### Get Help
|
||||
|
||||
- **Issue Reports**: [GitHub Issues](https://github.com/your-username/autoclip/issues)
|
||||
- **Feature Suggestions**: [GitHub Discussions](https://github.com/your-username/autoclip/discussions)
|
||||
- **Issue Reports**: [GitHub Issues](https://github.com/zhouxiaoka/autoclip/issues)
|
||||
- **Feature Suggestions**: [GitHub Discussions](https://github.com/zhouxiaoka/autoclip/discussions)
|
||||
- **Bug Reports**: Please use GitHub Issues template
|
||||
- **Documentation**: [Project Documentation](docs/)
|
||||
|
||||
@@ -813,7 +813,7 @@ Thanks to the following open source projects and services:
|
||||
|
||||
**If this project helps you, please give us a ⭐ Star!**
|
||||
|
||||
[](https://star-history.com/#your-username/autoclip&Date)
|
||||
[](https://star-history.com/#zhouxiaoka/autoclip&Date)
|
||||
|
||||
Made with ❤️ by AutoClip Team
|
||||
|
||||
|
||||
24
README.md
24
README.md
@@ -13,9 +13,9 @@
|
||||
[](https://celeryproject.org)
|
||||
[](LICENSE)
|
||||
|
||||
[](https://github.com/your-username/autoclip)
|
||||
[](https://github.com/your-username/autoclip)
|
||||
[](https://github.com/your-username/autoclip/issues)
|
||||
[](https://github.com/zhouxiaoka/autoclip)
|
||||
[](https://github.com/zhouxiaoka/autoclip)
|
||||
[](https://github.com/zhouxiaoka/autoclip/issues)
|
||||
|
||||
**语言**: [English](README-EN.md) | [中文](README.md)
|
||||
|
||||
@@ -33,8 +33,8 @@ AutoClip是一个基于AI的智能视频切片处理系统,能够自动从YouT
|
||||
- 📚 **智能合集**: AI推荐和手动创建视频合集,支持拖拽排序
|
||||
- 🚀 **实时处理**: 异步任务队列,实时进度反馈,WebSocket通信
|
||||
- 🎨 **现代界面**: React + TypeScript + Ant Design,响应式设计
|
||||
- 📱 **移动端支持**: 完美适配桌面和移动端设备
|
||||
- 🔐 **账号管理**: 支持B站多账号管理,自动健康检查
|
||||
- 📱 **移动端支持**【开发中】: 响应式设计,正在完善移动端体验
|
||||
- 🔐 **账号管理**【开发中】: 支持B站多账号管理,自动健康检查
|
||||
- 📊 **数据统计**: 完整的项目管理和数据统计功能
|
||||
- 🛠️ **易于部署**: 一键启动脚本,Docker支持,详细文档
|
||||
- 📤 **B站上传**【开发中】: 自动上传切片视频到B站
|
||||
@@ -104,7 +104,7 @@ graph TB
|
||||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# Docker一键启动
|
||||
@@ -124,7 +124,7 @@ cd autoclip
|
||||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# 一键启动(推荐,包含完整检查和监控)
|
||||
@@ -542,7 +542,7 @@ celery -A backend.core.celery_app flower --port=5555
|
||||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
|
||||
# 配置环境变量
|
||||
@@ -627,7 +627,7 @@ WantedBy=multi-user.target
|
||||
1. **Fork** 项目到您的GitHub账户
|
||||
2. 克隆您的Fork到本地:
|
||||
```bash
|
||||
git clone https://github.com/your-username/autoclip.git
|
||||
git clone https://github.com/zhouxiaoka/autoclip.git
|
||||
cd autoclip
|
||||
```
|
||||
3. 创建功能分支:
|
||||
@@ -769,8 +769,8 @@ A:
|
||||
|
||||
### 获取帮助
|
||||
|
||||
- **问题反馈**: [GitHub Issues](https://github.com/your-username/autoclip/issues)
|
||||
- **功能建议**: [GitHub Discussions](https://github.com/your-username/autoclip/discussions)
|
||||
- **问题反馈**: [GitHub Issues](https://github.com/zhouxiaoka/autoclip/issues)
|
||||
- **功能建议**: [GitHub Discussions](https://github.com/zhouxiaoka/autoclip/discussions)
|
||||
- **Bug报告**: 请使用GitHub Issues模板
|
||||
- **文档**: [项目文档](docs/)
|
||||
|
||||
@@ -818,7 +818,7 @@ A:
|
||||
|
||||
**如果这个项目对你有帮助,请给我们一个 ⭐ Star!**
|
||||
|
||||
[](https://star-history.com/#your-username/autoclip&Date)
|
||||
[](https://star-history.com/#zhouxiaoka/autoclip&Date)
|
||||
|
||||
Made with ❤️ by AutoClip Team
|
||||
|
||||
|
||||
Reference in New Issue
Block a user