更新2.4.1,使用新版UI

This commit is contained in:
xaoyaoo 2024-01-04 12:14:27 +08:00
parent 99c894be5b
commit c69182d086
2 changed files with 3 additions and 2 deletions

View File

@ -22,4 +22,4 @@ except:
VERSION_LIST = {}
VERSION_LIST_PATH = None
__version__ = "2.4.0"
__version__ = "2.4.1"

View File

@ -25,7 +25,8 @@ install_requires = [
"flask",
"lz4",
"blackboxprotobuf",
"lxml"
"lxml",
"flask_cors",
]
setup(