fix: 修复非法文件名称报错的问题

1. 替换文件名称包含的非法字符
2. 替换文件名称包含的 Emoji 表情
This commit is contained in:
JoeanAmier
2024-08-09 18:35:04 +08:00
parent ce01a7b2d7
commit e2eee03feb
6 changed files with 107 additions and 2 deletions

View File

@@ -9,3 +9,4 @@ httpx>=0.27.0
fastapi>=0.111.0
uvicorn>=0.30.1
aiofiles>=24.1.0
emoji>=2.12.1