1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

perf: 对歌曲信息中的图片缩小到300 #190

This commit is contained in:
涵曦
2024-09-25 12:51:53 +08:00
parent baf9a83e50
commit dec21aa57c
3 changed files with 50 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"ga4mp>=2.0.4",
"apscheduler>=3.10.4",
"opencc-python-reimplemented==0.1.7",
"pillow>=10.4.0",
]
requires-python = ">=3.10,<3.12"
readme = "README.md"
@@ -65,6 +66,7 @@ extend-immutable-calls = ["fastapi.Depends", "fastapi.params.Depends", "fastapi.
[tool.pdm.scripts]
lint = "ruff check ."
fmt = "ruff format ."
lintfmt = {composite = ["ruff check --fix .", "ruff format ."]}
[tool.commitizen]
name = "cz_conventional_commits"