feat: 添加屏幕去重功能并调整测试用例目录结构

This commit is contained in:
2026-03-22 04:18:59 +08:00
parent ad22b0fe93
commit ac22a2b529
10 changed files with 214 additions and 49 deletions

2
tests/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
add_subdirectory(backend)
add_subdirectory(core)