feat:data slove and update heatmap

This commit is contained in:
2025-10-29 14:09:28 +08:00
parent c50b44efe2
commit c6cef3d89d
200 changed files with 100674 additions and 52814 deletions

View File

@@ -0,0 +1,19 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Release")
file(REMOVE_RECURSE
"CMakeFiles\\cpstream_demo_autogen.dir\\AutogenUsed.txt"
"CMakeFiles\\cpstream_demo_autogen.dir\\ParseCache.txt"
"CMakeFiles\\modern-qt_autogen.dir\\AutogenUsed.txt"
"CMakeFiles\\modern-qt_autogen.dir\\ParseCache.txt"
"CMakeFiles\\qcustomplot_autogen.dir\\AutogenUsed.txt"
"CMakeFiles\\qcustomplot_autogen.dir\\ParseCache.txt"
"CMakeFiles\\touchsensor_autogen.dir\\AutogenUsed.txt"
"CMakeFiles\\touchsensor_autogen.dir\\ParseCache.txt"
"cpstream_demo_autogen"
"modern-qt_autogen"
"qcustomplot_autogen"
"touchsensor_autogen"
)
endif()