this is from zl

This commit is contained in:
N-Believe 2024-04-08 14:08:27 +08:00
parent 631aa6dcdc
commit c779d7756b
2 changed files with 3 additions and 0 deletions

1
backend/.gitignore vendored
View File

@ -124,6 +124,7 @@ venv/
ENV/
env.bak/
venv.bak/
.idea/
# Spyder project settings
.spyderproject

View File

@ -13,6 +13,8 @@ colorMap = {
"agent": [0, 0, 80],
}
def OperateCamelStr(_str: str):
if " " in _str:
return _str