Files
MeowBox-Core/README_zh-CN.md
2025-12-02 17:48:54 +08:00

71 lines
2.2 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Meow 为嵌入式设备制作的音乐串流服务 v2.0
[English](README.md) | [简体中文](README_zh-CN.md)
MeowEmbeddedMusicServer 是一个为嵌入式设备制作的音乐串流服务。
它可以播放来自你的服务器的音乐,也可以为你的嵌入式设备提供音乐流媒体服务。
现在支持完整的用户系统和个人歌单管理!
## ✨ 新版特性 (v2.0)
### 🔐 用户系统
- ✅ 用户注册和登录
- ✅ 安全的密码加密存储
- ✅ 基于Token的会话管理
### 🎵 个人音乐空间
- ✅ 每个用户独立的"我喜欢"歌单
- ✅ 创建自定义歌单
- ✅ 添加/删除歌曲到歌单
- ✅ 在线搜索和播放音乐
### 💎 现代化界面
- ✅ React + TailwindCSS 美观UI
- ✅ 响应式设计,支持移动设备
- ✅ 类似QQ音乐的用户体验
### 🎯 核心功能
- ✅ 在线听音乐
- ✅ 为嵌入式设备提供音乐串流服务
- ✅ 管理音乐库
- ✅ 搜索和缓存音乐
- ✅ 个人歌单管理
## 🚀 快速开始
### Windows 用户
1. **确保已安装 Go**1.19或更高版本)
2. **双击启动**`start.bat`
3. **访问应用**http://localhost:2233/app
### Linux/macOS 用户
```bash
# 添加执行权限
chmod +x start.sh
# 启动服务器
./start.sh
```
然后访问http://localhost:2233/app
### 详细文档
- 📖 **[快速开始](快速开始.md)** - 3分钟快速部署
- 📚 **[本地部署指南](本地部署指南.md)** - 详细部署步骤
- 🔧 **[用户系统使用指南](USER_SYSTEM_README.md)** - API文档
-**[新功能说明](新功能说明.md)** - 功能概览
# 教程文档
相关文档正在编写中...
## Star 历史
<a href="https://star-history.com/#OmniX-Space/MeowBox-Core&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
</picture>
</a>