Update README.md

This commit is contained in:
涵曦 2024-12-06 00:22:27 +08:00 committed by GitHub
parent 46168315d0
commit 2c5b7b7f26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,8 +195,7 @@ pdm run xiaomusic.py
提交前请执行 提交前请执行
``` ```
pdm fmt pdm lintfmt
pdm lint --fix
``` ```
用于检查代码和格式化代码。 用于检查代码和格式化代码。
@ -207,6 +206,14 @@ pdm lint --fix
docker build -t xiaomusic . docker build -t xiaomusic .
``` ```
### 技术栈
- 后端代码使用 Python 语言编写。
- HTTP 服务使用的是 FastAPI 框架,~~早期版本使用的是 Flask~~。
- 使用了 Docker ,在 NAS 上安装更方便。
- 默认的前端主题使用了 jQuery 。
## 已测试支持的设备 ## 已测试支持的设备
| 型号 | 名称 | | 型号 | 名称 |