From c779d7756b31c3e8fcaa86403ab994fa54239585 Mon Sep 17 00:00:00 2001 From: N-Believe <657710639@qq.com> Date: Mon, 8 Apr 2024 14:08:27 +0800 Subject: [PATCH] this is from zl --- backend/.gitignore | 1 + backend/DataProcess/DataProcess.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/backend/.gitignore b/backend/.gitignore index 238a030..0ed27b4 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -124,6 +124,7 @@ venv/ ENV/ env.bak/ venv.bak/ +.idea/ # Spyder project settings .spyderproject diff --git a/backend/DataProcess/DataProcess.py b/backend/DataProcess/DataProcess.py index d21de99..da883df 100644 --- a/backend/DataProcess/DataProcess.py +++ b/backend/DataProcess/DataProcess.py @@ -13,6 +13,8 @@ colorMap = { "agent": [0, 0, 80], } + + def OperateCamelStr(_str: str): if " " in _str: return _str