修复bug

This commit is contained in:
wzj 2025-06-14 11:26:18 +08:00
parent fd9f2d6e52
commit da5071b3c1

1
app.py
View File

@ -11,6 +11,7 @@ import string
from io import BytesIO from io import BytesIO
import zipfile import zipfile
import shutil import shutil
import re
from pypinyin import pinyin, Style from pypinyin import pinyin, Style
import uuid import uuid