feat(devkit): 替换切向力算法为动态阈值版本,重新编译exe

This commit is contained in:
lenn
2026-05-22 16:11:26 +08:00
parent b581e310ed
commit 030479a962
3 changed files with 141 additions and 42 deletions

View File

@@ -5,8 +5,8 @@ a = Analysis(
['sensor_server.py'],
pathex=[],
binaries=[],
datas=[('sensor_stream_pb2.py', '.'), ('sensor_stream_pb2_grpc.py', '.')],
hiddenimports=['grpc', 'openpyxl', 'numpy'],
datas=[('sensor_stream_pb2*.py', '.')],
hiddenimports=['grpc', 'openpyxl'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],